forked from M-Labs/artiq
analyzer: drive wishbone cyc signal
This commit is contained in:
parent
a142d403ea
commit
b5ec979db3
|
@ -175,6 +175,7 @@ class DMAWriter(Module, AutoCSR):
|
|||
# # #
|
||||
|
||||
self.comb += [
|
||||
membus.cyc.eq(self.sink.stb),
|
||||
membus.stb.eq(self.sink.stb),
|
||||
self.sink.ack.eq(membus.ack),
|
||||
membus.we.eq(1),
|
||||
|
|
Loading…
Reference in New Issue