vcs 这样破解成功了吗

一、生成synopsys.data

1,首先用EFA LicGen 0.4b生成一个synopsys.data1,备用,

SERVER localhost.localdomain 000c29a7a793 27000

DAEMON snpslmd !!!Path_to_snpslmd.exe

PACKAGE EFA_Synopsys_1 snpslmd 2019.12 70D09021D4097528EC8B COMPONENTS="A3200DX A42MX A500K A54SX \

A54SXA A7 AARKOS-A ace_core acega acehdl acehdl/beta_status acehdl/internal_use acehdl_beta \

acehdl_gui ACEX1K ACS ACT2-1200XL ACT3 AdvanceCalibration_all AdvancedCalibration_all \

AIM_DEBUG AIM_DECRYPT AIM_DEVELOPER AIM_ENCRYPT aiu_foundation alien2lig_all ALTGEN1 ALTGEN2 \

amat-calib_all amga amps amps/cso amps/pfx amps/tr AN-Impl3D_all any_technology" ck=244

2,拷贝至:Synopsys SSS Feature Keygen

用sssverify的命令行生成一个secret data :

(dbg) fingerprint=0x8000

SECRET DATA = 05d6 0000 f96d 0000 8000

Enter it into ZWT KeyGen

3,在Synopsys SSS Feature Keygen下的KeyGen.exe,注意修改

SECRET DATA和HOST ID,生成一个lic

#Synopsys SCL v10.9.1 License File, Generated by Team ZWT 2006.

#For EVALUATION only. If you like this software, BUY it!

SERVER <host_name> 000c29a7a793 27000

VENDOR snpslmd

USE_SERVER

FEATURE SSS snpslmd 1.0 31-dec-2020 uncounted 0E63770D9A4FF9C5839F \

VENDOR_STRING="69656 d1d88 34cc3 3370d f0a98 7540e 6e228 44942 \

4fa94 e7e" HOSTID=000c29a7a793 ISSUER="Team ZWT 2006" \

NOTICE="Licensed to mammoth//ZWT 2006 [PLEASE DO NOT DELETE THIS \

SSS KEY]" SN=RK:1978-0:001224:0 START=1-jan-2006

4,合成最终的lic文件:synopsys.data

将3中的

FEATURE SSS snpslmd 1.0 31-dec-2020 uncounted 0E63770D9A4FF9C5839F \

VENDOR_STRING="69656 d1d88 34cc3 3370d f0a98 7540e 6e228 44942 \

4fa94 e7e" HOSTID=000c29a7a793 ISSUER="Team ZWT 2006" \

NOTICE="Licensed to mammoth//ZWT 2006 [PLEASE DO NOT DELETE THIS \

SSS KEY]" SN=RK:1978-0:001224:0 START=1-jan-2006

添加到1中的文件中,注意放到最前面。最开始的地方需要改变一下。

SERVER localhost.localdomain 000c29a7a793 27000

DAEMON snpslmd /home/xiejing/eda/synopsys/scl/linux/bin/snpslmd

FEATURE SSS snpslmd 1.0 31-dec-2020 uncounted 0E63770D9A4FF9C5839F \

VENDOR_STRING="69656 d1d88 34cc3 3370d f0a98 7540e 6e228 44942 \

4fa94 e7e" HOSTID=000c29a7a793 ISSUER="Team ZWT 2006" \

NOTICE="Licensed to mammoth//ZWT 2006 [PLEASE DO NOT DELETE THIS \

SSS KEY]" SN=RK:1978-0:001224:0 START=1-jan-2006

二、在linux下验证synopsys.data的可用性。

./scl/linux/bin/sssverify使用这个软件测试lic的可用性。(可用find -name sssverify)

sssverify /home/xiejing/eda/synopsys/license/synopsys.dat

---------------------------------------------------------

Checking the integrity of the license file....

Valid SSS feature found.

License file integrity check PASSED!

---------------------------------------------------------

You may now USE this license file to start your license server.

Please don't edit or manipulate the contents of this license file.

说明lic可用。

三、配置lic

#start synopsys license using lmgrd

alias lmli2="lmgrd -c /home/xiejing/eda/synopsys/license/synopsys.dat -l ~/syn_lic.log"

export SYNOPSYS="/home/xiejing/eda/synopsys"

#export SNPSLMD_LICENSE_FILE=27000@localhost.localdomain

export SNPSLMD_LICENSE_FILE=/home/xiejing/eda/synopsys/license/synopsys.dat

export LM_LICENSE_FILE=/home/xiejing/eda/synopsys/license/synopsys.dat

参考其他的设置。