make sure TLId set in Periphery
This commit is contained in:
parent
e939af88aa
commit
47a0c880a4
@ -125,7 +125,7 @@ class Top(topParams: Parameters) extends Module with HasTopLevelParameters {
|
|||||||
val io = new TopIO
|
val io = new TopIO
|
||||||
|
|
||||||
val coreplex = p(BuildCoreplex)(p)
|
val coreplex = p(BuildCoreplex)(p)
|
||||||
val periphery = Module(new Periphery)
|
val periphery = Module(new Periphery()(innerParams))
|
||||||
|
|
||||||
if (exportMMIO) { periphery.io.mmio_in.get <> coreplex.io.mmio.get }
|
if (exportMMIO) { periphery.io.mmio_in.get <> coreplex.io.mmio.get }
|
||||||
periphery.io.mem_in <> coreplex.io.mem
|
periphery.io.mem_in <> coreplex.io.mem
|
||||||
|
Loading…
Reference in New Issue
Block a user