Skip to content

Commit

Permalink
Merge pull request #3573 from chipsalliance/no-more-sbus
Browse files Browse the repository at this point in the history
remove depending on explicit SBUS
  • Loading branch information
sequencer authored Feb 25, 2024
2 parents 1cb9506 + 7d1495b commit 2f5bcc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/subsystem/BaseSubsystem.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ abstract class BaseSubsystem(val location: HierarchicalLocation = InSubsystem)

val busContextName = "subsystem"

// TODO must there really always be an "sbus"?
val sbus = tlBusWrapperLocationMap(SBUS)
val sbus = tlBusWrapperLocationMap(p(TLManagerViewpointLocated(location)))
tlBusWrapperLocationMap.lift(SBUS).map { _.clockGroupNode := allClockGroupsNode }

// TODO: Preserve legacy implicit-clock behavior for IBUS for now. If binding
Expand Down

0 comments on commit 2f5bcc9

Please sign in to comment.