diff options
author | Matt Ettus <matt@ettus.com> | 2011-06-16 18:14:04 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-06-16 18:14:04 -0700 |
commit | b04c58008550f705815440ba79d4f488fab26afb (patch) | |
tree | 4bc591d6a956e1e7dc83c0eea22518c554fb5a79 /usrp2/top/B100 | |
parent | 792818725732fd18cd6af214d43d651749c52276 (diff) | |
download | uhd-b04c58008550f705815440ba79d4f488fab26afb.tar.gz uhd-b04c58008550f705815440ba79d4f488fab26afb.tar.bz2 uhd-b04c58008550f705815440ba79d4f488fab26afb.zip |
u1p: remove unused ports
Diffstat (limited to 'usrp2/top/B100')
-rw-r--r-- | usrp2/top/B100/u1plus_core.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/top/B100/u1plus_core.v b/usrp2/top/B100/u1plus_core.v index 3b2667e5b..4b26ae0ca 100644 --- a/usrp2/top/B100/u1plus_core.v +++ b/usrp2/top/B100/u1plus_core.v @@ -30,7 +30,6 @@ module u1plus_core output sclk, output [15:0] sen, output mosi, input miso, input cgen_st_status, input cgen_st_ld, input cgen_st_refmon, output cgen_sync_b, output cgen_ref_sel, - output tx_underrun, output rx_overrun, inout [15:0] io_tx, inout [15:0] io_rx, output [13:0] tx_i, output [13:0] tx_q, input [11:0] rx_i, input [11:0] rx_q, |