Commit 2aadc61 1 parent 203ed61 commit 2aadc61 Copy full SHA for 2aadc61
File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -341,16 +341,6 @@ module mkReceiver
341
341
channels[ i] .expect_idle <= True ;
342
342
end
343
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
- end
353
-
354
344
// The link polarity gets to be adjusted once. Subsequent occurances
355
345
// of inverted Idle sets are recorded as Invalid in the Idle history
356
346
// and will trigger a link reset.
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ module mkLoopbackTransceiver #(
316
316
317
317
Reg # ( UInt # ( 5 )) disconnect_bit_select < - mkReg( 0 ) ;
318
318
319
- mkTestWatchdog(( 10 * n_characters_watchdog) + 10 ) ;
319
+ mkTestWatchdog(( 15 * n_characters_watchdog) + 10 ) ;
320
320
321
321
(* fire_when_enabled *)
322
322
rule do_transmit;
You can’t perform that action at this time.
0 commit comments