Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
I have implemented an algorithm in matlab.. Is it possible to load the matlab coding directly to FPGA? Else writing the coding in VHDL is the only way for this?
Mathworks do provide an HDL coder tool for converting simulink designs plus embedded M to HDL. Its very expensive and does a pretty crap job.
I suggest converting it yourself (but make sure you understand what you're doing.) Most Matlab code cant be easily converted without major modifications to the origional algorithm.
Also Xilinx and Altera provide System Generator and DSP_Builder for Matlab based solutions. You can try your algorithms based on using these simulink interface. Part of your m file designs can also be instantiated as HDL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.