- https://www.mathworks.com/help/hdlcoder/hdl-code-generation-from-matlab.html?s_tid=CRUX_lftnav
- https://www.mathworks.com/help/hdlcoder/ug/matlab-design-best-practices-for-hdl-code-generation.html
- https://www.mathworks.com/help/hdlcoder/gs/basic-hdl-code-generation-with-the-workflow-advisor.html
how can I covert my customize MATLAB to HDl code
1 回表示 (過去 30 日間)
古いコメントを表示
hello, I am trying to implent my own OFDM code which is little bit complicated. I want to implement this in FPGA board . Can you sugggest me where do I need to start like the inital step to start. Because I started from the HDL coder to convert from MATLAB to HDl. But I didn't able to generate.
0 件のコメント
回答 (2 件)
Vandit
2024 年 6 月 10 日
編集済み: Vandit
2024 年 6 月 10 日
Hello Roshni,
To convert your MATLAB code into HDL code, you can refer to the following documentations:
The above documentations will provide you with some of the best practices for writing MATLAB code for efficient HDL code generation.
Additionally, you can explore the following example that outlines the workflow for beginning with the MATLAB to HDL conversion process:
Hope this helps.
0 件のコメント
Kiran Kintali
2024 年 6 月 11 日
編集済み: Kiran Kintali
2024 年 6 月 11 日
This page provides some examples and workflows for HDL code generation from MATLAB and Simulink.
HDL Coder supports several FPGA/SoC family of boards.
- Xilinx FPGA and SoC Devices Xilinx/AMD R2013a to Current
- Intel FPGA and SoC Devices Intel/Altera R2014b to Current
- Microchip FPGA and SoC Devices Microchip/Microsemi R2022a to Current
If you have a custom board workflow you can follow the steps in this page to register your own board.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!