From 6f85ed191e28bd380c140ad80b78dbc47ee7b0b5 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Wed, 16 Sep 2015 12:28:03 -0700 Subject: [PATCH] Add rocketchip_addons to the list of chisel srcs requiring rebuild --- Makefrag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefrag b/Makefrag index 0dcb4e11..c56e6e4a 100644 --- a/Makefrag +++ b/Makefrag @@ -15,7 +15,7 @@ CHISEL_ARGS := $(MODEL) --W0W --minimumCompatibility 3.0.0 --backend $(BACKEND) src_path = src/main/scala default_submodules = . junctions uncore hardfloat rocket zscale -chisel_srcs = $(addprefix $(base_dir)/,$(addsuffix /$(src_path)/*.scala,$(default_submodules))) +chisel_srcs = $(addprefix $(base_dir)/,$(addsuffix /$(src_path)/*.scala,$(default_submodules) $(ROCKETCHIP_ADDONS))) disasm := 2> which_disasm := $(shell which spike-dasm 2> /dev/null)