make sure ClientTileLinkEnqueuer uses the correct parameters
This commit is contained in:
parent
51f128ec74
commit
149480411e
@ -244,7 +244,7 @@ class OuterMemorySystem(implicit val p: Parameters) extends Module with HasTopLe
|
|||||||
val unwrap = Module(new ClientTileLinkIOUnwrapper()(outerTLParams))
|
val unwrap = Module(new ClientTileLinkIOUnwrapper()(outerTLParams))
|
||||||
val narrow = Module(new TileLinkIONarrower("L2toMC", "Outermost"))
|
val narrow = Module(new TileLinkIONarrower("L2toMC", "Outermost"))
|
||||||
val conv = Module(new NastiIOTileLinkIOConverter()(outermostTLParams))
|
val conv = Module(new NastiIOTileLinkIOConverter()(outermostTLParams))
|
||||||
unwrap.io.in <> ClientTileLinkEnqueuer(bank.outerTL, backendBuffering)
|
unwrap.io.in <> ClientTileLinkEnqueuer(bank.outerTL, backendBuffering)(outerTLParams)
|
||||||
narrow.io.in <> unwrap.io.out
|
narrow.io.in <> unwrap.io.out
|
||||||
conv.io.tl <> narrow.io.out
|
conv.io.tl <> narrow.io.out
|
||||||
TopUtils.connectNasti(interconnect.io.masters(i), conv.io.nasti)
|
TopUtils.connectNasti(interconnect.io.masters(i), conv.io.nasti)
|
||||||
|
Loading…
Reference in New Issue
Block a user