Skip to content

Commit

Permalink
timing(IMSIC): AXI4 output should be buffered (#3757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang-Haojin authored Oct 17, 2024
1 parent 064c9c5 commit af3eaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/device/imsic_axi_top.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class imsic_bus_top(
)))
val xbar = AXI4Xbar(TLArbiter.lowestIndexFirst)
axi4nodes.foreach { _ := xbar }
xbar := node
xbar := AXI4Buffer() := node
node
}

Expand Down

0 comments on commit af3eaba

Please sign in to comment.