Bump TestChipIp to improve default serial_tl behavior

This commit is contained in:
Jerry Zhao
2023-04-10 15:35:53 -07:00
parent cf0db304a8
commit ad9ea333d1
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ class ChipLikeQuadRocketConfig extends Config(
new chipyard.config.WithCbusToPbusCrossingType(AsynchronousCrossing()) ++ // Add Async crossing between PBUS and CBUS
new chipyard.config.WithSbusToMbusCrossingType(AsynchronousCrossing()) ++ // Add Async crossings between backside of L2 and MBUS
new testchipip.WithAsynchronousSerialSlaveCrossing ++ // Add Async crossing between serial and MBUS. Its master-side is tied to the FBUS
new testchipip.WithSerialTLAsyncResetQueue ++ // Add Async reset queue to block ready while in reset
new chipyard.config.AbstractConfig)