Skip to content

Commit 862c483

Browse files
Try changing rx logic to *not* reset disparity when getting IDLE and just use the decoder's disparity
1 parent 203ed61 commit 862c483

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

hdl/ip/bsv/ignition/IgnitionReceiver.bsv

-10
Original file line numberDiff line numberDiff line change
@@ -341,16 +341,6 @@ module mkReceiver
341341
channels[i].expect_idle <= True;
342342
end
343343

344-
// When an Idle set is received the running disparity of the link
345-
// can be determined. This is idempotent and safe to set any time an
346-
// Idle set is received.
347-
if (idle1) begin
348-
channels[i].rd <= RunningPositive;
349-
end
350-
else if (idle2) begin
351-
channels[i].rd <= RunningNegative;
352-
end
353-
354344
// The link polarity gets to be adjusted once. Subsequent occurances
355345
// of inverted Idle sets are recorded as Invalid in the Idle history
356346
// and will trigger a link reset.

0 commit comments

Comments
 (0)