aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-01-15 15:33:26 -0800
committerMatt Ettus <matt@ettus.com>2010-01-15 15:33:26 -0800
commit070c622905c20d83c6dfe7cf557f5153999f37bd (patch)
tree9c46222eb5491ebb193126bf50ab89891123701f
parentffad1ae6b2a81e205ef53a871a848face9089ad4 (diff)
downloaduhd-070c622905c20d83c6dfe7cf557f5153999f37bd.tar.gz
uhd-070c622905c20d83c6dfe7cf557f5153999f37bd.tar.bz2
uhd-070c622905c20d83c6dfe7cf557f5153999f37bd.zip
yet another typo
-rw-r--r--udp/udp_wrapper.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/udp/udp_wrapper.v b/udp/udp_wrapper.v
index 0bd997274..6e8d19dfd 100644
--- a/udp/udp_wrapper.v
+++ b/udp/udp_wrapper.v
@@ -69,7 +69,7 @@ module udp_wrapper
(.clk(clk), .reset(reset), .clear(clear),
.f19_datain(rx_int2_data), .f19_src_rdy_i(rx_int2_src_rdy), .f19_dst_rdy_o(rx_int2_dst_rdy),
.f36_dataout(rx_int3_data), .f36_src_rdy_o(rx_int3_src_rdy), .f36_dst_rdy_i(rx_int3_dst_rdy),
- .debug(debug_state);
+ .debug(debug_state));
fifo_cascade #(.WIDTH(36),.SIZE(RXFIFOSIZE)) eth0_rxfifo
(.clk(clk), .reset(reset), .clear(clear),