1. Preface
This paper introduces the installation and cracking process of Verdi tools. Based on the following environments:
1. CentOS6.5 (32-bit), running in VMware virtual machine;
2. Verdi2014.03
3. The Harmony tool runs on the Win7 64bit.
4. scl11.4
2. Preparation
1. Download the verdi3-2014.03 installation file; (Note: Do not unzip under Windows to avoid some links leaving)
2. Download the Synopsys SCL tool and note that the version is 11.4.
3. Download the Harmony tool;
3. Installation
1. After all the verdi3-2014.03 compressed package is copied into the CentOS, unzip it as follows: (note, do not unzip the window and then copy to CentOS);
2. Set the environment variables as shown below,
Where the synsys_home\verdi_home path needs to point to the actual installed path;
Lm_license_file is the Verdi LICENSE storage path, LICENSE production follow-up instructions;
################################################## environment Setting for synopsys# verdi######################### ####################### #export snpsys_home=/usr/edatools/synopsysexport verdi_home= $SNPSYS _home/verdiexport PATH= "$PATH: $VERDI _home/bin: $VERDI _home/platform/linux/bin" Export lm_license_file= "$LM _license_file: $SNPSYS _home/ License/verdi161023.dat "
4. Generate license
Click the Save button after clicking Generate to save the license file;
Paste the generated license content at the beginning of the original license file:
Perform license check: If Ckeck passed is present, OK.
Run Scl_v11.4/scl_v11.4_linux/linux/bin/sssverify Verdi_test.dat
5. Run Verdi;
"EDA development environment" Verdi Tool installation Tutorial