Madhava Vemuri, Ph.D.
Please have the following paths in the .bashrc to ensure proper environment is setup for the labs. You need to replace the license paths to the correct paths mentioned during the lab session or please look up the Canvas page.
########################################
#.bashrc file
# Created by: Madhava Vemuri
# Date : 10/29/25
#########################################
# Setup the Synopsys License
export LM_LICENSE_FILE=27020@XX.XX.XX
# Add path to Customcompiler binaries
export PATH="$PATH:/usr/synopsys/customcompiler/X-2025.06-4/bin"
# Add path to Primesim binaries
export PATH="$PATH:/usr/synopsys/primesim/X-2025.06-2/bin"
# Add path to HSPICE binaries
export PATH="$PATH:/usr/synopsys/hspice/X-2025.06-2/hspice/bin"
# Add path to Waveview binaries
export PATH="$PATH:/usr/synopsys/wv/X-2025.06-3/bin"
Source the ".bashrc" folder to add the path in the current working directory where the file is located.
source .bashrc
You can use echo to look up the current paths in the terminal and ensure you have the right locations.
echo $PATH
To ensure the paths are added to the current terminal, you can invoke the tool using the following command.
custom_compiler
If the paths are correct, you should see the following window