tilelink2 RegisterRouterTest: stall on both edges
This commit is contained in:
parent
d35060b881
commit
1c7d7f9d32
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user