Community Profile

photo

Dave Gutierrez

Last seen: 9 maanden ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How do I add FPGA data capture IP core in existing Vivado project?
Hi Adriaan, If you are targeting a large board it might take a while to generate the bitstream. If you are not getting any erro...

meer dan 4 jaar ago | 0

Answered
How do I add FPGA data capture IP core in existing Vivado project?
Adriaan, You need to add the generated HDL files to your project. It is not a Vivado IP. Thanks, David G

meer dan 4 jaar ago | 0

Answered
dpigen: support for converting matlab fi data-type to systemverilog bit-vectors instead of shortint/int
Hi Krishnan, If you use the flag "-FixedPointDataType BitVector" or "-FixedPointDataType LogicVector" you can get the desired i...

bijna 5 jaar ago | 0

Answered
Communication Speed of "FPGA in the loop" in different communication ways?
-should I buy a new board with eth support or pcie support? yes. FIL supports PCIe and Ethernet. The supported hardware for X...

ongeveer 5 jaar ago | 0

| accepted

Answered
How can I get correct simulation result from generated SystemVerilog model in which DPI-C setparam function has vector parameter
1. The DPI-C component uses unpacked arrays so I will try removing the " ' " infront of " '{den3,den2,den1,den0} ". 2.Where a...

bijna 7 jaar ago | 0

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

bijna 12 jaar ago

Solved


Change a specific color in an image
The ability to change colors can be a useful tool in image processing. Given an m x n x 3 array (much like CData in images), fin...

bijna 12 jaar ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

bijna 12 jaar ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

bijna 12 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

bijna 12 jaar ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

bijna 12 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

bijna 12 jaar ago