1
0
Fork 0

coreplex: continue to print the device name in the address map

This commit is contained in:
Wesley W. Terpstra 2017-10-18 16:44:53 -07:00
parent 3b36dda9e1
commit a1ac23d7ec
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ trait HasTilesModuleImp extends LazyModuleImp
abstract class BaseCoreplexModule[+L <: BaseCoreplex](_outer: L) extends BareCoreplexModule(_outer) {
println("Generated Address Map")
private val aw = (outer.sharedMemoryTLEdge.bundle.addressBits-1)/4 + 1
private val fmt = s"\t%${aw}x - %${aw}x %c%c%c%c %s"
private val fmt = s"\t%${aw}x - %${aw}x %c%c%c%c%c %s"
private def collect(path: List[String], value: ResourceValue): List[(String, ResourceAddress)] = {
value match {