actually use backendBuffering in front of unwrapper/converter chain
This commit is contained in:
parent
1e772daeea
commit
51f128ec74
@ -244,7 +244,7 @@ class OuterMemorySystem(implicit val p: Parameters) extends Module with HasTopLe
|
||||
val unwrap = Module(new ClientTileLinkIOUnwrapper()(outerTLParams))
|
||||
val narrow = Module(new TileLinkIONarrower("L2toMC", "Outermost"))
|
||||
val conv = Module(new NastiIOTileLinkIOConverter()(outermostTLParams))
|
||||
unwrap.io.in <> bank.outerTL
|
||||
unwrap.io.in <> ClientTileLinkEnqueuer(bank.outerTL, backendBuffering)
|
||||
narrow.io.in <> unwrap.io.out
|
||||
conv.io.tl <> narrow.io.out
|
||||
TopUtils.connectNasti(interconnect.io.masters(i), conv.io.nasti)
|
||||
|
2
uncore
2
uncore
@ -1 +1 @@
|
||||
Subproject commit b80bb3da5c201174cde361f1f384cf3725147e47
|
||||
Subproject commit edf24e289d162bdd697fe31342b907123e7e82dd
|
Loading…
Reference in New Issue
Block a user