mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-14 06:43:18 +08:00
Add missing wires
This commit is contained in:
parent
9f6f388a3c
commit
786eabac4b
@ -201,6 +201,9 @@ end
|
||||
|
||||
wire rx_error_bad_frame_int;
|
||||
wire rx_error_bad_fcs_int;
|
||||
wire rx_bad_block_int;
|
||||
wire rx_block_lock_int;
|
||||
wire rx_high_ber_int;
|
||||
|
||||
reg [4:0] rx_sync_reg_1 = 5'd0;
|
||||
reg [4:0] rx_sync_reg_2 = 5'd0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user