Skip to content

Commit

Permalink
build_openroad: Change default Yosys compiler to clang
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Jul 4, 2024
1 parent 3629b63 commit 96ba46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_openroad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OPENROAD_APP_BRANCH="master"
INSTALL_PATH="$(pwd)/tools/install"

YOSYS_USER_ARGS=""
YOSYS_ARGS="CONFIG=gcc"
YOSYS_ARGS="CONFIG=clang ENABLE_NDEBUG=1"

OPENROAD_APP_USER_ARGS=""
OPENROAD_APP_ARGS=""
Expand Down

0 comments on commit 96ba46b

Please sign in to comment.