tilelink2 RegisterRouterTest: stall on both edges
This commit is contained in:
		| @@ -133,7 +133,7 @@ object RRTestRequest | ||||
|       val ovalid = progress && busy | ||||
|       when (progress) { | ||||
|         busy := Mux(busy, !oready, ivalid) | ||||
|         progress := !oready | ||||
|         progress := Mux(busy, !oready, !ivalid) | ||||
|       } .otherwise { | ||||
|         progress := lfsr(0) | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user