Import VHDL in simulink
조회 수: 30 (최근 30일)
이전 댓글 표시
Hello,
I want to import my vhdl code in simulink and have a block i can use and connect with other blocks. How can i do it ?
Thanks for your help.
댓글 수: 0
답변 (3개)
Kiran Kintali
2018년 12월 5일
>> help importhdl
if you have Synthesizable subset of verilog you can import into Simulink using "importhdl" functionality. We do not yet support VHDL. if you can please share your sample design with us kiran.kintali@mathworks.com
You can also bring vhdl/verilog using blackbox capability and integrate legacy IP with generated HDL code.
You can also import vhdl/verilog as a cosimulation block and use HDL Verifier product to simulate with a supported HDL Simulator.
Please check further on these topics in product documentation.
댓글 수: 0
Bharath Venkataraman
2024년 1월 5일
You can use the HDL Cosimulation block to simulate the HDL code, by applying input signals to and reading output signals from HDL code that is under simulation in the HDL simulator. You can manually fill in the details for this block or generate it using the Cosimulaton wizard.
댓글 수: 0
Kiran Kintali
2025년 10월 22일 21:33
편집: Kiran Kintali
2025년 10월 22일 21:34
importhdl
Import Verilog or VHDL code and generate Simulink model
Starting R2024b VHDL import is supported in HDL Coder.
Please see the documentation about the subset of VHDL importable to Simulink
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!