Skip to content

Commit

Permalink
IBusDBusCachedTightlyCoupledRam add missing write mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Nov 2, 2023
1 parent 281818a commit 0f17b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/vexriscv/plugin/DBusCachedPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,8 @@ class IBusDBusCachedTightlyCoupledRam(mapping : SizeMapping, withIBus : Boolean
address = (dbus.address >> 2).resized,
data = dbus.write_data,
enable = dbus.enable,
write = dbus.write_enable
write = dbus.write_enable,
mask = dbus.write_mask
)
}
val i = withIBus generate new Area {
Expand Down

0 comments on commit 0f17b39

Please sign in to comment.