adjust CacheFillTest configuration
This commit is contained in:
@ -287,6 +287,9 @@ class WithCacheFillTest extends Config(
|
|||||||
(pname, site, here) => pname match {
|
(pname, site, here) => pname match {
|
||||||
case BuildGroundTest =>
|
case BuildGroundTest =>
|
||||||
(id: Int, p: Parameters) => Module(new CacheFillTest()(p))
|
(id: Int, p: Parameters) => Module(new CacheFillTest()(p))
|
||||||
|
},
|
||||||
|
knobValues = {
|
||||||
|
case "L2_WAYS" => 4
|
||||||
case "L2_CAPACITY_IN_KB" => 4
|
case "L2_CAPACITY_IN_KB" => 4
|
||||||
})
|
})
|
||||||
|
|
||||||
|
2
uncore
2
uncore
Submodule uncore updated: 94f90fb21b...1857f36c1e
Reference in New Issue
Block a user