correct naming in defaults

This commit is contained in:
abejgonzalez
2019-06-12 14:54:49 -07:00
parent ba6352afca
commit 4a667c3df9

View File

@@ -48,7 +48,7 @@ ifeq ($(SUB_PROJECT),boom)
CONFIG_PACKAGE ?= boom.system
GENERATOR_PACKAGE ?= boom.system
TB ?= TestDriver
TOP ?= ExampleBoomAndRocketSystem
TOP ?= BoomRocketSystem
endif
# for Rocket-chip developers
ifeq ($(SUB_PROJECT),rocketchip)