Forum Discussion
skyviper
New Contributor
1 year agoQuestasim vdel
Questasim can't delete libraries using the vdel command. Each time I attempt to use the vdel command (GUI or Tcl), I get the following: vdel -all -lib tb_lib_path # wrong # args: should be "compi...
TingJiangT_Intel
Contributor
1 year agoPlease try this format:
vdel [-all] <library_name>
Use the library name instead of path, and don't use the '-lib' option.
skyviper
New Contributor
1 year agoDid you check to see if this even worked?