groundtest only needs to write to a single tohost
This commit is contained in:
parent
4045a07eda
commit
dfcb73b6c9
@ -1 +1 @@
|
|||||||
Subproject commit 60121c48931843bcfecd1c4c2040c4f66a9e9e68
|
Subproject commit 11b046a0bc0c23fa23ced1fa890af183922d2ec4
|
@ -39,7 +39,7 @@ class WithGroundTest extends Config(
|
|||||||
}
|
}
|
||||||
case GroundTestMaxXacts => 1
|
case GroundTestMaxXacts => 1
|
||||||
case GroundTestCSRs => Nil
|
case GroundTestCSRs => Nil
|
||||||
case TohostAddrs => Seq("80001000", "80001300").map(s => BigInt(s, 16))
|
case TohostAddr => BigInt("80001000", 16)
|
||||||
case RoccNCSRs => site(GroundTestCSRs).size
|
case RoccNCSRs => site(GroundTestCSRs).size
|
||||||
case UseFPU => false
|
case UseFPU => false
|
||||||
case _ => throw new CDEMatchError
|
case _ => throw new CDEMatchError
|
||||||
|
Loading…
Reference in New Issue
Block a user