Track changes in Radiance args.bin/op_*.bin in makefiles
This commit is contained in:
@@ -23,7 +23,7 @@ HELP_COMPILATION_VARIABLES += \
|
|||||||
" MFC_BASE_LOWERING_OPTIONS = override lowering options to pass to the MLIR FIRRTL compiler" \
|
" MFC_BASE_LOWERING_OPTIONS = override lowering options to pass to the MLIR FIRRTL compiler" \
|
||||||
" ASPECTS = comma separated list of Chisel aspect flows to run (e.x. chipyard.upf.ChipTopUPFAspect)"
|
" ASPECTS = comma separated list of Chisel aspect flows to run (e.x. chipyard.upf.ChipTopUPFAspect)"
|
||||||
|
|
||||||
EXTRA_GENERATOR_REQS ?= $(BOOTROM_TARGETS)
|
EXTRA_GENERATOR_REQS ?= $(BOOTROM_TARGETS) $(ARGSROM_TARGETS)
|
||||||
EXTRA_SIM_CXXFLAGS ?=
|
EXTRA_SIM_CXXFLAGS ?=
|
||||||
EXTRA_SIM_LDFLAGS ?=
|
EXTRA_SIM_LDFLAGS ?=
|
||||||
EXTRA_SIM_SOURCES ?=
|
EXTRA_SIM_SOURCES ?=
|
||||||
|
|||||||
@@ -226,6 +226,10 @@ ALL_MODS_FILELIST ?= $(build_dir)/$(long_name).all.f
|
|||||||
BOOTROM_FILES ?= bootrom.rv64.img bootrom.rv32.img bootrom.radiance.rv32.img
|
BOOTROM_FILES ?= bootrom.rv64.img bootrom.rv32.img bootrom.radiance.rv32.img
|
||||||
BOOTROM_TARGETS ?= $(addprefix $(build_dir)/, $(BOOTROM_FILES))
|
BOOTROM_TARGETS ?= $(addprefix $(build_dir)/, $(BOOTROM_FILES))
|
||||||
|
|
||||||
|
# custom *.bin argument files needed for Radiance
|
||||||
|
ARGSROM_FILES ?= args.bin op_a.bin op_b.bin
|
||||||
|
ARGSROM_TARGETS ?= $(addprefix $(base_dir)/sims/, $(ARGSROM_FILES))
|
||||||
|
|
||||||
# files that contain lists of files needed for VCS or Verilator simulation
|
# files that contain lists of files needed for VCS or Verilator simulation
|
||||||
SIM_FILE_REQS =
|
SIM_FILE_REQS =
|
||||||
sim_files ?= $(build_dir)/sim_files.f
|
sim_files ?= $(build_dir)/sim_files.f
|
||||||
|
|||||||
Reference in New Issue
Block a user