Skip to content

Commit

Permalink
Merge pull request #1976 from ucb-bar/bump-constellation
Browse files Browse the repository at this point in the history
Bump constellation to fix support for AXI-converted TL
  • Loading branch information
jerryz123 authored Aug 7, 2024
2 parents ba3b051 + 0b4ce14 commit 7bef462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/chipyard/src/main/scala/config/NoCConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class MultiNoCConfig extends Config(
"L2 InclusiveCache[2]" -> 5, "L2 InclusiveCache[3]" -> 6),
outNodeMapping = ListMap(
"system[0]" -> 0, "system[1]" -> 3, "system[2]" -> 4 , "system[3]" -> 7,
"serial_tl_0" -> 0)),
"ram[0]" -> 0)),
NoCParams(
topology = TerminalRouter(BidirectionalTorus1D(8)),
channelParamGen = (a, b) => UserChannelParams(Seq.fill(10) { UserVirtualChannelParams(4) }),
Expand Down
2 changes: 1 addition & 1 deletion generators/constellation

0 comments on commit 7bef462

Please sign in to comment.