Error in importhdl how to solve?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nadatimuj
am 11 Feb. 2021
Bearbeitet: Stefanie Schwarz
am 5 Jan. 2022
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 Kommentare
Akzeptierte Antwort
Stefanie Schwarz
am 5 Jan. 2022
Bearbeitet: Stefanie Schwarz
am 5 Jan. 2022
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!