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:
Hansung Kim
2024-06-11 16:23:07 -07:00
parent a0bff40a87
commit 7ced63bd62

View File

@@ -34,12 +34,6 @@ class RadianceCluster (
crossing: ClockCrossingType,
lookup: LookupByClusterIdImpl
)(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 the same number of banks as there are lanes.