Feeds
已回答
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...
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...
5 years 前 | 0
已回答
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
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
5 years 前 | 0
已回答
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...
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...
5 years 前 | 0
已回答
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...
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...
5 years 前 | 0
| 已接受
已回答
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...
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...
7 years 前 | 0
已解决
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 ...
12 years 前
已解决
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...
12 years 前
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
12 years 前
已解决
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...
12 years 前
已解决
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...
12 years 前
已解决
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
12 years 前
已解决
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:...
12 years 前