mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +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_frame_int;
|
||||||
wire rx_error_bad_fcs_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_1 = 5'd0;
|
||||||
reg [4:0] rx_sync_reg_2 = 5'd0;
|
reg [4:0] rx_sync_reg_2 = 5'd0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user