Skip to content

Commit

Permalink
config: set 16MB L3 by default (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakafa1 authored Oct 23, 2023
1 parent 9672f0b commit 7735eac
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 @@ -343,7 +343,7 @@ class FuzzConfig(dummy: Int = 0) extends Config(
)

class DefaultConfig(n: Int = 1) extends Config(
new WithNKBL3(6 * 1024, inclusive = false, banks = 4, ways = 6)
new WithNKBL3(16 * 1024, inclusive = false, banks = 4, ways = 16)
++ new WithNKBL2(2 * 512, inclusive = true, banks = 4)
++ new WithNKBL1D(64, ways = 4)
++ new BaseConfig(n)
Expand Down

0 comments on commit 7735eac

Please sign in to comment.