HDL Code Generation Block Support

2 ビュー (過去 30 日間)
Joshua Ford
Joshua Ford 2021 年 2 月 15 日
回答済み: Kiran Kintali 2021 年 2 月 16 日
I understand that Simulink offers specific HDL-support blocks and a HDL environment for models intended for HDL code generation. These are advised by Mathworks. However is it possible to use other "normal blocks" for HDL code generation and can it only be designed and generated in the HDL environment?
Much like C code generation, can you simply design your model, make sure its compatible, press a button and boom you have code.
Any information would be appreciated.
Cheers, Josh

回答 (1 件)

Kiran Kintali
Kiran Kintali 2021 年 2 月 16 日
HDL Coder specific library in Simulink provides few HDL friendly blocks like RAM, FIFO etc., that are suited for HDL code generation but rest of the ~250blocks supported in Simulink including blocks like MATLAB function block, Stateflow, various subsystem semantic blocks (enabled, triggered, synchronous subsystems) allow you build any custom Math algorithm (with fixed-step discrete solver) and generate Synthesizable VHDL/Verilog code.
>> hdllib
See list of HDL Coder User Stories showcasing customers building ASIC/FPGA applications using HDL Coder generated code.

カテゴリ

Help Center および File ExchangeHDL Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by