Fix a number of build.sbt related problems

This commit is contained in:
David Biancolin
2019-05-29 22:26:04 +00:00
parent 0cb1608e2c
commit f4fb0c42b1
5 changed files with 32 additions and 19 deletions

View File

@@ -64,7 +64,7 @@ ifeq ($(SUB_PROJECT),boom)
endif
# for Rocket-chip developers
ifeq ($(SUB_PROJECT),rocketchip)
SBT_PROJECT ?= rebarrocketchip
SBT_PROJECT ?= rocketchip
MODEL ?= TestHarness
VLOG_MODEL ?= TestHarness
MODEL_PACKAGE ?= freechips.rocketchip.system
@@ -91,12 +91,12 @@ ifeq ($(SUB_PROJECT),firechip)
SBT_PROJECT ?= $(SUB_PROJECT)
MODEL ?= TestHarness
VLOG_MODEL ?= TestHarness
MODEL_PACKAGE ?= firesim.firesim
MODEL_PACKAGE ?= freechips.rocketchip.system
CONFIG ?= FireSimRocketChipConfig
CONFIG_PACKAGE ?= firesim.firesim
GENERATOR_PACKAGE ?= firesim.firesim
TB ?= TestDriver
TOP ?= ExampleRocketSystem
TOP ?= FireSimNoNIC
endif
#########################################################################################