Skip to content

Commit

Permalink
Merge pull request #1435 from ucb-bar/blockserialtl
Browse files Browse the repository at this point in the history
Bump TestChipIp to improve default serial_tl behavior
  • Loading branch information
jerryz123 authored Apr 18, 2023
2 parents cf0db30 + ad9ea33 commit 3b303ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3b303ba

Please sign in to comment.