Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Aug 29, 2024
1 parent 7bff1c9 commit 068e579
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/scala/vexiiriscv/Param.scala
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ class ParamSimple(){
lsuMemDataWidthMin = 64
lsuL1Sets = 64
lsuL1Ways = 4
lsuL1RefillCount = 4
lsuL1WritebackCount = 4
lsuL1RefillCount = 8
lsuL1WritebackCount = 8
lsuL1Coherency = false
// lsuStoreBufferSlots = 2
// lsuStoreBufferOps = 32
Expand All @@ -196,8 +196,8 @@ class ParamSimple(){

withRvf = true
withRvd = true
fpuIgnoreSubnormal = true
fpuFmaFullAccuracy = false
// fpuIgnoreSubnormal = true
// fpuFmaFullAccuracy = false

withMmu = true
privParam.withSupervisor = true
Expand Down

0 comments on commit 068e579

Please sign in to comment.