importhdl never ends and hangs on in Parsing
51 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello,
importing a more o less simple module (32 input signals of 32 bits adding them and outputting the results) the function never ends.it always output the next sentence:
Parsing <a href="matlab:edit('')
what is going on?
regards,
Julian.
0 Commenti
Risposte (1)
Githin George
il 2 Dic 2024 alle 6:41
Hi Julian,
The message “Parsing <a href="matlab:edit('')” seems to suggest that there could be something wrong with the input file name or configuration that you have used. Ideally this line is meant to be a hyperlink to open input file as shown in the image below [refer to the highlighted boxes]. In your case, the input file seems to be empty.
Please check if you are providing the inputs to “importhdl” correctly and ensure that there is nothing out of ordinary in the full path to your input file.
Also, it might help out, if you try out the "importhdl" command for a simple verilog file to ensure that it is working as expected.
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!