Add new junctions repo as submodule (contains externally facing buses and peripherals).
Bump all submodules.
This commit is contained in:
3
Makefrag
3
Makefrag
@ -14,7 +14,8 @@ SHELL := /bin/bash
|
||||
CHISEL_ARGS := $(MODEL) --W0W --backend $(BACKEND) --configInstance $(PROJECT).$(CONFIG) --compileInitializationUnoptimized --targetDir $(generated_dir)
|
||||
|
||||
src_path = src/main/scala
|
||||
chisel_srcs = $(base_dir)/$(src_path)/*.scala $(base_dir)/rocket/$(src_path)/*.scala $(base_dir)/uncore/$(src_path)/*.scala $(base_dir)/zscale/$(src_path)/*.scala $(SRC_EXTENSION)
|
||||
default_submodules = . junctions uncore hardfloat rocket zscale
|
||||
chisel_srcs = $(addprefix $(base_dir)/,$(addsuffix /$(src_path)/*.scala,$(default_submodules)))
|
||||
|
||||
disasm := 2>
|
||||
which_disasm := $(shell which spike-dasm)
|
||||
|
Reference in New Issue
Block a user