未验证 提交 06f65629 编写于 作者: Y Yinan Xu 提交者: GitHub

Merge pull request #373 from RISCVERS/changeL1plusConfiguration

L1plusCache: change default size configuration to 128KB.
......@@ -17,11 +17,11 @@ import scala.math.max
// L1plusCache specific parameters
// L1 L1plusCache is 64set, 8way-associative, with 64byte block, a total of 32KB
// L1 L1plusCache is 256 set, 8 way associative, with 64byte block, a total of 128KB
// It's a virtually indexed, physically tagged cache.
case class L1plusCacheParameters
(
nSets: Int = 64,
nSets: Int = 256,
nWays: Int = 8,
rowBits: Int = 64,
tagECC: Option[String] = None,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册