Initial integration

This commit is contained in:
Jerry Zhao
2022-09-22 11:49:28 -07:00
parent 85f16d3342
commit af0cef485a
6 changed files with 211 additions and 1 deletions

View File

@@ -111,6 +111,19 @@ ifeq ($(SUB_PROJECT),icenet)
TB ?= TestDriver
TOP ?= UnitTestSuite
endif
# For Constellation developers
ifeq ($(SUB_PROJECT),constellation)
SBT_PROJECT ?= chipyard
MODEL ?= TestHarness
VLOG_MODEL ?= TestHarness
MODEL_PACKAGE ?= constellation.test
CONFIG ?= TestConfig00
CONFIG_PACKAGE ?= constellation.test
GENERATOR_PACKAGE ?= chipyard
TB ?= TestDriver
TOP ?= NoC
endif
#########################################################################################
# path to rocket-chip and testchipip