现象:在Vivado中已配置modelsim为仿真工具后,运行仿真,报错USF-ModelSim-70和ERROR: [Vivado 12-4473]
详细报错内容如下
ERROR: [USF-ModelSim-70] 'compile' step failed with error(s) while executing 'C:/Users/ZYP_PC/Desktop/verilog_test/VHDL/project_1/project_1.sim/sim_1/impl/func/modelsim/compile.bat' script. Please check that the file has the correct 'read/write/execute' permissions and the Tcl console output for any other possible errors or warnings.
ERROR: [Vivado 12-4473] Detected error while running simulation. Please correct the issue and retry this operation.
ERROR: [Common 17-39] 'launch_simulation' failed due to earlier errors.
原因
问题确认思路,根据报错提示,是compile.bat的问题,可能是执行权限的问题,找到compile.bat脚本,执行,命令窗口直接闪退。
无法直接执行compile.bat脚本,则对里面的命令组条执行
执行结果如下,原因找到,是modelsim未激活。
桌面直接打开modelsim,无法打开,说明的确是license问题
解决:
对modelsim配置正确的license,即环境变量值LM_LICENSE_FILE设置正确的license路径。