We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203ed61 commit 862c483Copy full SHA for 862c483
hdl/ip/bsv/ignition/IgnitionReceiver.bsv
@@ -341,16 +341,6 @@ module mkReceiver
341
channels[i].expect_idle <= True;
342
end
343
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
353
-
354
// The link polarity gets to be adjusted once. Subsequent occurances
355
// of inverted Idle sets are recorded as Invalid in the Idle history
356
// and will trigger a link reset.
0 commit comments