Skip to content

Commit

Permalink
MinimalConfig: fix vfPreg numRead
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeibao-xjtu authored and Tang-Haojin committed Apr 21, 2024
1 parent f7063a4 commit 7fd388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/top/Configs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MinimalConfig(n: Int = 1) extends Config(
),
vfPreg = VfPregParams(
numEntries = 160,
numRead = Some(14),
numRead = None,
numWrite = None,
),
icacheParameters = ICacheParameters(
Expand Down

0 comments on commit 7fd388c

Please sign in to comment.