Answered
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 years ago | 1

Answered
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 years ago | 0

Answered
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 years ago | 1

Answered
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...

13 years ago | 4

| accepted

Answered
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...

13 years ago | 2

| accepted

Answered
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...

13 years ago | 1

Answered
"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...

13 years ago | 1

Answered
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.

13 years ago | 3

Answered
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 ...

13 years ago | 3

| accepted

Answered
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...

13 years ago | 4

| accepted

Answered
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...

13 years ago | 1

Answered
"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...

13 years ago | 0

| accepted

Answered
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...

13 years ago | 0

| accepted

Answered
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 years ago | 0

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

14 years ago | 0

| accepted

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
.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 years ago | 0

Answered
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 years ago | 1

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 1

| accepted

Load more