Skip to content

Commit

Permalink
TLFragmenter bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekai Lin authored and Zekai Lin committed Dec 10, 2023
1 parent 49e7895 commit d4061e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/tile/VortexTile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class VortexTile private (
concurrency = 1
)

regNode := tlSlaveXbar.node
regNode := TLFragmenter(4, 64) := tlSlaveXbar.node

// val dmemDevice = new SimpleDevice("dtim", Seq("sifive,dtim0"))
/*val dmemNode = TLManagerNode(Seq(TLSlavePortParameters.v1(
Expand Down

0 comments on commit d4061e6

Please sign in to comment.