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

@ -1 +1 @@
Subproject commit 60121c48931843bcfecd1c4c2040c4f66a9e9e68
Subproject commit 11b046a0bc0c23fa23ced1fa890af183922d2ec4

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