Skip to content

Commit

Permalink
asic timings ++
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Oct 25, 2023
1 parent c0ed371 commit 2712dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/naxriscv/Gen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ object Config{
case true => new MulPlugin(
euId = "EU0",
sumAt = 0,
sumsSpec = List((16, 16), (32, 1000), (1000, 1000)),
sumsSpec = List((16, 4), (24, 1000), (1000, 1000)),
splitWidthA = xlen,
splitWidthB = 1,
useRsUnsignedPlugin = true,
Expand Down

0 comments on commit 2712dd0

Please sign in to comment.