Error in importhdl how to solve?

18 ビュー (過去 30 日間)
Nadatimuj
Nadatimuj 2021 年 2 月 11 日
編集済み: Stefanie Schwarz 2022 年 1 月 5 日
I am trying to import a verilog module that calls other submodules. Whenever, I try to import from HDL to simulink, I am getting these errors. I don't even any clock in my design.
Module instance creation failed for 'x' module and 'y' module instance, due to clock inference limitation. Rerun with clock bundle name-value pair. More information.
Hdl Import parse failed.
Error using privimporthdl
Importhdl failed.
Error in importhdl (line 78)
privimporthdl(hdlInSrc, varargin{:}) - Show complete stack trace
  2 件のコメント
Khalala Mamouri
Khalala Mamouri 2021 年 2 月 23 日
Hello,
I currently facing the same issue; have you solved the problem ?
Best regards
lakhdar
Nadatimuj
Nadatimuj 2021 年 2 月 23 日
編集済み: Nadatimuj 2021 年 2 月 23 日
I found that I have used some posedge in my code. And also some variables that sound like clock and reset. Matlab thought those are real clocks. If it finds same clocks between the modules, it gives this error. I couldn't solve it though.

サインインしてコメントする。

採用された回答

Stefanie Schwarz
Stefanie Schwarz 2022 年 1 月 5 日
編集済み: Stefanie Schwarz 2022 年 1 月 5 日
Here is a list of supported constructs with importdhl:
If you encounter the same error, please contact MathWorks Technical Support with your Verilog source code so we can investigate.

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by