Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics
This commit is contained in:
@@ -53,7 +53,7 @@ class RadianceBaseConfig extends Config(
|
||||
|
||||
class RadianceFP16ClusterConfig extends Config(
|
||||
new radiance.subsystem.WithRadianceGemmini(location = InCluster(0), dim = 16, accSizeInKB = 64, tileSize = (8, 4, 8), dataType = RadianceGemminiDataType.FP16) ++
|
||||
new radiance.subsystem.WithRadianceCores(8, location = InCluster(0), tensorCoreFP16 = true, useVxCache = false) ++
|
||||
new radiance.subsystem.WithRadianceCores(8, location = InCluster(0), tensorCoreFP16 = true, tensorCoreDecoupled = false, useVxCache = false) ++
|
||||
new radiance.subsystem.WithRadianceSharedMem(address = x"ff000000", size = 128 << 10, numBanks = 4, numWords = 16) ++
|
||||
new radiance.subsystem.WithCoalescer(nNewSrcIds = 16) ++
|
||||
new radiance.subsystem.WithVortexL1Banks(nBanks = 8) ++
|
||||
|
||||
Submodule generators/radiance updated: 8307d8d154...c22fd20616
15
variables.mk
15
variables.mk
@@ -131,9 +131,20 @@ ifeq ($(SUB_PROJECT),coalescer)
|
||||
SBT_PROJECT ?= chipyard
|
||||
MODEL ?= TestHarness
|
||||
VLOG_MODEL ?= $(MODEL)
|
||||
MODEL_PACKAGE ?= freechips.rocketchip.unittest
|
||||
MODEL_PACKAGE ?= chipyard.unittest
|
||||
CONFIG ?= CoalescingUnitTestConfig
|
||||
CONFIG_PACKAGE ?= radiance.memory
|
||||
CONFIG_PACKAGE ?= radiance.unittest
|
||||
GENERATOR_PACKAGE ?= chipyard
|
||||
TB ?= TestDriver
|
||||
TOP ?= UnitTestSuite
|
||||
endif
|
||||
ifeq ($(SUB_PROJECT),tensor)
|
||||
SBT_PROJECT ?= chipyard
|
||||
MODEL ?= TestHarness
|
||||
VLOG_MODEL ?= $(MODEL)
|
||||
MODEL_PACKAGE ?= chipyard.unittest
|
||||
CONFIG ?= TensorUnitTestConfig
|
||||
CONFIG_PACKAGE ?= radiance.unittest
|
||||
GENERATOR_PACKAGE ?= chipyard
|
||||
TB ?= TestDriver
|
||||
TOP ?= UnitTestSuite
|
||||
|
||||
Reference in New Issue
Block a user