필터 지우기
필터 지우기

How to generate simulink model from multiple verilog codes?

조회 수: 18 (최근 30일)
Jaykishan Solanki
Jaykishan Solanki 2024년 7월 3일 7:01
댓글: Jaykishan Solanki 2024년 7월 4일 6:07
I am trying to generate simulink model from almost 175 verilog files. Using importhdl it always shows some error whether i try using folder, subfolder, path or filenames. Is there any way to fix it?

답변 (1개)

Kiran Kintali
Kiran Kintali 2024년 7월 3일 19:35
Please note HDL Coder only supports a subset of synthesizable HDL suitable for a Simulink representation in this import process. You may be running into obvious limitations in the workflow. Not all Verilog/VHDL is importable to Simulink.
Added some intro slides on the importhdl command.
Can you share some more details? It is unclear the issues you are facing. Do not hesitate to reach out to tech support support@mathworks.com
  댓글 수: 1
Jaykishan Solanki
Jaykishan Solanki 2024년 7월 4일 6:07
I wrote MATLAB scripts and then converted it to verilog, now I want to generate a simulink model to understand the flow of verilog code. But whenever I try this using importhdl it shows some error like the following:
Error using privimporthdl
Importhdl failed
Error in importhdl (line 78)
privimporthdl (hdlInSrc, varargin{:}) - Show complete stack trace
Displaying stack trace:
Error using privimporthdl
  • In privimporthdl
  • In importhdl (line 78)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by