Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to creat many HDL blocks at one time

조회 수: 1 (최근 30일)
Pham Van Dung
Pham Van Dung 2013년 5월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
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

답변 (1개)

Tim McBrayer
Tim McBrayer 2013년 5월 9일
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.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by