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

etwa 14 Jahre vor | 0

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

etwa 14 Jahre vor | 0

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

etwa 14 Jahre vor | 0

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

etwa 14 Jahre vor | 0

| akzeptiert

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

etwa 14 Jahre vor | 0

| akzeptiert

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

etwa 14 Jahre vor | 1

| akzeptiert

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

etwa 14 Jahre vor | 0

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

etwa 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 3

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 0