Skip to content

Commit

Permalink
#26 fix GenerateTilelink mem bus data width
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 20, 2024
1 parent 2cd18f9 commit 194adb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexiiriscv/Generate.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object GenerateTilelink extends App {
val mem = new SlaveBus(
M2sSupport(
transfers = M2sTransfers.all,
dataWidth = param.xlen,
dataWidth = param.memDataWidth,
addressWidth = param.physicalWidth
),
S2mParameters(
Expand Down

0 comments on commit 194adb4

Please sign in to comment.