Comment out FireChip make variables for now
This commit is contained in:
Submodule sims/firesim updated: 65be3cae99...7f8152e511
25
variables.mk
25
variables.mk
@@ -74,18 +74,19 @@ ifeq ($(SUB_PROJECT),hwacha)
|
|||||||
TB ?= TestDriver
|
TB ?= TestDriver
|
||||||
TOP ?= ExampleRocketSystem
|
TOP ?= ExampleRocketSystem
|
||||||
endif
|
endif
|
||||||
# Stand-in firechip variables
|
# Stand-in firechip variables:
|
||||||
ifeq ($(SUB_PROJECT),firechip)
|
# TODO: need a seperate generator and test harnesses for each target
|
||||||
SBT_PROJECT ?= $(SUB_PROJECT)
|
#ifeq ($(SUB_PROJECT),firechip)
|
||||||
MODEL ?= TestHarness
|
# SBT_PROJECT ?= $(SUB_PROJECT)
|
||||||
VLOG_MODEL ?= TestHarness
|
# MODEL ?= TestHarness
|
||||||
MODEL_PACKAGE ?= freechips.rocketchip.system
|
# VLOG_MODEL ?= TestHarness
|
||||||
CONFIG ?= FireSimRocketChipConfig
|
# MODEL_PACKAGE ?= freechips.rocketchip.system
|
||||||
CONFIG_PACKAGE ?= firesim.firesim
|
# CONFIG ?= FireSimRocketChipConfig
|
||||||
GENERATOR_PACKAGE ?= firesim.firesim
|
# CONFIG_PACKAGE ?= firesim.firesim
|
||||||
TB ?= TestDriver
|
# GENERATOR_PACKAGE ?= firesim.firesim
|
||||||
TOP ?= FireSimNoNIC
|
# TB ?= TestDriver
|
||||||
endif
|
# TOP ?= FireSimNoNIC
|
||||||
|
#endif
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# path to rocket-chip and testchipip
|
# path to rocket-chip and testchipip
|
||||||
|
|||||||
Reference in New Issue
Block a user