Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions decoders/lpc/pd.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def decode(self):
if not (self.oldlclk == 0 and lclk == 1):
self.oldlclk = lclk
continue
self.oldlclk = lclk

# Store LAD[3:0] bit values (one nibble) in local variables.
# Most (but not all) states need this.
Expand Down