FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6673 Discussions

Convert m file to verilog/vhdl?

Altera_Forum
Honored Contributor II
1,229 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
569 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