1. Check that the TAR version of the Linux system is earlier than 1.14. Otherwise, the installation package cannot be properly decompressed.
2 download the installation package, including: Base_IC610_lnx86_1of5.tar-Base_IC610_lnx86_5of5.tar five tarpackages, base_mmsim61_lnx86_1of2.tarand base_mmsim61_lnx86silicate f2.tar two tar packages, decompress all, put the resulting ic610 cd1-cd5 in a folder such as/install/ic610, put CD1 and Cd2 of mmsim in another folder, such as/install/mmsim.
3. Check the remaining space of the system, which should be greater than 6 GB.
4 install ic610
Su
CD/
Mkdir Cadence
CD Cadence
Mkdir ic610
Mkdir installscape
Mkdir mmsim
CD/install/ic610/CD1
./Setup. Sh
The system asked if installscape needs to be installed. The answer is (Y). Enter the directory to which installscape is to be installed:/Cadence/installscape. After installation is complete, a graphical Installation Wizard is displayed.
Select the storage location of your installation file, that is,/install/ic610/CD1
Continue
Check whether the control file is automatically installed. Select the first option.
Ask the directory to which you want to install ic610 and select/Cadence/ic610.
Select all software packages to be installed
Start installation. It takes about 75 minutes.
After the installation is complete, create a directory named OA under the installation directory:
CD/Cadence/ic610
Mkdir OA
CD/Cadence/installscape/iscape/bin
./Iscape. Sh
In the pop-up graphic interface, click config. Before openaccess (Version 2.2) is configured, all values are set to (n) by default until openaccess is configured, enter the directory to which openaccess is installed as prompted:/Cadence/ic610/OA
5. Install mmsim
CD/Cadence/installscape/iscape/bin
./Iscape. Sh
Select install from archive and find the directory where mmsim CD1 is located. The installation method is the same as ic610. After completion, enter:
CD/Cadence/mmsim/
Ln-S tools. lnx86 tools
Establish a connection to configure environment variables.
6. Modify the license
Gedit license. dat
To:
Server (host name) Any 5280
Daemon cdslmd $ cds_root/tools/bin/cdslmd
Enter uname-A on the host name terminal.
CP license. dat/Cadence/ic610/share/license/
7. Configure the shortcut key and copy the local folder under the/Cadence/ic610/tools/dfii/Samples Directory to the/Cadence/ic610/tools/dfii directory, modify the cdsinit file name in the local directory. cdsinit
8. Configure Environment Variables
First, convert to the Home Directory of the user,
Gedit. bashrc
Add the following statement to. bashrc:
Export oa_home =/Cadence/ic610/OA
Export cds_root =/Cadence/ic610
Export mmsim_root =/Cadence/mmsim
Export cds_lic_file = 5280 @ (host name)
Export lm_license_file = $ cds_root/share/license. dat
Export cds_netlisting_mode = Analog
Export Path = $ mmsim_root/tools/bin: $ mmsim_root/tools/spectre/bin: $ cds_root/tools/dfii/bin: $ path
Export export illa_home =/usr/bin/Netscape
Save and exit.
Enter source. bashrc to make it take effect.
9 start Cadence ic610
Open the terminal and enter/Cadence/ic610/tools/bin/lmgrd-C/Cadence/ic610/share/license. dat.
Open another terminal and enter ICFB
If it cannot be started properly, check whether the library file is missing and download and install it;
If it is an issue with X, try:
Gedit/etc/X11/Xorg. conf
Add the following to the file:
Section "extensions"
Option "composite" "Disable"
Endsection
Restart X.
(Original address: http://yeelen.blogbus.com/logs/59941143.html)