diff --git a/src/main/scala/subsystem/Configs.scala b/src/main/scala/subsystem/Configs.scala index 03de3af1a7a..0d6471e1111 100644 --- a/src/main/scala/subsystem/Configs.scala +++ b/src/main/scala/subsystem/Configs.scala @@ -61,7 +61,11 @@ class WithIncoherentBusTopology extends Config((site, here, up) => { pbus = site(PeripheryBusKey), fbus = site(FrontBusKey), cbus = site(ControlBusKey), - xTypes = SubsystemCrossingParams())) + xTypes = SubsystemCrossingParams( + sbusToCbusXType = site(SbusToCbusXTypeKey), + cbusToPbusXType = site(CbusToPbusXTypeKey), + fbusToSbusXType = site(FbusToSbusXTypeKey)), + driveClocksFromSBus = site(DriveClocksFromSBus))) }) class WithCoherentBusTopology extends Config((site, here, up) => {