update script for using cadence + freePDK45 env ...
This commit is contained in:
parent
8418a8c6b2
commit
6c9ea0fd09
|
@ -12,13 +12,7 @@
|
||||||
OA_VERSION=oa_v22.04.057
|
OA_VERSION=oa_v22.04.057
|
||||||
# get OPUS_TOP and tools
|
# get OPUS_TOP and tools
|
||||||
# from virtuoso editor (needed)
|
# from virtuoso editor (needed)
|
||||||
source ~opus/bin/IC613.sh
|
source ~opus/bin/NCSU-CDK16.sh
|
||||||
|
|
||||||
# get encouter router too if possible
|
|
||||||
if test -f ~opus/bin/EDI910.sh
|
|
||||||
then
|
|
||||||
source ~opus/bin/EDI910.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
ARCH=$(uname -i)
|
ARCH=$(uname -i)
|
||||||
|
@ -37,7 +31,7 @@ case "$ARCH" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export PATH=$PATH:$OPENACCESS_TOP/bin
|
export PATH=$PATH:$OPENACCESS_TOP/bin:~opus/6.1.0/Linux/EDI-9.10/bin
|
||||||
|
|
||||||
# for plugins .plg files
|
# for plugins .plg files
|
||||||
export OA_PLUGIN_PATH=$OPENACCESS_TOP/data
|
export OA_PLUGIN_PATH=$OPENACCESS_TOP/data
|
||||||
|
|
Loading…
Reference in New Issue