| #!/bin/bash |
| |
| export PATH=/google/src/cloud/tansell/oa/google3/third_party/oa/oaScript/bin:$PATH |
| export LD_LIBRARY_PATH="/google/src/cloud/tansell/oa/google3/third_party/oa/oaScript/lib/linux_rhel50_gcc44x_64/opt/" |
| export PYTHONPATH=/google/src/cloud/tansell/oa/google3/third_party/oa/oaScript/OAS/oaScript-v3.5.1/python/oa/3.7/64bit-ELF/:/google/src/cloud/tansell/oa/google3/third_party/oa/oaScript/OAS/oaScript-v3.5.1/python/ |
| |
| |
| export SW_PDK_ROOT=~/gob/foss-eda-tools/skywater-src-nda |
| |
| export PDK_HOME=$SW_PDK_ROOT/s8/V1.3.0/ |
| |
| ################################### |
| # Set S8 specific variables |
| #################################### |
| export PDK_MODEL_HOME=$PDK_HOME |
| export DEVICELIB_ROOT=$PDK_HOME/VirtuosoOA/libs |
| |
| export TECHDIR=$PDK_HOME |
| export TECHDIR_DRC=$PDK_HOME/DRC/Calibre |
| export TECHDIR_LVS=$PDK_HOME/LVS/Calibre |
| |
| export SW_IP_HOME=$SW_PDK_ROOT/s8_ip/ |
| export METAL_STACK="s8phirs_10r" |
| |
| ################################### |
| # Recommended Cadence env variables |
| #################################### |
| export CDS_Netlisting_Mode Analog |
| #export CDS_AUTO_64BIT ALL |
| #export CDS_AHDLCMI_ENABLE YES |
| #export SOS_CDS_EXIT YES |
| #export LBS_BASE_SYSTEM LBS_SGE |
| #export CDS_QUIET 0 |
| |
| # User libraries can either attach to the existing technology library for s8phirs_10r, or they can compile their own techfile. The techfile for this technology is in $PDK_HOME/VirtuosoOA/techfiles/s8phirs_10r.tf. |
| |
| |
| # The gds mapfile is in the technology library, $PDK_HOME/VirtuosoOA/libs/s8phirs_10r/s8phirs_10r.layermap. |
| |