Skip to content

Commit

Permalink
ci: print number of threads with build_openroad
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
Vitor Bandeira committed Jul 3, 2024
1 parent e487295 commit 9112979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_openroad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ EOF
fi
fi

echo "[INFO FLW-0028] Compiling with ${PROC} threads."

# Only add install prefix variables after parsing arguments.
YOSYS_ARGS+=" PREFIX=${INSTALL_PATH}/yosys"
OPENROAD_APP_ARGS+=" -D CMAKE_INSTALL_PREFIX=${INSTALL_PATH}/OpenROAD"
Expand Down

0 comments on commit 9112979

Please sign in to comment.