执行po jie步骤:
1. 将MentorKG.exe mgls.dll patch64_dll.bat拷贝到modelsim安装目录的win64目录下
2. 执行patch_dll.bat,生成License.txt文件,另存为
3. 在环境变量中设置 MGLS_LICENSE_FILE 值为license.txt文件
4. 通过cmd 执行vsim验证环境变量和破解是否正常
modelsim启动的时候报错如下:“Unable to checkout a viewer license necessary for use of the ModelSim graphical user interface. Vsim is closing.”版本和po jie程序都是对的,但是还是报错。尝试如下原因如下:
当笔记本中出现很多网卡的时候,需要在po jie的时候指定mac地址,我使用的是wifi网卡的mac地址。
修改patch64_dll.bat脚本如下:
MentorKG.exe -patch . 修改为 MentorKG.exe -h [nic mac address] -patch .
例如:
MentorKG.exe -h e00bfa332264 -patch .
修改好之后,执行patch64_dll.bat,保存license文件,就po jie成功了。
注意: 如果是win10,一定要关闭wifi 网卡mac地址自动变更的功能。设置-->主页-->网络和internet-->WLAN-->将使用随机硬件地址功能关闭。
阅读(7660) | 评论(0) | 转发(0) |