remove boom variables | update ci
This commit is contained in:
@@ -38,7 +38,7 @@ declare -A mapping
|
|||||||
mapping["example"]="SUB_PROJECT=example"
|
mapping["example"]="SUB_PROJECT=example"
|
||||||
mapping["boomexample"]="SUB_PROJECT=example CONFIG=DefaultBoomConfig"
|
mapping["boomexample"]="SUB_PROJECT=example CONFIG=DefaultBoomConfig"
|
||||||
mapping["boomrocketexample"]="SUB_PROJECT=example CONFIG=DefaultBoomAndRocketConfig"
|
mapping["boomrocketexample"]="SUB_PROJECT=example CONFIG=DefaultBoomAndRocketConfig"
|
||||||
mapping["boom"]="SUB_PROJECT=boom"
|
mapping["boom"]="SUB_PROJECT=example CONFIG=SmallBoomConfig"
|
||||||
mapping["rocketchip"]="SUB_PROJECT=rocketchip"
|
mapping["rocketchip"]="SUB_PROJECT=rocketchip"
|
||||||
mapping["blockdevrocketchip"]="SUB_PROJECT=example CONFIG=BlockDeviceModelRocketConfig TOP=BoomRocketTopWithBlockDevice"
|
mapping["blockdevrocketchip"]="SUB_PROJECT=example CONFIG=BlockDeviceModelRocketConfig TOP=BoomRocketTopWithBlockDevice"
|
||||||
mapping["hwacha"]="SUB_PROJECT=example CONFIG=HwachaL2Config GENERATOR_PACKAGE=hwacha"
|
mapping["hwacha"]="SUB_PROJECT=example CONFIG=HwachaL2Config GENERATOR_PACKAGE=hwacha"
|
||||||
|
|||||||
Submodule generators/boom updated: 962e94674e...3a06403df7
12
variables.mk
12
variables.mk
@@ -38,18 +38,6 @@ ifeq ($(SUB_PROJECT),example)
|
|||||||
TB ?= TestDriver
|
TB ?= TestDriver
|
||||||
TOP ?= BoomRocketTop
|
TOP ?= BoomRocketTop
|
||||||
endif
|
endif
|
||||||
# for BOOM developers
|
|
||||||
ifeq ($(SUB_PROJECT),boom)
|
|
||||||
SBT_PROJECT ?= boom
|
|
||||||
MODEL ?= TestHarness
|
|
||||||
VLOG_MODEL ?= TestHarness
|
|
||||||
MODEL_PACKAGE ?= boom.system
|
|
||||||
CONFIG ?= LargeBoomConfig
|
|
||||||
CONFIG_PACKAGE ?= boom.system
|
|
||||||
GENERATOR_PACKAGE ?= boom.system
|
|
||||||
TB ?= TestDriver
|
|
||||||
TOP ?= BoomRocketSystem
|
|
||||||
endif
|
|
||||||
# for Rocket-chip developers
|
# for Rocket-chip developers
|
||||||
ifeq ($(SUB_PROJECT),rocketchip)
|
ifeq ($(SUB_PROJECT),rocketchip)
|
||||||
SBT_PROJECT ?= rocketchip
|
SBT_PROJECT ?= rocketchip
|
||||||
|
|||||||
Reference in New Issue
Block a user