Skip to content

Commit 210c0e2

Browse files
committed
missing reset value
1 parent b824bb7 commit 210c0e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

littletoe/tcp.v

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ module Tcp
4040
output reg outDataPayload = 0,
4141
output reg outnewpkt = 0,
4242

43-
output reg [15:0] tcp_src_port,
44-
output reg [31:0] tcp_src_ip,
45-
output reg [15:0] tcp_dst_port,
46-
output reg [31:0] tcp_dst_ip,
43+
output reg [15:0] tcp_src_port = 0,
44+
output reg [31:0] tcp_src_ip = 0,
45+
output reg [15:0] tcp_dst_port = 0,
46+
output reg [31:0] tcp_dst_ip = 0,
4747

4848
output reg [7:0] mss = 0
4949

0 commit comments

Comments
 (0)