Skip to content

Commit

Permalink
analyzer: drive wishbone cyc signal
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 15, 2016
1 parent a142d40 commit b5ec979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/gateware/rtio/analyzer.py
Original file line number Diff line number Diff line change
@@ -175,6 +175,7 @@ def __init__(self, membus):
# # #

self.comb += [
membus.cyc.eq(self.sink.stb),
membus.stb.eq(self.sink.stb),
self.sink.ack.eq(membus.ack),
membus.we.eq(1),

0 comments on commit b5ec979

Please sign in to comment.