commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6756 - gnuradio/branches/developers/jcorgan/t179/usrp


From: matt
Subject: [Commit-gnuradio] r6756 - gnuradio/branches/developers/jcorgan/t179/usrp/fpga/toplevel/usrp_std
Date: Wed, 31 Oct 2007 01:43:59 -0600 (MDT)

Author: matt
Date: 2007-10-31 01:43:58 -0600 (Wed, 31 Oct 2007)
New Revision: 6756

Modified:
   
gnuradio/branches/developers/jcorgan/t179/usrp/fpga/toplevel/usrp_std/usrp_std.v
Log:
changed ports and port order on tx_buffer


Modified: 
gnuradio/branches/developers/jcorgan/t179/usrp/fpga/toplevel/usrp_std/usrp_std.v
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t179/usrp/fpga/toplevel/usrp_std/usrp_std.v
    2007-10-31 07:38:00 UTC (rev 6755)
+++ 
gnuradio/branches/developers/jcorgan/t179/usrp/fpga/toplevel/usrp_std/usrp_std.v
    2007-10-31 07:43:58 UTC (rev 6756)
@@ -131,18 +131,17 @@
    assign      bb_tx_q1 = ch3tx;
    
    tx_buffer tx_buffer
-     ( .usbclk(usbclk),.bus_reset(tx_bus_reset),.reset(tx_dsp_reset),
-       
.usbdata(usbdata),.WR(WR),.have_space(have_space),.tx_underrun(tx_underrun),
+     ( .usbclk(usbclk), .bus_reset(tx_bus_reset),
+       .usbdata(usbdata),.WR(WR), .have_space(have_space),
+       .tx_underrun(tx_underrun), .clear_status(clear_status),
+       .txclk(clk64), .reset(tx_dsp_reset),
        .channels({tx_numchan,1'b0}),
        .tx_i_0(ch0tx),.tx_q_0(ch1tx),
        .tx_i_1(ch2tx),.tx_q_1(ch3tx),
-       .tx_i_2(),.tx_q_2(),
-       .tx_i_3(),.tx_q_3(),
-       .txclk(clk64),.txstrobe(strobe_interp),
-       .clear_status(clear_status),
+       .txstrobe(strobe_interp),
        .tx_empty(tx_empty),
        .debugbus(tx_debugbus) );
-
+   
  `ifdef TX_EN_0
    tx_chain tx_chain_0
      ( .clock(clk64),.reset(tx_dsp_reset),.enable(enable_tx),





reply via email to

[Prev in Thread] Current Thread [Next in Thread]