diff options
author | Matt Ettus <matt@ettus.com> | 2011-07-27 15:41:08 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-07-27 15:41:08 -0700 |
commit | 4b78e1ae21f49f1a9f0f4cdea4984e102a05f285 (patch) | |
tree | 60d33628321f4e207eb944dd3481bf4e55b3177f | |
parent | 556a943d878d0222e4a4c4657a0f42f83ccbb867 (diff) | |
download | uhd-4b78e1ae21f49f1a9f0f4cdea4984e102a05f285.tar.gz uhd-4b78e1ae21f49f1a9f0f4cdea4984e102a05f285.tar.bz2 uhd-4b78e1ae21f49f1a9f0f4cdea4984e102a05f285.zip |
atr: forgot to delete this line
-rw-r--r-- | usrp2/top/USRP2/u2_core.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/top/USRP2/u2_core.v b/usrp2/top/USRP2/u2_core.v index 0661de3c6..5cb29e825 100644 --- a/usrp2/top/USRP2/u2_core.v +++ b/usrp2/top/USRP2/u2_core.v @@ -427,7 +427,6 @@ module u2_core nsgpio nsgpio(.clk_i(wb_clk),.rst_i(wb_rst), .cyc_i(s4_cyc),.stb_i(s4_stb),.adr_i(s4_adr[4:0]),.we_i(s4_we), .dat_i(s4_dat_o),.dat_o(s4_dat_i),.ack_o(s4_ack), - .atr(atr_lines),.debug_0(debug_gpio_0),.debug_1(debug_gpio_1), .tx(run_rx0_d1 | rx_rx1_d1), .rx(run_tx), .gpio({io_tx,io_rx}) ); /* |