Skip to content

Commit

Permalink
Update iperf_udp.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
ftqtfff authored May 12, 2023
1 parent f5d482b commit 07d82c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iperf_udp.sv
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*WRITE_PKG ---> wordCount>=totalCount ---> recordTime, if Time>threshold last pkg, other wise not last pkg*/
//timeOut to avoid congestion, so we go to WAIT_RESPONSE state.

// two gaps used in iperf, one gap to set IPD among packets, the other to set wait time between two streams of packets to avoid congestion
module iperfudp (
input clk,
input rst,
Expand Down Expand Up @@ -201,3 +199,5 @@ end
`endif

endmodule
/* Note: WRITE_PKG ---> wordCount>=totalCount ---> recordTime, if Time>threshold, then it is the last pkg, otherwise it is not the last pkg*/
/* timeOut to avoid congestion, so we go to WAIT_RESPONSE state. */

0 comments on commit 07d82c5

Please sign in to comment.