Update comment

This commit is contained in:
Alex Forencich 2014-09-21 15:55:02 -07:00
parent 119958cccb
commit c74d2d1127

View File

@ -234,7 +234,7 @@ always @* begin
end
end
STATE_WRITE_HEADER: begin
// read header state
// write header state
if (output_eth_payload_tready) begin
// word transfer out
frame_ptr_next = frame_ptr_reg+1;