WIP
This commit is contained in:
12
variables.mk
12
variables.mk
@@ -86,6 +86,18 @@ ifeq ($(SUB_PROJECT),hwacha)
|
||||
TB ?= TestDriver
|
||||
TOP ?= ExampleRocketSystem
|
||||
endif
|
||||
# Stand-in firechip variables
|
||||
ifeq ($(SUB_PROJECT),firechip)
|
||||
SBT_PROJECT ?= $(SUB_PROJECT)
|
||||
MODEL ?= TestHarness
|
||||
VLOG_MODEL ?= TestHarness
|
||||
MODEL_PACKAGE ?= firesim.firesim
|
||||
CONFIG ?= FireSimRocketChipConfig
|
||||
CONFIG_PACKAGE ?= firesim.firesim
|
||||
GENERATOR_PACKAGE ?= firesim.firesim
|
||||
TB ?= TestDriver
|
||||
TOP ?= ExampleRocketSystem
|
||||
endif
|
||||
|
||||
#########################################################################################
|
||||
# path to rocket-chip and testchipip
|
||||
|
||||
Reference in New Issue
Block a user