changes to match junctions no-mmio-base
This commit is contained in:
		@@ -291,7 +291,7 @@ class TileLinkRecursiveInterconnect(
 | 
				
			|||||||
  addrmap.zip(realAddrMap).zip(xbar.io.out).zipWithIndex.foreach {
 | 
					  addrmap.zip(realAddrMap).zip(xbar.io.out).zipWithIndex.foreach {
 | 
				
			||||||
    case (((entry, (start, size)), xbarOut), i) => {
 | 
					    case (((entry, (start, size)), xbarOut), i) => {
 | 
				
			||||||
      entry.region match {
 | 
					      entry.region match {
 | 
				
			||||||
        case MemSize(_, _) =>
 | 
					        case MemSize(_, _, _) =>
 | 
				
			||||||
          io.out(outInd) <> xbarOut
 | 
					          io.out(outInd) <> xbarOut
 | 
				
			||||||
          outInd += 1
 | 
					          outInd += 1
 | 
				
			||||||
        case MemSubmap(_, submap) =>
 | 
					        case MemSubmap(_, submap) =>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
package uncore
 | 
					package uncore
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import Chisel._
 | 
					import Chisel._
 | 
				
			||||||
import junctions.{SmiIO, MMIOBase}
 | 
					import junctions.SmiIO
 | 
				
			||||||
import cde.Parameters
 | 
					import cde.Parameters
 | 
				
			||||||
import scala.collection.mutable.HashMap
 | 
					import scala.collection.mutable.HashMap
 | 
				
			||||||
import scala.collection.mutable.ArrayBuffer
 | 
					import scala.collection.mutable.ArrayBuffer
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user