mirror of https://github.com/m-labs/artiq.git
Revert "gateware/rt2wb: only input when active"
This reverts commit 1b08e65fa1
.
This commit is contained in:
parent
cb8815cc65
commit
a0083f4501
|
@ -39,6 +39,6 @@ class RT2WB(Module):
|
|||
wb.cyc.eq(active),
|
||||
wb.stb.eq(active),
|
||||
|
||||
self.rtlink.i.stb.eq(active & wb.ack & ~wb.we),
|
||||
self.rtlink.i.stb.eq(wb.ack & ~wb.we),
|
||||
self.rtlink.i.data.eq(wb.dat_r)
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue