make sure outerTL method is idempotent
This commit is contained in:
		@@ -98,7 +98,7 @@ abstract class ManagerCoherenceAgent(implicit p: Parameters) extends CoherenceAg
 | 
				
			|||||||
    with HasCoherenceAgentWiringHelpers {
 | 
					    with HasCoherenceAgentWiringHelpers {
 | 
				
			||||||
  val io = new ManagerTLIO
 | 
					  val io = new ManagerTLIO
 | 
				
			||||||
  def innerTL = io.inner
 | 
					  def innerTL = io.inner
 | 
				
			||||||
  def outerTL = TileLinkIOWrapper(io.outer)(p.alterPartial({case TLId => p(OuterTLId)}))
 | 
					  lazy val outerTL = TileLinkIOWrapper(io.outer)(p.alterPartial({case TLId => p(OuterTLId)}))
 | 
				
			||||||
  def incoherent = io.incoherent
 | 
					  def incoherent = io.incoherent
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user