1
0

changes to match junctions no-mmio-base

This commit is contained in:
Howard Mao 2016-04-21 15:35:37 -07:00
parent 9b3faff5a5
commit f9de99ed40
2 changed files with 2 additions and 2 deletions

View File

@ -291,7 +291,7 @@ class TileLinkRecursiveInterconnect(
addrmap.zip(realAddrMap).zip(xbar.io.out).zipWithIndex.foreach {
case (((entry, (start, size)), xbarOut), i) => {
entry.region match {
case MemSize(_, _) =>
case MemSize(_, _, _) =>
io.out(outInd) <> xbarOut
outInd += 1
case MemSubmap(_, submap) =>

View File

@ -1,7 +1,7 @@
package uncore
import Chisel._
import junctions.{SmiIO, MMIOBase}
import junctions.SmiIO
import cde.Parameters
import scala.collection.mutable.HashMap
import scala.collection.mutable.ArrayBuffer