Ryan Baird
Followers: 0 Following: 0
Spoken Languages:
English
English
Feeds
已回答
Failed to generate the HDL dlhdl
The supported versions are here: https://www.mathworks.com/help/hdlcoder/gs/language-and-tool-version-support.html This page ...
Failed to generate the HDL dlhdl
The supported versions are here: https://www.mathworks.com/help/hdlcoder/gs/language-and-tool-version-support.html This page ...
1 year 前 | 0
已回答
How to initialize Xilinx UltraRAMs?
My understanding is that you're correct, and that there's no easy way around it. Since the hardware doesn't support initializin...
How to initialize Xilinx UltraRAMs?
My understanding is that you're correct, and that there's no easy way around it. Since the hardware doesn't support initializin...
1 year 前 | 0
已回答
Efficient packing of data for BlockRAMs, UltraRAMs
The RAM block interprets vectors of data to mean you want separate RAM banks. In order to store and retreive the data as a sing...
Efficient packing of data for BlockRAMs, UltraRAMs
The RAM block interprets vectors of data to mean you want separate RAM banks. In order to store and retreive the data as a sing...
1 year 前 | 3
| 已接受
已回答
imread error obtaining file type
Do the 4 bytes at the beginning of the files' data match one of the numbers defined by the tif file format? If not, and if that...
imread error obtaining file type
Do the 4 bytes at the beginning of the files' data match one of the numbers defined by the tif file format? If not, and if that...
1 year 前 | 0
已回答
HDL Counter with programmable limit
Would a free running counter with a reset port connected to a comparison work for your use case?
HDL Counter with programmable limit
Would a free running counter with a reset port connected to a comparison work for your use case?
1 year 前 | 0
| 已接受
已回答
Matlab HDL coder error: reptmat is not supported, but in the documentation it is.
Specifying parameters with the syntax ProductWordLength=24 is not yet supported by HDL Coder. The call to fimath can be changed...
Matlab HDL coder error: reptmat is not supported, but in the documentation it is.
Specifying parameters with the syntax ProductWordLength=24 is not yet supported by HDL Coder. The call to fimath can be changed...
1 year 前 | 0
已回答
Generating asynchronous delays with HDL coder in Simulink
Since transport delays, inertial delays, and wait statements are simulation-only, non-synthesized VHDL constructs that are ignor...
Generating asynchronous delays with HDL coder in Simulink
Since transport delays, inertial delays, and wait statements are simulation-only, non-synthesized VHDL constructs that are ignor...
1 year 前 | 0
| 已接受
已回答
How to control custom Altera/Intel FPGA board using Simulink
That message means it is expecting plugin_board.m to be located at "+DE10NANO_Registration/+qsys_base/plugin_board.m" and either...
How to control custom Altera/Intel FPGA board using Simulink
That message means it is expecting plugin_board.m to be located at "+DE10NANO_Registration/+qsys_base/plugin_board.m" and either...
2 years 前 | 0
| 已接受
已回答
Unable to perform assignment because brace indexing is not supported for variables of this type.
It looks like sub_matrix is a matrix rather than a cell array, so it should be accessed with parenthesis: sub_matrix(i, j) = ....
Unable to perform assignment because brace indexing is not supported for variables of this type.
It looks like sub_matrix is a matrix rather than a cell array, so it should be accessed with parenthesis: sub_matrix(i, j) = ....
2 years 前 | 0
已回答
HDLCoder hdl.ram: Error System Object methods can only be called once
The problem here isn't that you're using both ram_2p and ram_rx (that is allowed), but that HDL Coder doesn't know this access p...
HDLCoder hdl.ram: Error System Object methods can only be called once
The problem here isn't that you're using both ram_2p and ram_rx (that is allowed), but that HDL Coder doesn't know this access p...
2 years 前 | 0
| 已接受
已回答
Get error using hdl.ram
Calling "step" inside of a loop is not currently supported. Instead of having this loop inside of the design executing 128 time...
Get error using hdl.ram
Calling "step" inside of a loop is not currently supported. Instead of having this loop inside of the design executing 128 time...
2 years 前 | 0
已回答
Why does my simulink chart generate an error with data type fixdt(0,8,0) or fixdt(0,16,0) but not other sizes 7,9,10 etc.
As a workaround, you may be able to define the type directly inside of the symbols pane, or if it is an input set the type to in...
Why does my simulink chart generate an error with data type fixdt(0,8,0) or fixdt(0,16,0) but not other sizes 7,9,10 etc.
As a workaround, you may be able to define the type directly inside of the symbols pane, or if it is an input set the type to in...
2 years 前 | 0
已回答
HDL Coder Variable Size Matrix
coder.varsize is declaring a variable size matrix: https://www.mathworks.com/help/coder/ref/coder.varsize.html Initializing t...
HDL Coder Variable Size Matrix
coder.varsize is declaring a variable size matrix: https://www.mathworks.com/help/coder/ref/coder.varsize.html Initializing t...
2 years 前 | 0
| 已接受
已回答
This text contains non-empty top-level expressions. It appears to be a script.
HDL Coder is expecting a function, rather than a script: https://www.mathworks.com/help/matlab/matlab_prog/create-functions-in-...
This text contains non-empty top-level expressions. It appears to be a script.
HDL Coder is expecting a function, rather than a script: https://www.mathworks.com/help/matlab/matlab_prog/create-functions-in-...
2 years 前 | 1