Remove clbus definition from RadianceCluster
Should be in conjunction with the rocket-chip change that defines clbus in the base Cluster class.
This commit is contained in:
@@ -34,12 +34,6 @@ class RadianceCluster (
|
|||||||
crossing: ClockCrossingType,
|
crossing: ClockCrossingType,
|
||||||
lookup: LookupByClusterIdImpl
|
lookup: LookupByClusterIdImpl
|
||||||
)(implicit p: Parameters) extends Cluster(thisClusterParams, crossing, lookup) {
|
)(implicit p: Parameters) extends Cluster(thisClusterParams, crossing, lookup) {
|
||||||
// cluster-local bus, used for shared memory traffic that never leaves the
|
|
||||||
// confines of a cluster
|
|
||||||
val clbus = tlBusWrapperLocationMap(CLBUS(clusterId))
|
|
||||||
|
|
||||||
clbus.clockGroupNode := allClockGroupsNode
|
|
||||||
|
|
||||||
// Instantiate cluster-local shared memory scratchpad
|
// Instantiate cluster-local shared memory scratchpad
|
||||||
//
|
//
|
||||||
// Instantiate the same number of banks as there are lanes.
|
// Instantiate the same number of banks as there are lanes.
|
||||||
|
|||||||
Reference in New Issue
Block a user