1
0

rocketchip: remove GlobalAddrMap completely

This commit is contained in:
Wesley W. Terpstra
2016-11-21 12:45:00 -08:00
parent 5fe107bb07
commit e8be365b5d
5 changed files with 22 additions and 64 deletions

View File

@ -8,13 +8,6 @@ import scala.collection.mutable.HashMap
case object PAddrBits extends Field[Int]
trait HasAddrMapParameters {
implicit val p: Parameters
val paddrBits = p(PAddrBits)
def addrMap = p(rocketchip.GlobalAddrMap)
}
case class MemAttr(prot: Int, cacheable: Boolean = false)
sealed abstract class MemRegion {