回答済み
vhdl coding of matlab embedded ftn
For your first question, the <http://www.mathworks.com/help/toolbox/fixpoint/ug/f13520.html Simulink Fixed-Point Advisor> might ...

約14年 前 | 0

回答済み
Save the BlackBox block with the VHDL code in Simulink libraries for later reuse
Currently there is no explicit packaging mechanism available to bundle up models, library models, and HDL user-written code for ...

約14年 前 | 0

回答済み
Xilinx System Generator and HDL Workflow Advisor
I think you are using the wrong block to import your own black box code. As Kaustubha stated, the block you have chosen is spec...

約14年 前 | 0

回答済み
Simulink Library from my own Block created using my hand-written HDL code
Both of these methods should be able to be stored as blocks in a library model. The difference between the two lies largely in ...

14年以上 前 | 0

| 採用済み

回答済み
"ModelSim" software is required using EDA Simulator Link?
EDA Simulator Link(TM) currently supports both Mentor Graphics(R) ModelSim(R) and Cadence(R) Incisive(R) mixed-language HDL simu...

14年以上 前 | 0

| 採用済み

回答済み
VHDL code as a Black Box subsystem
Simulink(R) HDL Coder(TM) does not have a published demo directly addressing the use of hand-written code with a Subsystem Black...

14年以上 前 | 1

| 採用済み

回答済み
Generate model from existing vhdl entity
The ability to do this automatically is not currently part of Simulink HDL Coder. It can be done manually, though, by building ...

14年以上 前 | 0

回答済み
Matlab, Simulink, Xilinx, FPGA ----> Hardware in the loop
Instead of the FPGA-in-loop capability of HDL Coder, I will point you instead towards the FPGA Turnkey capability of the tool. ...

14年以上 前 | 0

回答済み
Matlab coding for FPGA implimentation
The product you are looking for is <http://www.mathworks.com/products/slhdlcoder/?s_cid=HP_FP_SL_simhdl Simulink HDL Coder>. Fo...

14年以上 前 | 0

回答済み
makehdl function, simulink HDL coder
The property name you are looking for is *HDLSynthTool*. You should use the property-value pair 'HDLSynthTool', 'Quartus' in th...

14年以上 前 | 0

| 採用済み

回答済み
HDL Coder generates 'real' types - how to prevent that
There is no way to specify the default data type for Simulink to be anything except 'double'. HDL Coder will generate HDL for y...

14年以上 前 | 0

回答済み
Simulink to VHDL using VHDL Coder but "Data Type Conversion" blocks don't compile
HDL Coder supports the Data Type Conversion block, but as the error message states it cannot convert between doubles and fixed-p...

14年以上 前 | 3

回答済み
vhdl/verilog simulink
If you don't have the need to cosimulate with an HDL simulator but wish to incorporate hand-written HDL code with code generated...

14年以上 前 | 0

回答済み
question about HDL Coder and simulink
For question 1, there's no way to debug your code remotely. You will need to analyze the numerics of your implementation and se...

15年弱 前 | 0

| 採用済み

回答済み
Need help to do image processing for an image captured by Terasic 5M pixel camera connectd to Altera Cyclone II FPGA.
Once you have designed and tested your algorithm in Simulink, you can use <http://www.mathworks.com/products/slhdlcoder Simulink...

15年弱 前 | 0

| 採用済み

回答済み
Image processing and implementation on fpga (spartan 3A video starter kit)
Video algorithms should use a pixel streaming algorithm in order to be converted to HDL. Consider how many bits even a small ima...

15年弱 前 | 0

回答済み
Generating a loop in VHDL using Simulink HDL Coder
While there are certain constructs in Simulink where Simulink HDL Coder will generate a for-generate loop in VHDL, it is best no...

約15年 前 | 0

回答済み
Convert matlab to VHDL
You will need to use Simulink HDL Coder in order to automatically convert MATLAB code to VHDL or Verilog. You can run: ver...

約15年 前 | 0

回答済み
variable declaration in simulink
Since you are starting with MATLAB code you will probably want to use the MATLAB Function block in Simulink. This will be more s...

約15年 前 | 0