Created
August 1, 2013 03:45
-
-
Save bangonkali/6128255 to your computer and use it in GitHub Desktop.
Environment Variables
Synopsys Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Design Compiler | |
pathmunge "/usr/synopsys/designcompiler/G-2012.06-SP2/bin" | |
export DESIGNCOMPILER="/usr/synopsys/designcompiler" | |
alias dc="dc_shell" | |
alias dv="design_vision" | |
# Synopsys Common Licensing Program | |
export SCL="/usr/synopsys/scl/11.4" | |
pathmunge "/usr/synopsys/scl/11.4/amd64/bin" | |
# Synposys Core | |
pathmunge "/usr/synopsys/core/G-2012.06-SP1/bin" | |
export SYNOPSYS="/usr/synopsys/core/G-2012.06-SP1/bin" | |
pathmunge "/usr/synopsys/G-2012.09/bin" | |
# Custom Explorer | |
pathmunge "/usr/synopsys/customexplorer/G-2012.03-SP2/bin" | |
# VCS MX VG | |
pathmunge "/usr/synopsys/vcs_mx_vG/G-2012.09x64/bin" | |
export VCS_HOME="/usr/synopsys/vcs_mx_vG/G-2012.09x64" | |
# Custom Designer | |
pathmunge "/usr/synopsys/customdesigner/F-2011.09-SP2/bin" | |
# STARRC | |
pathmunge "/usr/synopsys/starrc/E-2010.12-SP1-1/linux_starrc/bin" | |
pathmunge "/usr/synopsys/starrc/E-2010.12-SP1-1/linux_starrc" | |
STARRC="/usr/synopsys/starrc/E-2010.12-SP1-1/linux_starrc/bin" | |
export STARRC | |
# HSPICE | |
pathmunge "/usr/synopsys/hspice/G-2012.06-SP2/hspice/amd64" | |
export HSPICEBIN="/usr/synopsys/hspice/G-2012.06-SP2/hspice/amd64" | |
export HSPICELINUX="/usr/synopsys/hspice/G-2012.06-SP2/hspice/bin/" | |
# Hercules | |
pathmunge "/usr/synopsys/hercules/B-2008.09-SP3-3/bin/IA.32" | |
pathmunge "/usr/synopsys/hercules/B-2008.09-SP3-3/bin/linux" | |
pathmunge "/usr/synopsys/hercules/B-2008.09-SP3-3" | |
pathmunge "/usr/synopsys/hercules/B-2008.09-SP3-3/bin/AMD.64" | |
pathmunge "/usr/synopsys/hercules/B-2008.09-SP3-3/setup/hercules_setup.csh" | |
HERCULES_HOME_DIR="/usr/synopsys/hercules/B-2008.09-SP3-3" | |
HERCULESBIN="/usr/synopsys/hercules/B-2008.09-SP3-3/bin/AMD.64" | |
HERCULES_SETUP="/usr/synopsys/hercules/B-2008.09-SP3-3/setup/hercules_setup.csh" | |
export HERCULES_HOME_DIR | |
export HERCULESBIN | |
export HERCULES_SETUP | |
export [email protected] | |
export [email protected] | |
alias lmli2="/usr/synopsys/scl/11.4/amd64/bin/lmgrd -c /usr/synopsys/license/synopsys.dat -l ~/syn_lic.log" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment