Add graphics subproject to variables.mk; bump rocket-chip
This commit is contained in:
12
variables.mk
12
variables.mk
@@ -123,6 +123,18 @@ ifeq ($(SUB_PROJECT),constellation)
|
||||
TB ?= TestDriver
|
||||
TOP ?= NoC
|
||||
endif
|
||||
# For graphics developers
|
||||
ifeq ($(SUB_PROJECT),graphics)
|
||||
SBT_PROJECT ?= chipyard
|
||||
MODEL ?= TestHarness
|
||||
VLOG_MODEL ?= $(MODEL)
|
||||
MODEL_PACKAGE ?= freechips.rocketchip.unittest
|
||||
CONFIG ?= CoalescingUnitTestConfig
|
||||
CONFIG_PACKAGE ?= freechips.rocketchip.unittest
|
||||
GENERATOR_PACKAGE ?= chipyard
|
||||
TB ?= TestDriver
|
||||
TOP ?= UnitTestSuite
|
||||
endif
|
||||
|
||||
|
||||
#########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user