syn_vX-2005.09-SP4_common.tar
http://www.megaupload.com/?d=BCPMRBWYsyn_INSTALL_README.txt
http://www.megaupload.com/?d=4S5F83FLsyn_vX-2005.09-SP4_linux.tar
http://www.megaupload.com/?d=MO807GD6
synopsys_installer_v1.7.tar
http://www.megaupload.com/?d=UZOXLZ7Pinstaller_INSTALL_README.txt
http://www.megaupload.com/?d=6XTLQZYT
scl_v10.9.2_common.tar
http://www.megaupload.com/?d=NL17LCOUscl_v10.9.2_linux.tar
http://www.megaupload.com/?d=H6ZGLQV8scl_INSTALL_README.txt
http://www.megaupload.com/?d=QP0GQ0G9synopsys_license.dat
http://www.megaupload.com/?d=MB1ZVHK0
How to install:
1. Prepare 5 files: -------------------------------------
./synopsys_license.dat
./syn_install/syn_U-2003.03_common.tar
./syn_install/syn_U-2003.03_linux.tar
./scl_install/scl_1.2_linux.tar.Z
./scl_install/scl_1.2_common.tar.Z
-------------------------------------
I use 'root' account to install, in the following text, '#' means the shell prompt. #*************************************************************#
2. Install synthesis package, including 'common' (platform independent) and 'linux'
# cd syn_install
# tar xvf syn_U-2003.03_common.tar
# tar xvf syn_U-2003.03_linux.tar
Then switch to csh!!! Run this script. (Because the first line of this script indicates that it should be run in C-shell.)
# csh
# ./setup.sh
#*************************************************************#
3. Install Synopsys.Common.Licensing(SCL)
Similarly, it includes 'common' (platform independent) and 'linux'
# cd scl_install
# tar zxvf scl_1.2_common.tar.Z
# tar zxvf scl_1.2_linux.tar.Z
# ./setup.sh
#*************************************************************#
4. Set environmental variables.
(a) Edit your file '/etc/csh.cshrc', (this file will be loaded when you start C-shell.)
# vi /etc/csh.cshrc
Add following lines.
--------------------------------------------
setenv SNPSLMD_LICENSE_FILE 27000@localhost.localdomain
setenv LM_LICENSE_FILE WHERE?/synopsys_license.dat
setenv SYNOPSYS /usr/synopsys
set path =($SYNOPSYS/linux/syn/bin $path)
--------------------------------------------
Note:
'localhost.localdomain' is your host name, you can get it by type the shell command:
# hostname
'WHERE?/synopsys_license.dat' is the location where you put the license file.
(b) Edit your file '/etc/rc.local', (this file tells the tasks to do when you login.)
Every time you log in, start the 'lmgrd' (a licensing sever).
# vi /etc/rc.local
Add a line:
--------------------------------------------
/usr/synopsys/scl/linux/bin/lmgrd -c WHERE?/synopsys_license.dat -l /home/log
--------------------------------------------
(c) Edit your license file 'WHERE?/synopsys_license.dat'
you will find these two lines
-----------------------------------
#SERVER this_host ANY 1700
#VENDOR snpslmd your_path/snpslmd
-----------------------------------
Change to the following:
-----------------------------------
SERVER localhost.localdomain ANY 27000 DAEMON snpslmd /usr/synopsys/my_scl/linux/bin/snpslmd
#*************************************************************#
5. Log out, then log in.
Switch to C-shell, and then you can start dc_shell.
# csh
# dc_shell
Showing posts with label Synopsys Design Compiler. Show all posts
Showing posts with label Synopsys Design Compiler. Show all posts
2/21/2008
Synopsys Design Compiler
Labels: Synopsys Design Compiler
Posted by Ofogh at 11:58 PM 20 comments
Subscribe to:
Posts (Atom)