From 557f89510725dad1af9331c1c2ebcefd58ca974a Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Sun, 12 Jan 2025 16:58:08 +0100 Subject: [PATCH] [cheshire] Don't compile the dummy first-pass-decoder in CVA6 --- cheshire/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheshire/Makefile b/cheshire/Makefile index 4862fecfe..ecaedcb35 100644 --- a/cheshire/Makefile +++ b/cheshire/Makefile @@ -25,7 +25,7 @@ ARA_CONFIGURATION ?= 2_lanes include $(ARA_ROOT)/config/$(ARA_CONFIGURATION).mk BOARD ?= vcu128 VLOG_ARGS ?= -suppress 2583 -suppress 13314 -COMMON_CUSTOM_TARGETS := -t cv64a6_imafdcv_sv39 -t cva6 --define ARA --define NR_LANES=$(nr_lanes) --define VLEN=$(vlen) +COMMON_CUSTOM_TARGETS := -t cv64a6_imafdcv_sv39 -t cva6 -t exclude_first_pass_decoder --define ARA --define NR_LANES=$(nr_lanes) --define VLEN=$(vlen) CUSTOM_SIM_BENDER_TARGETS := $(COMMON_CUSTOM_TARGETS) -t sim -t test -t rtl --vlog-arg="$(VLOG_ARGS)" CUSTOM_XIL_BENDER_TARGETS := $(COMMON_CUSTOM_TARGETS) -t fpga -t $(BOARD)