Bump rocket-chip
This commit is contained in:
Submodule generators/rocket-chip updated: e0ea90344e...d48b45da56
@@ -11,14 +11,22 @@ import boom.lsu.BoomTraceGenTile
|
|||||||
class TraceGenSystem(implicit p: Parameters) extends BaseSubsystem
|
class TraceGenSystem(implicit p: Parameters) extends BaseSubsystem
|
||||||
with InstantiatesHierarchicalElements
|
with InstantiatesHierarchicalElements
|
||||||
with HasTileNotificationSinks
|
with HasTileNotificationSinks
|
||||||
|
with HasTileInputConstants
|
||||||
|
with HasHierarchicalElementsRootContext
|
||||||
|
with HasHierarchicalElements
|
||||||
with CanHaveMasterAXI4MemPort {
|
with CanHaveMasterAXI4MemPort {
|
||||||
|
|
||||||
def coreMonitorBundles = Nil
|
def coreMonitorBundles = Nil
|
||||||
|
|
||||||
val tileStatusNodes = totalTiles.values.toSeq.collect {
|
val tileStatusNodes = totalTiles.values.toSeq.collect {
|
||||||
case t: GroundTestTile => t.statusNode.makeSink()
|
case t: GroundTestTile => t.statusNode.makeSink()
|
||||||
case t: BoomTraceGenTile => t.statusNode.makeSink()
|
case t: BoomTraceGenTile => t.statusNode.makeSink()
|
||||||
}
|
}
|
||||||
lazy val debugNode = IntSyncXbar() := NullIntSyncSource()
|
|
||||||
|
lazy val clintOpt = None
|
||||||
|
lazy val debugOpt = None
|
||||||
|
lazy val plicOpt = None
|
||||||
|
|
||||||
override lazy val module = new TraceGenSystemModuleImp(this)
|
override lazy val module = new TraceGenSystemModuleImp(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user