Skip to content

Commit

Permalink
serwb/genphy: Update to shift_inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jun 21, 2023
1 parent 04c9473 commit f2a03f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteiclink/serwb/genphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(self, pads):
self.comb += [
datapath.sink.valid.eq(1),
datapath.sink.data.eq(data),
datapath.shift.eq(self.shift),
datapath.shift_inc.eq(self.shift),
datapath.source.connect(source),
idle.eq(datapath.idle),
comma.eq(datapath.comma)
Expand Down

0 comments on commit f2a03f9

Please sign in to comment.