fix a typo which caused tx glitches
authorMatt Ettus <matt@ettus.com>
Sat, 5 Sep 2009 20:38:13 +0000 (13:38 -0700)
committerMatt Ettus <matt@ettus.com>
Sat, 5 Sep 2009 20:38:13 +0000 (13:38 -0700)
usrp2/fpga/top/u2_core/u2_core.v

index 918215093e9750e6e834d9d0f49a91f128e3c506..e55783d0be243ee4e4e70db15da045cc3f0fa189 100755 (executable)
@@ -572,7 +572,7 @@ module u2_core
      (.clk(dsp_clk), .rst(dsp_rst),
       .set_stb(set_stb),.set_addr(set_addr),.set_data(set_data),
       .master_time(master_time),.underrun(underrun),
-      .rd_dat_i(rd1_dat), .rd_flags_i(rd_flags), .rd_ready_i(rd1_ready_o), .rd_ready_o(rd1_ready_i),
+      .rd_dat_i(rd1_dat), .rd_flags_i(rd1_flags), .rd_ready_i(rd1_ready_o), .rd_ready_o(rd1_ready_i),
       .sample(sample_tx), .run(run_tx), .strobe(strobe_tx),
       .fifo_occupied(dsp_tx_occ),.fifo_full(dsp_tx_full),.fifo_empty(dsp_tx_empty),
       .debug(debug_txc) );