We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0bf8cf + 144b6de commit a70d32cCopy full SHA for a70d32c
env.sh
@@ -11,9 +11,9 @@ fi
11
export OPENROAD=${DIR}/tools/OpenROAD
12
echo "OPENROAD: ${OPENROAD}"
13
14
+export PATH=${DIR}/dependencies/bin:$PATH
15
export PATH=${DIR}/tools/install/OpenROAD/bin:$PATH
16
export PATH=${DIR}/tools/install/yosys/bin:$PATH
-export PATH=${DIR}/dependencies/bin:$PATH
17
18
if [[ "$OSTYPE" == "darwin"* ]]; then
19
export PATH="/Applications/KLayout/klayout.app/Contents/MacOS:$PATH"
0 commit comments