FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6343 Discussions

Convert m file to verilog/vhdl?

Altera_Forum
Honored Contributor II
923 Views

Hi Guys, 

 

Is there any way to convert Matlab .m code to verilog or vhdl? Does DSP builder only compile simulink file?  

 

Thanks 

 

Jerry
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
263 Views

its not even as simple as that. 

 

M code is inherently procedural, like C. VHDL/verilog are description languages and are parallel languages. If you want to convert from simulink to HDL code you have to design your algorithm appropriatly, usually with the involvement of a hardware engineer.
0 Kudos
Reply