SIMULINK-conversion of simulink blocks into HDL code.
Ältere Kommentare anzeigen
How can i convert frame based output blocks into HDL code.Give me a suggestion to solve this problem
Antworten (1)
Guy Rouleau
am 21 Feb. 2011
0 Stimmen
Simulink HDL Coder only supports a subset of blocks, you can create a library containing all these blocks by executing HDLLIB
http://www.mathworks.com/help/toolbox/slhdlcoder/hdllib.html
If you want to convert a Frame signal to input it into an HDL compatible block, you can use the Frame Covnersion block:
http://www.mathworks.com/help/toolbox/dspblks/ref/frameconversion.html
Kategorien
Mehr zu Code Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!