Rename top-level example package to chipyard
* FireChip now directly uses the Chipyard Top
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
# - make it so that you only change 1 param to change most or all of them!
|
||||
# - mainly intended for quick developer setup for common flags
|
||||
#########################################################################################
|
||||
SUB_PROJECT ?= example
|
||||
SUB_PROJECT ?= chipyard
|
||||
|
||||
ifeq ($(SUB_PROJECT),example)
|
||||
SBT_PROJECT ?= example
|
||||
ifeq ($(SUB_PROJECT),chipyard)
|
||||
SBT_PROJECT ?= chipyard
|
||||
MODEL ?= TestHarness
|
||||
VLOG_MODEL ?= TestHarness
|
||||
MODEL_PACKAGE ?= $(SBT_PROJECT)
|
||||
|
||||
Reference in New Issue
Block a user