File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55set -eu
66
77# Make sure we are on the correct folder before beginning
8- cd " $( dirname $( readlink -f $0 ) ) "
8+ DIR=" $( dirname $( readlink -f $0 ) ) "
9+ cd " $DIR "
910
1011# Set up paths to dependencies, such as cmake and boost. Safe no-op
1112# if tools were set up elsewhere in the path.
@@ -246,7 +247,7 @@ __local_build()
246247 ${NICE} make install -C tools/yosys -j " ${PROC} " ${YOSYS_ARGS}
247248
248249 echo " [INFO FLW-0018] Compiling OpenROAD."
249- eval ${NICE} cmake tools/OpenROAD -B tools/OpenROAD/build ${ OPENROAD_APP_ARGS}
250+ eval ${NICE} ./ tools/OpenROAD/etc/Build.sh -dir= " $DIR / tools/OpenROAD/build" -threads= ${PROC} -cmake= \' ${ OPENROAD_APP_ARGS}\'
250251 ${NICE} cmake --build tools/OpenROAD/build --target install -j " ${PROC} "
251252}
252253
You can’t perform that action at this time.
0 commit comments