Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDSP Builder
how to use DSP Builder to convert .m file (via simulink block) to HDL file.
Altera_Forum
Honored Contributor
21 years agoHi,
As far as I know, DSP Builder can only convert Altera blocks into hardware. Have a look at C:\altera\DSPBuilder\AltLib\DSPBUILDER.VHD, which has vhdl for each of the altera blocks. As there is no equvilant for simulink blocks, these can not be converted. To make some hardware, make a design out of altera blocks. You need to have bus blocks (altera Input and Output blocks) at the edges of your design. You can then connect simulink blocks like scopes and sources to these blocks. Running signal compiler will create the port mappings between the predefined blocks. Hope this helps.