Knowledge Base Article
** Error: couldn't execute "rm": no such file or directory
Description
This error message displays when running the testbench simulation script 'run_vsim.do' for the SerialLite III Streaming IP Core.Resolution
To work around this error, follow these instructions:
- Open run_vsim.do file with a text editor
- Replace "exec rm -rf work" with "if {[file exists work]} { vdel -lib work -all }"
- Save and close run_vsim.do file
- Re-run the script in the ModelSim®
Updated 3 months ago
Version 2.0No CommentsBe the first to comment