Skip to content

Commit

Permalink
remove depending on explicit SBUS
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Feb 25, 2024
1 parent 1cb9506 commit 7d1495b
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 7d1495b

Please sign in to comment.