1
0

optionally export detailed status information in DirectGroundTest

This commit is contained in:
Howard Mao
2016-07-11 12:17:29 -07:00
parent b64998ec05
commit 8f0fa11ce4
4 changed files with 37 additions and 3 deletions

View File

@ -307,6 +307,7 @@ class BaseConfig extends Config (
case ConfigString => makeConfigString()
case GlobalAddrMap => globalAddrMap
case EnableL2Logging => false
case ExportGroundTestStatus => false
case _ => throw new CDEMatchError
}},
knobValues = {
@ -416,6 +417,7 @@ class WithRV32 extends Config(
class FPGAConfig extends Config (
(pname,site,here) => pname match {
case NAcquireTransactors => 4
case ExportGroundTestStatus => true
case _ => throw new CDEMatchError
}
)