Integrate Mempress memory tester (#1253)
This commit is contained in:
@@ -72,3 +72,7 @@ class WithSerialTLBackingMemory extends Config((site, here, up) => {
|
||||
)}
|
||||
})
|
||||
|
||||
class WithExtMemIdBits(n: Int) extends Config((site, here, up) => {
|
||||
case ExtMem => up(ExtMem, site).map(x => x.copy(master = x.master.copy(idBits = n)))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user