Skip to content

Commit

Permalink
hw/system: disable common-cells assertions for verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 authored and mattsini1 committed Mar 12, 2024
1 parent fa9ef70 commit c162cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ VLT_FLAGS += -Wno-PINMISSING
VLT_FLAGS += -Wno-fatal
VLT_FLAGS += --unroll-count 1024
VLT_FLAGS += --timing
VLT_BENDER += -t rtl -t spatz -t spatz_test -t snitch_test
VLT_BENDER += -t rtl -t spatz -t spatz_test -t snitch_test --define COMMON_CELLS_ASSERTS_OFF
VLT_SOURCES := $(shell ${BENDER} script flist ${VLT_BENDER} | ${SED_SRCS})
VLT_CFLAGS += -std=c++17 -fcoroutines
VLT_CFLAGS += -I${VLT_BUILDDIR}/riscv-isa-sim -I${VLT_BUILDDIR} -I${VERILATOR_INSTALL_DIR}/share/verilator/include -I${VERILATOR_INSTALL_DIR}/share/verilator/include/vltstd -I${ROOT}/hw/ip/snitch_test/src
Expand Down

0 comments on commit c162cd4

Please sign in to comment.