mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Update README and setpaths with new PYTHONPATH
This commit is contained in:
@@ -7,9 +7,3 @@
|
||||
export OPENRAM_HOME="`pwd`/compiler"
|
||||
export OPENRAM_TECH="`pwd`/technology"
|
||||
export PYTHONPATH=$OPENRAM_HOME
|
||||
for dir in `pwd`/compiler/*
|
||||
do
|
||||
if [ -d $dir ]; then
|
||||
export PYTHONPATH=$PYTHONPATH:$dir
|
||||
fi;
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user