本文原地址 http://www.javashuo.com/article/p-pqiepjmx-gc.htmlhtml
【先來個免責聲明,我是我的用,依照我國法律,能夠不繳納受權費】app
這兩個產品都是MENTOR公司的產品,破解都須要設置MGLS_LICENSE_FILE環境變量,兩個軟件的受權文件都是純文本文件,並且格式同樣,只要ide
【【將兩個軟件的受權文件合併】】this
就能夠共存了。spa
####################################code
這兩個軟件的受權保護機制都依賴於網卡ID和硬盤ID,因此,最好在安裝前拔掉USB網卡、禁用wifi,並且在之後不能禁用有線網卡。固然出了問題,從新安裝和破解就是了。server
#####################################htm
這兩個軟件的安裝目錄都不能有空格或者英文之外的字符。blog
【1】安裝LP Wizard 10.5後,將MentorKG.exe(版本11.4.1.0,大小1397KB)放到安裝目錄下,好比c:\MentorGraphics\10.5LPW\,而後在當前目錄打開cmd,執行ci
.\MentorKG.exe -o .\LICENSE.txt -patch .
【2】安裝Modelsim SE-64 10.4後,將MentorKG.exe(版本號11.4.0.0,大小1398KB)放到安裝目錄下的win64中,好比c:\MentorGraphics\modeltech64_10.4\win64,而後在該目錄中打開cmd執行
@echo off attrib -r mgls.dll attrib -r mgls64.dll .\MentorKG.exe -patch . -o ..\LICENSE.txt attrib +r mgls.dll attrib +r mgls64.dll
【3】合併兩個license.txt。
這兩個文件的格式是同樣的,開頭是#server和#vendor,而後是版權聲明、格式變動,而後是
# --------------------------------------------------------------------
#
# IMPORTANT NOTICE TO YOU!!
#
# This license is MEANT SOLELY to allow YOU to use these costly EDA
# tools for YOUR PERSONAL LEARNING AND SKILL IMPROVEMENT.
#
# Any commercial or professional use is unfair to everybody, resulting
# only in tighter security and NO real gain in software productivity,
# as we have seen it happen, over and over, all these past years...
#
# If you need this tool for your daily work, consider buying it. You
# must earn money from YOUR WORK! Use your talents...
#
# --------------------------------------------------------------------
#
# -------------------------------------------------------------------- # Station Features # --------------------------------------------------------------------
INCREMENT ....
INCREMENT ....
只要把 INCREMENT 部分從一個文件複製粘貼到另外一個文件的尾部,直接保存或另存就行。
【4】設置環境變量 MGLS_LICENSE_FILE
好比我這裏是 c:\MentorGraphics\LICENSE.txt