echo is off issue in matlab
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
ECHO is off.
ECHO is off.
while generating the HDL code in the matlab it gives me the option is the Echo is off.
2 Kommentare
Antworten (1)
Piyush Kumar
am 24 Jul. 2024
I am not sure whether the issue is related to HDL or not.
"echo on" turns on echoing for statements in all script files. When you turn on echoing, MATLAB® displays each line in the file in the Command Window as it runs. Normally, the statements in a script are not displayed during execution. Statement echoing is useful for debugging and for demonstrations.
"echo off" turns off echoing for statements in all script files.
Try generating the code after running the command "echo on".
Also, check your "startup.m" file. If "echo off" is mentioned there, you may remove or change that.
Check there links for more details -
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!