Merge branch 'main' of https://github.com/ucb-bar/radiance into main
This commit is contained in:
@@ -2,18 +2,19 @@
|
||||
# extra variables/targets ingested by the chipyard make system
|
||||
##############################################################
|
||||
|
||||
RADPIE_SRC_DIR = $(base_dir)/generators/radiance/radpie
|
||||
RADPIE_BUILD_DIR = $(RADPIE_SRC_DIR)/target/release
|
||||
|
||||
##################################################################
|
||||
# THE FOLLOWING MUST BE += operators
|
||||
##################################################################
|
||||
|
||||
RADPIE_SRC_DIR = $(base_dir)/generators/radiance/radpie
|
||||
RADPIE_BUILD_DIR = $(RADPIE_SRC_DIR)/target/release
|
||||
|
||||
# EXTRA_SIM_REQS += radpie
|
||||
EXTRA_SIM_LDFLAGS += -L$(RADPIE_BUILD_DIR) -Wl,-rpath,$(RADPIE_BUILD_DIR) -lradpie
|
||||
EXTRA_SIM_PREPROC_DEFINES += \
|
||||
+define+SIMULATION \
|
||||
+define+GPR_RESET \
|
||||
+define+GPR_DUPLICATED \
|
||||
+define+LSU_DUP_DISABLE \
|
||||
+define+DBG_TRACE_CORE_PIPELINE_VCS \
|
||||
+define+PERF_ENABLE \
|
||||
|
||||
Reference in New Issue
Block a user