summaryrefslogtreecommitdiffstats
path: root/usrp2/top/E1x0
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-06-14 21:48:58 -0700
committerMatt Ettus <matt@ettus.com>2011-06-14 21:48:58 -0700
commit9b3bd071082507fbaeddf3cb890a00a8ea31f3da (patch)
tree8fe29125d9a21aa922efeec4e1f1cdb6fabcaa9e /usrp2/top/E1x0
parent7cd986c742c63f11dcfb142fd14dbb557db0487f (diff)
downloaduhd-9b3bd071082507fbaeddf3cb890a00a8ea31f3da.tar.gz
uhd-9b3bd071082507fbaeddf3cb890a00a8ea31f3da.tar.bz2
uhd-9b3bd071082507fbaeddf3cb890a00a8ea31f3da.zip
u1p: work in dual rx and frontend from u1e
Diffstat (limited to 'usrp2/top/E1x0')
-rw-r--r--usrp2/top/E1x0/u1e_core.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/usrp2/top/E1x0/u1e_core.v b/usrp2/top/E1x0/u1e_core.v
index 3d5dced29..fc90d3d4e 100644
--- a/usrp2/top/E1x0/u1e_core.v
+++ b/usrp2/top/E1x0/u1e_core.v
@@ -137,8 +137,6 @@ module u1e_core
.test_rate(test_rate), .test_ctrl(test_ctrl),
.debug(debug_gpmc));
- wire rx_sof = rx_data[32];
- wire rx_eof = rx_data[33];
wire rx_src_rdy_int, rx_dst_rdy_int, tx_src_rdy_int, tx_dst_rdy_int;
wire [31:0] debug_rx_dsp, vrc_debug, vrf_debug, vr_debug;
@@ -487,7 +485,7 @@ module u1e_core
/*
assign debug_gpio_1 = { {rx_enable, rx_src_rdy, rx_dst_rdy, rx_src_rdy & ~rx_dst_rdy},
{tx_enable, tx_src_rdy, tx_dst_rdy, tx_dst_rdy & ~tx_src_rdy},
- {rx_sof, rx_eof, rx_src_rdy, rx_dst_rdy, rx_data[33:32],2'b0},
+ {2'b0, rx_src_rdy, rx_dst_rdy, rx_data[33:32],2'b0},
{2'b0, bus_error, debug_gpmc[4:0] },
{misc_gpio[7:0]} };
*/