Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Hi there, Is there a compiler which can convert Matlab code directly in to VHDL/verilog format so to implement the code directly in to FPGA? I have written codes on MATLAB and would like to convert the code in to verilog format so to make my life easier.:) me w8ting for your response!!!! thnks --- Quote End --- Did you try the MATLAB site? http://www.mathworks.com/products/slhdlcoder/index.html http://www.mathworks.com/products/filterhdl/ These converters are for very specific logic implementations. There will not be a general-purpose m-file to HDL converter. If you want an optimal hardware implementation, you are better off writing HDL, and using the MATLAB model for comparison testing. Cheers, Dave