1
0

groundtest only needs to write to a single tohost

This commit is contained in:
Howard Mao
2016-05-03 20:21:13 -07:00
parent 4045a07eda
commit dfcb73b6c9
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class WithGroundTest extends Config(
}
case GroundTestMaxXacts => 1
case GroundTestCSRs => Nil
case TohostAddrs => Seq("80001000", "80001300").map(s => BigInt(s, 16))
case TohostAddr => BigInt("80001000", 16)
case RoccNCSRs => site(GroundTestCSRs).size
case UseFPU => false
case _ => throw new CDEMatchError