mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-28 07:03:08 +08:00
Remove unused code
This commit is contained in:
parent
73e0a1cff4
commit
26aacea6ef
@ -104,8 +104,6 @@ reg [7:0] frame_ptr_reg = 0, frame_ptr_next;
|
||||
reg [7:0] ifg_count_reg = 0, ifg_count_next;
|
||||
reg [1:0] deficit_idle_count_reg = 0, deficit_idle_count_next;
|
||||
|
||||
reg busy_reg = 0;
|
||||
|
||||
reg input_axis_tready_reg = 0, input_axis_tready_next;
|
||||
|
||||
reg [31:0] crc_state = 32'hFFFFFFFF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user