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
|
val ovalid = progress && busy
|
||||||
when (progress) {
|
when (progress) {
|
||||||
busy := Mux(busy, !oready, ivalid)
|
busy := Mux(busy, !oready, ivalid)
|
||||||
progress := !oready
|
progress := Mux(busy, !oready, !ivalid)
|
||||||
} .otherwise {
|
} .otherwise {
|
||||||
progress := lfsr(0)
|
progress := lfsr(0)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user