eth: Update example designs

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-07-02 01:34:06 -07:00
parent cd52e44ae2
commit a9a08a6788
3 changed files with 9 additions and 0 deletions

View File

@@ -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(),

View File

@@ -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(),

View File

@@ -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(),