commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4879 - gnuradio/branches/developers/jcorgan/sar-fe/gr


From: jcorgan
Subject: [Commit-gnuradio] r4879 - gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/fpga/toplevel
Date: Wed, 4 Apr 2007 21:08:08 -0600 (MDT)

Author: jcorgan
Date: 2007-04-04 21:08:07 -0600 (Wed, 04 Apr 2007)
New Revision: 4879

Modified:
   
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/fpga/toplevel/usrp_sar.v
Log:
Minor formatting tweak.

Modified: 
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/fpga/toplevel/usrp_sar.v
===================================================================
--- 
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/fpga/toplevel/usrp_sar.v
  2007-04-05 02:31:21 UTC (rev 4878)
+++ 
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/fpga/toplevel/usrp_sar.v
  2007-04-05 03:08:07 UTC (rev 4879)
@@ -3,7 +3,7 @@
 //  USRP - Universal Software Radio Peripheral
 //
 //  Copyright (C) 2003,2004 Matt Ettus
-//     Copyright (C) 2007 Corgan Enterprises LLC
+//  Copyright (C) 2007 Corgan Enterprises LLC
 //
 //  This program is free software; you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -193,8 +193,10 @@
        .tx_sample_strobe(tx_sample_strobe),.strobe_interp(strobe_interp),
        .rx_sample_strobe(rx_sample_strobe),.strobe_decim(strobe_decim),
        .tx_empty(tx_empty),
-       .debug_0(),.debug_1(),
-       
.debug_2({rx_sample_strobe,strobe_decim,serial_strobe,serial_addr}),.debug_3({rx_dsp_reset,tx_dsp_reset,rx_bus_reset,tx_bus_reset,enable_rx,tx_underrun,rx_overrun,decim_rate}),
+       .debug_0(),
+       .debug_1(),
+       .debug_2({rx_sample_strobe,strobe_decim,serial_strobe,serial_addr}),
+       
.debug_3({rx_dsp_reset,tx_dsp_reset,rx_bus_reset,tx_bus_reset,enable_rx,tx_underrun,rx_overrun,decim_rate}),
        .reg_0(reg_0),.reg_1(reg_1),.reg_2(reg_2),.reg_3(reg_3) );
    
    io_pins io_pins





reply via email to

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