no idea where this came from, it shouldn't be here
authorMatt Ettus <matt@ettus.com>
Thu, 1 Oct 2009 01:37:47 +0000 (18:37 -0700)
committerMatt Ettus <matt@ettus.com>
Thu, 1 Oct 2009 01:37:47 +0000 (18:37 -0700)
usrp2/fpga/top/u2_core/u2_core.v

index 4568005214a363a407b36afed80452e240551902..363f7340e702d7b9db041b01ab3537caf27a712a 100755 (executable)
@@ -510,7 +510,7 @@ module u2_core
      (.clk_i(wb_clk),.rst_i(wb_rst),
       .adr_i(s11_adr[5:0]),.sel_i(s11_sel),.dat_i(s11_dat_o),.dat_o(s11_dat_i),
       .we_i(s11_we),.stb_i(s11_stb),.cyc_i(s11_cyc),.ack_o(s11_ack),
-      .run_rx(run_rx_d1),.run_tx(run_tx),.master_time(), .ctrl_lines(atr_lines) );
+      .run_rx(run_rx_d1),.run_tx(run_tx), .ctrl_lines(atr_lines) );
    assign       s11_err = 0;
    assign       s11_rty = 0;