Skip to content

Commit

Permalink
[hardware] disable common-cells assertions forr verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed May 16, 2024
1 parent 5b66cc0 commit 3ff7360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ vlog_args += -work $(library)

# Bender
# Defines
bender_defs += --define NR_LANES=$(nr_lanes) --define VLEN=$(vlen) --define ARIANE_ACCELERATOR_PORT=1
bender_defs += --define NR_LANES=$(nr_lanes) --define VLEN=$(vlen) --define ARIANE_ACCELERATOR_PORT=1 --define COMMON_CELLS_ASSERTS_OFF
# Targets
bender_common_targs := -t rtl -t cv64a6_imafdcv_sv39 -t tech_cells_generic_include_tc_sram -t tech_cells_generic_include_tc_clk
bender_targs_simc := $(bender_common_targs) -t ara_test -t cva6_test
Expand Down

0 comments on commit 3ff7360

Please sign in to comment.