Skip to content

Commit 144b6de

Browse files
committed
env.sh: install folder should be before dependencies folder
Reduces confusion: Makefile and path now use the same version of yosys Signed-off-by: Øyvind Harboe <[email protected]>
1 parent f4acf07 commit 144b6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ fi
1111
export OPENROAD=${DIR}/tools/OpenROAD
1212
echo "OPENROAD: ${OPENROAD}"
1313

14+
export PATH=${DIR}/dependencies/bin:$PATH
1415
export PATH=${DIR}/tools/install/OpenROAD/bin:$PATH
1516
export PATH=${DIR}/tools/install/yosys/bin:$PATH
16-
export PATH=${DIR}/dependencies/bin:$PATH
1717

1818
if [[ "$OSTYPE" == "darwin"* ]]; then
1919
export PATH="/Applications/KLayout/klayout.app/Contents/MacOS:$PATH"

0 commit comments

Comments
 (0)