Skip to content

Commit

Permalink
timing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramjain236 committed Jul 31, 2024
1 parent e1ad43f commit a598e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/gemmini/Controller.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Gemmini[T <: Data : Arithmetic, U <: Data, V <: Data](val config: GemminiA

if (config.use_tl_spad_mem) {
spad.spad_rw_mgrs :*= TLBuffer() :*= xbar_mgr_node
xbar_mgr_node := TLBuffer() := TLWidthWidget(config.dma_buswidth/8) := stlNode
xbar_mgr_node := TLBuffer() := stlNode
}

override lazy val module = new GemminiModule(this)
Expand Down

0 comments on commit a598e4e

Please sign in to comment.