Sunteți pe pagina 1din 2

licensing guide (After installing):

This file describes Creating license file for Design Compiler 2008 in Linux Ubuntu,
but the generated license is global and I have tested it for the following softwares
too: Design Compiler 2010.3, IC Compiler 2010.3, Prime Time 2010.6, Formality
2010.3. I have not tested it for HSPICE but I think it will work.
Translate it with google tranlator or microsoft translator:
http://www.mediafire.com/?3imrzzotm5x53my
after generating License for running DC, FM, ICC, PT use the following script and do
not forget to Change the lines that matches your installed path:
export PATH="/home/vahid/synopsys/DC2010/bin:"$PATH
export PATH="/home/vahid/synopsys/SCL/linux/bin:"$PATH
alias lmli2="lmgrd -c /home/vahid/synopsys/lic/license.dat -l ~/syn_lic.log"
export SYNOPSYS="/home/vahid/synopsys/DC2010"
export SNPSLMD_LICENSE_FILE=27000@ubuntu
alias dc="dc_shell"
alias dv="design_vision"
/home/vahid/synopsys/SCL/linux/bin/lmgrd -c
/home/vahid/synopsys/lic/license.dat
dc -gui
dv
----------------------------------------------------------------------------------------------------export PATH="/home/vahid/synopsys/FM2010/bin:"$PATH
export PATH="/home/vahid/synopsys/SCL/linux/bin:"$PATH
alias lmli2="lmgrd -c /home/vahid/synopsys/lic/license.dat -l ~/syn_lic.log"
export SYNOPSYS="/home/vahid/synopsys/FM2010"
export SNPSLMD_LICENSE_FILE=27000@ubuntu
alias fm="fm_shell"
/home/vahid/synopsys/SCL/linux/bin/lmgrd -c
/home/vahid/synopsys/lic/license.dat
fm -gui
----------------------------------------------------------------------------------------------------export PATH="/home/vahid/synopsys/ICC2010/bin:"$PATH
export PATH="/home/vahid/synopsys/SCL/linux/bin:"$PATH
alias lmli2="lmgrd -c /home/vahid/synopsys/lic/license.dat -l ~/syn_lic.log"
export SYNOPSYS="/home/vahid/synopsys/ICC2010"
export SNPSLMD_LICENSE_FILE=27000@ubuntu
alias icc="icc_shell"
/home/vahid/synopsys/SCL/linux/bin/lmgrd -c

/home/vahid/synopsys/lic/license.dat
icc -gui
----------------------------------------------------------------------------------------------------export PATH="/home/vahid/synopsys/PT2010/bin:"$PATH
export PATH="/home/vahid/synopsys/SCL/linux/bin:"$PATH
alias lmli2="lmgrd -c /home/vahid/synopsys/lic/license.dat -l ~/syn_lic.log"
export SYNOPSYS="/home/vahid/synopsys/PT2010"
export SNPSLMD_LICENSE_FILE=27000@ubuntu
alias pt="pt_shell"
/home/vahid/synopsys/SCL/linux/bin/lmgrd -c
/home/vahid/synopsys/lic/license.dat
pt -gui
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------By the way in situations that you have only license file and don't have license
generator or you don't want to edit the license file , you can use the following tricks
that changes your MAC (Ethernet) address that matches the MAC (Ethernet) address
of the license file. Do not forget that in situations that you need other softwares to
run without license diagnostic error, simply reset it.
for win7/XP (It changes permanently and you do not need to change every time you
enter the Windows)
http://www.mediafire.com/?jjqft3pi63es88p
for linux:(In the terminal window type the following Script line by line, By the way it
does not change permanetly and you need to change every time entering Linux)
sudo ifconfig eth0
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether AA:MA:CA:DD:RE:SS (replace
AA:MA:CA:DD:RE:SS with your favorite MAC Address)
sudo ifconfig eth0 up

S-ar putea să vă placă și