mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-14 06:43:18 +08:00
Fix wait end state in GMII TX
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
13c1872a42
commit
b784f23c71
@ -386,7 +386,7 @@ always @* begin
|
||||
|
||||
if (s_axis_tvalid) begin
|
||||
if (s_axis_tlast) begin
|
||||
s_axis_tready_next = 1'b0;
|
||||
s_axis_tready_next = !s_axis_tready_reg;
|
||||
if (frame_ptr_reg < cfg_ifg-1) begin
|
||||
state_next = STATE_IFG;
|
||||
end else begin
|
||||
|
Loading…
x
Reference in New Issue
Block a user