MATLAB: How to add a specific FPGA in MATLAB HDL Coder

blockcodecoderfpgahdlHDL CoderHDL VerifiermathMATLABmodelprojectsimulinkverilogvhdl

As different FPGAs have different MACC blocks, so the code that works on one type of FPGA, might not work in another. So is it possible to define a specific FPGA in HDL Coder? I'm trying to convert a Simulink project to VHDL code.

Best Answer

https://www.mathworks.com/solutions/fpga-design/simulink-with-xilinx-system-generator-for-dsp.html https://www.mathworks.com/help/hdlcoder/ug/map-to-an-fpga-floating-point-library.html https://www.mathworks.com/products/hdl-coder/features.html http://www.mathworks.com/help/hdlverifier/examples/cosimulation-and-fpga-in-the-loop-in-matlab-to-hdl-workflow.html http://blogs.mathworks.com/loren/2013/04/11/matlab-to-fpga-using-hdl-codertm/ https://www.mathworks.com/tagteam/78706_92161v00_HDLCoderInterface_WhitePaper_final.pdf https://www.mathworks.com/videos/hdl-coder-overview-62492.html https://www.mathworks.com/examples/matlab-hdl-coder/mw/hdlcoder_product-mlhdlc_tutorial_mlhdlc_to_slhdlc-system-design-with-hdl-code-generation-from-matlab-and-simulink
Related Question