Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to creat many HDL blocks at one time

1 view (last 30 days)
Pham Van Dung
Pham Van Dung on 9 May 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
Dear my friends!
I have a question need your helpings! I have 3 simulink blocks, and i want to convert them to verilog code, after that, i want to cosimulate them in modelsim at one time! How can i do by HDL Simulink Coder. Anyone have any experiment?
Thanks for supporting!
Best regards!
Pham Van Dung

Answers (1)

Tim McBrayer
Tim McBrayer on 9 May 2013
If I understand your question properly, all you need to do is place your three blocks inside a subsystem, and generate HDL code for that subsystem. You can generate code for any number of blocks at one time, with as much Simulink hierarchy as desired, as long as all the blocks used are supported by HDL Coder. To create a library of all block supported by HDL Coder, run the command hdllib at the MATLAB command prompt.
Once you have generated HDL code for your entire design you can use HDL Verifier to cosimulate with ModelSim inside Simulink, or you can generate a HDL testbench with HDL Coder and simulate the entire design/testbench combination in ModelSim.
The demos and documentation that ship with HDL Coder are designed to help with such basic questions of tool usage.

This question is closed.

Products

Community Treasure Hunt

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

Start Hunting!