How to delete libraries in ModelSim/QuestaSim?

邮差的信 提交于 2021-01-27 19:11:29

问题


I’ve done many projects on this software and I want to delete a big ammount of libraries that are useless and now are giving me errors to simulate my new projects I think the best option is to delete old files(libraries).


回答1:


You can either:

  • delete the matching directories on disk and edit the modelsim.ini file(s) by hand, or
  • use vdel.exe.

Usage of vdel:

PS> .\vdel.exe -h
Usage: vdel -help
       vdel [-lib <path>] [-modelsimini <ini_filepath>] [-verbose] { -all | <primary> [<secondary>] | -allsystemc |  [-dpiobj [<platform>|<compiler>| <platform_compiler> |all] ]  [-obj [<platform>|<compiler>|<platform_compiler>|all] ]}


来源:https://stackoverflow.com/questions/47340485/how-to-delete-libraries-in-modelsim-questasim

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!