How do I generate code only with HDL Coder?

46 views (last 30 days)
How can I generate VHDL/Verilog code only, without invoking a build in a synthesis tool?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 5 Feb 2022
To generate HDL code from your MATLAB function or Simulink model without compiling any code, select the following settings in "Workflow Advisor" tool:
  • Workflow: "Generic ASIC/FPGA"
  • Synthesis tool: "No synthesis tool available on system path" or "No synthesis tool specified"
From MATLAB:
From Simulink:
In a Simulink model, you have the following additional ways to generate HDL code only:

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!