Use CDEMatchError for improved performance (#304)
This commit is contained in:
committed by
Andrew Waterman
parent
29ce599ea2
commit
f2fe437fa4
@ -146,6 +146,7 @@ class WithTraceGen extends Config(
|
||||
knobValues = {
|
||||
case "L1D_SETS" => 16
|
||||
case "L1D_WAYS" => 1
|
||||
case _ => throw new CDEMatchError
|
||||
})
|
||||
|
||||
class WithPCIeMockupTest extends Config(
|
||||
|
Reference in New Issue
Block a user