Skip to content

Commit 1474a3d

Browse files
authored
Merge pull request #2110 from antmicro/yosys-clang-O3
Change default Yosys compiler to Clang with disabled debugging
2 parents 3629b63 + 96ba46b commit 1474a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_openroad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OPENROAD_APP_BRANCH="master"
2020
INSTALL_PATH="$(pwd)/tools/install"
2121

2222
YOSYS_USER_ARGS=""
23-
YOSYS_ARGS="CONFIG=gcc"
23+
YOSYS_ARGS="CONFIG=clang ENABLE_NDEBUG=1"
2424

2525
OPENROAD_APP_USER_ARGS=""
2626
OPENROAD_APP_ARGS=""

0 commit comments

Comments
 (0)