diff options
author | Matt Ettus <matt@ettus.com> | 2010-08-17 16:37:55 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-08-17 16:37:55 -0700 |
commit | 746f94409d12b6ab2a0e99260655b5a0460ba220 (patch) | |
tree | 14c708f3dc24c6f63410a81e974af39ac3a7131b | |
parent | 1d9d3dcc7b460e25881d182e74429f91cef31a50 (diff) | |
download | uhd-746f94409d12b6ab2a0e99260655b5a0460ba220.tar.gz uhd-746f94409d12b6ab2a0e99260655b5a0460ba220.tar.bz2 uhd-746f94409d12b6ab2a0e99260655b5a0460ba220.zip |
connect atr
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 4561df173..13e6f4b68 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -419,7 +419,7 @@ module u1e_core (.clk_i(wb_clk), .rst_i(wb_rst), .adr_i(s6_adr), .sel_i(s6_sel), .dat_i(s6_dat_mosi), .dat_o(s6_dat_miso), .we_i(s6_we), .stb_i(s6_stb), .cyc_i(s6_cyc), .ack_o(s6_ack), - .run_rx(0), .run_tx(0), .ctrl_lines(atr_lines)); + .run_rx(run_rx), .run_tx(run_tx), .ctrl_lines(atr_lines)); // ///////////////////////////////////////////////////////////////////////// |