mirror of https://github.com/VLSIDA/OpenRAM.git
Need LD_LIBRARY_PATH for klayout too
This commit is contained in:
parent
902695185a
commit
83d7c2a1fb
|
|
@ -4,7 +4,9 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
|
||||||
export SWROOT=/software
|
export SWROOT=/software
|
||||||
|
|
||||||
# Klayout
|
# Klayout
|
||||||
export PATH=$PATH:/usr/local/klayout
|
export KLAYOUT_HOME=/usr/local/klayout
|
||||||
|
export PATH=$PATH:$KLAYOUT_HOME
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$KLAYOUT_HOME
|
||||||
|
|
||||||
# Xyce
|
# Xyce
|
||||||
export XYCE_HOME=$SWROOT/Xyce/Parallel
|
export XYCE_HOME=$SWROOT/Xyce/Parallel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue