Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何在 notepad++ 中使用 NppExec 插件编译 vhdl 设计文件。我正在使用ModelSim软件编译文件,是否有脚本可以在不打开modelsim的情况下从外部编译vhdl文件,这样我就可以继续编写代码并编译它。写完代码后,我会在后面模拟代码。
Modelsim> vcom -93 Test1.vhd
我们可以使用这个命令在 modelsim 中进行仿真。但是在外部可以运行一些脚本来编译而不打开modelsim。