Skip to content

Commit

Permalink
mvin fixed for int configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramjain236 committed Jul 27, 2024
1 parent d1463c6 commit e1ad43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/gemmini/Scratchpad.scala
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ class Scratchpad[T <: Data, U <: Data, V <: Data](config: GemminiArrayConfig[T,
val d = Wire(new TLBundleD(edges(0).bundle))
d.opcode := TLMessages.AccessAckData
d.param := 0.U
d.size := log2Ceil((2*config.dma_buswidth)/8).U
d.size := log2Ceil(mem_width).U
d.source := sourceId
d.sink := 0.U
d.denied := false.B
Expand Down

0 comments on commit e1ad43f

Please sign in to comment.