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:

  1. Open run_vsim.do file with a text editor
  2. Replace "exec rm -rf work" with "if {[file exists work]} { vdel -lib work -all }"
  3. Save and close run_vsim.do file
  4. Re-run the script in the ModelSim®
Updated 3 months ago
Version 2.0
No CommentsBe the first to comment