Comment out FireChip make variables for now

This commit is contained in:
David Biancolin
2019-06-28 23:53:58 +00:00
parent 1f48e33be5
commit 473bc0aa4e
2 changed files with 14 additions and 13 deletions

View File

@@ -74,18 +74,19 @@ 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 ?= freechips.rocketchip.system
CONFIG ?= FireSimRocketChipConfig
CONFIG_PACKAGE ?= firesim.firesim
GENERATOR_PACKAGE ?= firesim.firesim
TB ?= TestDriver
TOP ?= FireSimNoNIC
endif
# Stand-in firechip variables:
# TODO: need a seperate generator and test harnesses for each target
#ifeq ($(SUB_PROJECT),firechip)
# SBT_PROJECT ?= $(SUB_PROJECT)
# MODEL ?= TestHarness
# VLOG_MODEL ?= TestHarness
# MODEL_PACKAGE ?= freechips.rocketchip.system
# CONFIG ?= FireSimRocketChipConfig
# CONFIG_PACKAGE ?= firesim.firesim
# GENERATOR_PACKAGE ?= firesim.firesim
# TB ?= TestDriver
# TOP ?= FireSimNoNIC
#endif
#########################################################################################
# path to rocket-chip and testchipip