Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardyrh committed Aug 14, 2024
1 parent 050cbe6 commit 8f9f6c7
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 @@ -32,7 +32,7 @@ class Gemmini[T <: Data : Arithmetic, U <: Data, V <: Data](val config: GemminiA
System.exit(1)
}

val xLen = p(TileKey).core.xLen
val xLen = p(XLen)
val spad = LazyModule(new Scratchpad(config))

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

0 comments on commit 8f9f6c7

Please sign in to comment.