Add graphics subproject to variables.mk; bump rocket-chip
This commit is contained in:
Submodule generators/rocket-chip updated: 425e8364c0...9301bab975
12
variables.mk
12
variables.mk
@@ -123,6 +123,18 @@ ifeq ($(SUB_PROJECT),constellation)
|
|||||||
TB ?= TestDriver
|
TB ?= TestDriver
|
||||||
TOP ?= NoC
|
TOP ?= NoC
|
||||||
endif
|
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