mirror of
https://github.com/fpganinja/taxi.git
synced 2026-09-06 20:15:03 -07:00
eth: Update example designs
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -495,8 +495,11 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.an_en('{2{1'b1}}),
|
||||
.an_restart('{2{1'b0}}),
|
||||
.an_speedup('{2{1'b0}}),
|
||||
.an_timeout_en('{2{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_adv_ability('{2{16'h0020}}),
|
||||
.an_lp_adv_ability(),
|
||||
|
||||
|
||||
@@ -361,8 +361,11 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.an_en('{4{1'b1}}),
|
||||
.an_restart('{4{1'b0}}),
|
||||
.an_speedup('{4{1'b0}}),
|
||||
.an_timeout_en('{4{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_adv_ability('{4{16'h0020}}),
|
||||
.an_lp_adv_ability(),
|
||||
|
||||
|
||||
@@ -362,8 +362,11 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.an_en('{2{1'b1}}),
|
||||
.an_restart('{2{1'b0}}),
|
||||
.an_speedup('{2{1'b0}}),
|
||||
.an_timeout_en('{2{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_adv_ability('{2{16'h0020}}),
|
||||
.an_lp_adv_ability(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user