Skip to content

Commit

Permalink
[hardware] Add Bender target to exclude first pass decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Nov 11, 2024
1 parent 744e492 commit f156705
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 @@ -109,7 +109,7 @@ vlog_args += -work $(library)
bender_defs += --define NR_LANES=$(nr_lanes) --define VLEN=$(vlen) --define ARIANE_ACCELERATOR_PORT=1
bender_defs_veril := $(bender_defs) --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_common_targs := -t rtl -t cv64a6_imafdcv_sv39 -t tech_cells_generic_include_tc_sram -t tech_cells_generic_include_tc_clk -t exclude_first_pass_decoder
bender_targs_simc := $(bender_common_targs) -t ara_test -t cva6_test
bender_targs_veril := $(bender_common_targs) -t ara_test -t cva6_test -t verilator
bender_targs_spyglass := $(bender_common_targs) -t spyglass
Expand Down

0 comments on commit f156705

Please sign in to comment.