Integrate Mempress memory tester (#1253)

This commit is contained in:
joonho hwangbo
2022-10-17 18:41:39 -07:00
committed by GitHub
parent fb2f83b90c
commit 33f5040b5d
12 changed files with 71 additions and 8 deletions

View File

@@ -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)))
})