Skip to content

Commit b5ec979

Browse files
committedMar 15, 2016
analyzer: drive wishbone cyc signal
1 parent a142d40 commit b5ec979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎artiq/gateware/rtio/analyzer.py

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def __init__(self, membus):
175175
# # #
176176

177177
self.comb += [
178+
membus.cyc.eq(self.sink.stb),
178179
membus.stb.eq(self.sink.stb),
179180
self.sink.ack.eq(membus.ack),
180181
membus.we.eq(1),

0 commit comments

Comments
 (0)
Please sign in to comment.