回答済み
Problem in conversion from model to VHDL/Verilog HDL
HDL Coder will faithfully translate your Simulink design into VHDL or Verilog. The resulting HDL code is bit-true and cycle-accu...

13年以上 前 | 1

回答済み
hdlsetuptoolpath takes no effect on Windows
The *hdlsetuptoolpath* command does not modify the MATLAB path; it modifies the system path, and only inside the MATLAB session ...

13年以上 前 | 0

回答済み
how can I do to recognize hdlsetuptoolpath
The *hdlsetuptoolpath* utility was added to HDL Coder in R2011b. It is not part of either R2010a or R2010b. To gain access to t...

13年以上 前 | 1

回答済み
Is there any way to tell HDL Coder to produce less files?
Yes, there is. Identical atomic subsystems will only generate one module/entity that will be multiply instantiated. The subsys...

14年弱 前 | 4

| 採用済み

回答済み
HDL Coder and HDL Verifier
I cannot answer question 1: I'm not familiar with the development boards. For question 2: HDL Coder's Workflow Advisor is int...

14年弱 前 | 2

| 採用済み

回答済み
Illegal data access or computation detected for the chart given that 'Execute At Initialization' must be enabled
"Enable chart at entry" and "Execute at initialization" are two separate settings, both of which must be correctly set for HDL c...

14年弱 前 | 1

回答済み
"Data-type 'Fix_16_13' is unsupported for HDL code generation "
You need to find where you have specified "Fix_16_13" and correct the syntax. The string "Fix_16_13" is not a valid Simulink dat...

14年弱 前 | 1

回答済み
Simulink: HDL Coder support for Biquad filter block
I believe that support for coefficients as input ports on the Biquad Filter block was added in R2012a.

14年弱 前 | 3

回答済み
is it possible to generate hdl code for matlab s functions
No, this is not possible. The full set of blocks supported by HDL Coder, organized by Simulink library, are available via the ...

14年弱 前 | 3

| 採用済み

回答済み
Simulations from an FPGA
HDL Verifier has FPGA-in-the-loop simulation capability that will do just what you are asking about. You will need to use one o...

14年弱 前 | 4

| 採用済み

回答済み
Simulink HDL Coder Creating Verilog that Checks for Overflow Upon Addition of Two Int16s
You can prevent the emission of rounding and saturation code by the use of appropriate fimath parameters for the MATLAB Function...

14年弱 前 | 1

回答済み
"Abnormal exit: Downstream Integration: Unable to locate twr file"
The twr file is a timing file that is generated by the Xilinx tools. Can you find the tool in the Xilinx project directory under...

14年弱 前 | 0

| 採用済み

回答済み
Errors in HDL conversion
This is a limitation of Simulink HDL Coder. You can not reasonably synthesize a device that takes a frame of data at a time as a...

14年弱 前 | 0

| 採用済み

回答済み
HDL simulinks coder support
As Walter observed, floating point math will cause your argument to 'fix' to simply resolve to 'u', since fix(pi/3 + 1-e30) == 1...

14年弱 前 | 0

回答済み
HDL simulinks coder error
There's no information to respond to here. Sorry, but there's nothing useful I can add.

14年弱 前 | 0

| 採用済み

回答済み
HDL simulinks coder about
Neither the *mod* function call nor the *sin* function call are supported for HDL Code Generation inside the MATLAB Function blo...

14年弱 前 | 1

| 採用済み

回答済み
HDL flip flop generation
The Unit Delay block is the correct approach here. While the block supports the double data type, there is no requirement that ...

14年弱 前 | 0

| 採用済み

回答済み
step to run model with co simulation block
The easiest mistake to make is not starting the 3rd-party simulator up through the Simulink diagram. In the cosimulation model ...

約14年 前 | 0

回答済み
Problem with Generating VHDL Code of a Subsystem based on "Bus Creator", using HDL Coder 3.0
It appears that HDL Coder does not support nested busses, and is not reporting this gracefully to the user. I replaced your 2x9...

約14年 前 | 0

回答済み
I want to see the hdl code generated using dsp builder in quartus 2 tool.
If you are using HDL Coder, the source code by default is located in a directory named 'hdlsrc', located under MATLAB's current ...

約14年 前 | 0

回答済み
Simulink block to extract signal at index from vector signal doesn't exist?
The block you are looking for is the Multiport Switch block, located in the Simulink->Signal Routing library. This block is sup...

約14年 前 | 0

回答済み
HDL Coder Not Working
Do you have MATLAB HDL Coder installed and licensed? In addition to its own license, MATLAB HDL Coder requires the installation...

約14年 前 | 0

回答済み
Simulink to HDL
You will need to revamp your Simulink algorithm to not use matrices. This will often mean that you will need to decompose single...

約14年 前 | 0

回答済み
How to integrate XilinxBlackBox in an HDL-Coder ISE Project ?
The difficulties that you are encountering have been addressed in the latest version of HDL Coder. HDL Coder 3.0, released with...

約14年 前 | 0

回答済み
.m to HDL
The basic answer is that you need to have HDL Coder installed. With the recent release of R2012a, HDL Coder now supports HDL cod...

約14年 前 | 0

回答済み
Image Processing .m Code to HDL CODE
You have made a pretty tall request here. The general answer is yes, you can do what you have proposed. You can use the MATLAB ...

約14年 前 | 1

回答済み
unexpected compiler error on HDL Coder
The C/C++ compiler setting is not directly used by HDL Coder. The error message you are receiving can only be emitted when compi...

約14年 前 | 0

| 採用済み

回答済み
EDA Simulator link and Simulink Cosimulation
The rate to choose is your design decision. Somewhere in your design I suspect that you have a source (or multiple sources) run...

約14年 前 | 0

| 採用済み

回答済み
EDA Simulator link and Simulink Cosimulation
The error message is referring to the signal's rate, not its data type. You will need to change the rate of the Simulink signal...

約14年 前 | 0

回答済み
Regarding HDL Code generation
Simulink HDL Coder can generate HDL for a supported set of Simulink blocks. While this list is fairly extensive, it does not in...

約14年 前 | 1

| 採用済み

さらに読み込む