diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-25 15:31:59 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:21 -0700 |
commit | b8f5df998505727321cd23d04d23a89fd616cb9c (patch) | |
tree | 7a848d9fd83fc0c7643bc9cc54be7a521ecbfa0e /usrp2 | |
parent | 88cc06c10e9aaf7db13557a581f0489b226e7e78 (diff) | |
download | uhd-b8f5df998505727321cd23d04d23a89fd616cb9c.tar.gz uhd-b8f5df998505727321cd23d04d23a89fd616cb9c.tar.bz2 uhd-b8f5df998505727321cd23d04d23a89fd616cb9c.zip |
u1p: unused signals
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/top/u1plus/u1plus_core.v | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usrp2/top/u1plus/u1plus_core.v b/usrp2/top/u1plus/u1plus_core.v index 5b10b3260..f50d71c81 100644 --- a/usrp2/top/u1plus/u1plus_core.v +++ b/usrp2/top/u1plus/u1plus_core.v @@ -111,10 +111,6 @@ module u1plus_core .test_rate(test_rate), .test_ctrl(test_ctrl), .debug0(debug0), .debug1(debug1)); - 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; // ///////////////////////////////////////////////////////////////////////// |