Home
last modified time | relevance | path

Searched full:l2cacheconfig (Results 1 – 3 of 3) sorted by relevance

/XiangShan/src/main/scala/top/
H A DConfigs.scala280 case class L2CacheConfig caseClass
387 L3CacheConfig("256KB", inclusive = false) ++ L2CacheConfig("64KB")
443 ++ L2CacheConfig("256KB", inclusive = true)
450 ++ L2CacheConfig("512KB", inclusive = true)
462 ++ L2CacheConfig("1MB", inclusive = true, banks = 4)
482 L2CacheConfig("1MB", inclusive = true, banks = 4, tp = false)
488 L2CacheConfig("128KB", inclusive = true, banks = 1, tp = false)
520 ++ L2CacheConfig("1MB", inclusive = true, banks = 4)
537 ++ L2CacheConfig("1MB", inclusive = true, banks = 4)
H A DYamlParser.scala40 L2CacheConfig: Option[L2CacheConfig],
95 yamlConfig.L2CacheConfig.foreach(l2 => newConfig = newConfig.alter(l2))
/XiangShan/src/main/resources/config/
H A DDefault.yml20 L2CacheConfig: { size: 1 MB, ways: 8, inclusive: true, banks: 4, tp: true, enableFlush: false }