1
0

By default, use same TileLink width everywhere

When there's no L2 with a wide interface, having wider TileLink
is only disadvantageous.
This commit is contained in:
Andrew Waterman
2016-05-25 18:01:57 -07:00
parent 976d4d3184
commit 3cc236e9c4
7 changed files with 10 additions and 5 deletions

View File

@ -23,6 +23,7 @@ class WithGroundTest extends Config(
if (site(BuildRoCC).isEmpty) 1 else site(RoccMaxTaggedMemXacts)),
maxClientsPerPort = 2,
maxManagerXacts = site(NAcquireTransactors) + 2,
dataBeats = site(MIFDataBeats),
dataBits = site(CacheBlockBytes)*8)
case BuildTiles => {
val groundtest = if (site(XLen) == 64)
@ -42,6 +43,7 @@ class WithGroundTest extends Config(
case TohostAddr => BigInt("80001000", 16)
case RoccNCSRs => site(GroundTestCSRs).size
case UseFPU => false
case UseAtomics => true
case _ => throw new CDEMatchError
})