diff options
Diffstat (limited to 'sdr_lib')
-rwxr-xr-x | sdr_lib/bus_interface.v | 2 | ||||
-rwxr-xr-x | sdr_lib/cic_decim.v | 2 | ||||
-rw-r--r-- | sdr_lib/cic_int_shifter.v | 2 | ||||
-rwxr-xr-x | sdr_lib/cic_interp.v | 2 | ||||
-rwxr-xr-x | sdr_lib/clk_divider.v | 2 | ||||
-rwxr-xr-x | sdr_lib/cordic.v | 2 | ||||
-rwxr-xr-x | sdr_lib/cordic_stage.v | 2 | ||||
-rwxr-xr-x | sdr_lib/ddc.v | 2 | ||||
-rw-r--r-- | sdr_lib/dpram.v | 2 | ||||
-rwxr-xr-x | sdr_lib/duc.v | 2 | ||||
-rw-r--r-- | sdr_lib/ext_fifo.v | 2 | ||||
-rw-r--r-- | sdr_lib/gen_sync.v | 2 | ||||
-rw-r--r-- | sdr_lib/hb/halfband_decim.v | 2 | ||||
-rw-r--r-- | sdr_lib/io_pins.v | 2 | ||||
-rw-r--r-- | sdr_lib/master_control.v | 2 | ||||
-rw-r--r-- | sdr_lib/master_control_multi.v | 2 | ||||
-rwxr-xr-x | sdr_lib/phase_acc.v | 2 | ||||
-rw-r--r-- | sdr_lib/rx_buffer.v | 2 | ||||
-rw-r--r-- | sdr_lib/rx_chain.v | 2 | ||||
-rw-r--r-- | sdr_lib/rx_chain_dual.v | 2 | ||||
-rw-r--r-- | sdr_lib/serial_io.v | 2 | ||||
-rw-r--r-- | sdr_lib/sign_extend.v | 2 | ||||
-rw-r--r-- | sdr_lib/strobe_gen.v | 2 | ||||
-rw-r--r-- | sdr_lib/tx_buffer.v | 2 | ||||
-rw-r--r-- | sdr_lib/tx_chain.v | 2 | ||||
-rw-r--r-- | sdr_lib/tx_chain_hb.v | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/sdr_lib/bus_interface.v b/sdr_lib/bus_interface.v index 3f5f748d5..b326889c0 100755 --- a/sdr_lib/bus_interface.v +++ b/sdr_lib/bus_interface.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // // Interface to Cypress FX2 bus diff --git a/sdr_lib/cic_decim.v b/sdr_lib/cic_decim.v index 45b863f16..d7e5310b8 100755 --- a/sdr_lib/cic_decim.v +++ b/sdr_lib/cic_decim.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/cic_int_shifter.v b/sdr_lib/cic_int_shifter.v index 112d8712b..fd928373b 100644 --- a/sdr_lib/cic_int_shifter.v +++ b/sdr_lib/cic_int_shifter.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/cic_interp.v b/sdr_lib/cic_interp.v index 43ab17d3b..0dd621623 100755 --- a/sdr_lib/cic_interp.v +++ b/sdr_lib/cic_interp.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/clk_divider.v b/sdr_lib/clk_divider.v index a687297b4..fdef234d2 100755 --- a/sdr_lib/clk_divider.v +++ b/sdr_lib/clk_divider.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/cordic.v b/sdr_lib/cordic.v index 8c8c0ab0d..fee241f62 100755 --- a/sdr_lib/cordic.v +++ b/sdr_lib/cordic.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module cordic(clock, reset, enable, xi, yi, zi, xo, yo, zo ); diff --git a/sdr_lib/cordic_stage.v b/sdr_lib/cordic_stage.v index c9c0ef9a3..0106da5cb 100755 --- a/sdr_lib/cordic_stage.v +++ b/sdr_lib/cordic_stage.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module cordic_stage( clock, reset, enable, xi,yi,zi,constant,xo,yo,zo); diff --git a/sdr_lib/ddc.v b/sdr_lib/ddc.v index 48bca9a79..0d4da9bbc 100755 --- a/sdr_lib/ddc.v +++ b/sdr_lib/ddc.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/dpram.v b/sdr_lib/dpram.v index 5c38decce..28af90163 100644 --- a/sdr_lib/dpram.v +++ b/sdr_lib/dpram.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/duc.v b/sdr_lib/duc.v index 780fc9f23..6dac95b49 100755 --- a/sdr_lib/duc.v +++ b/sdr_lib/duc.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // // DUC block diff --git a/sdr_lib/ext_fifo.v b/sdr_lib/ext_fifo.v index dfe1f2fe7..41e30de71 100644 --- a/sdr_lib/ext_fifo.v +++ b/sdr_lib/ext_fifo.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/gen_sync.v b/sdr_lib/gen_sync.v index d72b39d56..d6efdba98 100644 --- a/sdr_lib/gen_sync.v +++ b/sdr_lib/gen_sync.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module gen_sync diff --git a/sdr_lib/hb/halfband_decim.v b/sdr_lib/hb/halfband_decim.v index 2a05ce52c..dff4d902c 100644 --- a/sdr_lib/hb/halfband_decim.v +++ b/sdr_lib/hb/halfband_decim.v @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA */ /* diff --git a/sdr_lib/io_pins.v b/sdr_lib/io_pins.v index da20b3b03..ad1b7b4a8 100644 --- a/sdr_lib/io_pins.v +++ b/sdr_lib/io_pins.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // `include "../../firmware/include/fpga_regs_common.v" diff --git a/sdr_lib/master_control.v b/sdr_lib/master_control.v index d42817c72..863d44a82 100644 --- a/sdr_lib/master_control.v +++ b/sdr_lib/master_control.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // // Clock, enable, and reset controls for whole system diff --git a/sdr_lib/master_control_multi.v b/sdr_lib/master_control_multi.v index af1e0b1f1..95c4ec17e 100644 --- a/sdr_lib/master_control_multi.v +++ b/sdr_lib/master_control_multi.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // `include "usrp_multi.vh" `include "../../../firmware/include/fpga_regs_common.v" diff --git a/sdr_lib/phase_acc.v b/sdr_lib/phase_acc.v index d00716fd0..f44853d36 100755 --- a/sdr_lib/phase_acc.v +++ b/sdr_lib/phase_acc.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/rx_buffer.v b/sdr_lib/rx_buffer.v index 70c800e3d..ec5b8eefe 100644 --- a/sdr_lib/rx_buffer.v +++ b/sdr_lib/rx_buffer.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // // Interface to Cypress FX2 bus diff --git a/sdr_lib/rx_chain.v b/sdr_lib/rx_chain.v index 4031e6bfb..73c0c26ea 100644 --- a/sdr_lib/rx_chain.v +++ b/sdr_lib/rx_chain.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // // Following defines conditionally include RX path circuitry diff --git a/sdr_lib/rx_chain_dual.v b/sdr_lib/rx_chain_dual.v index 698859468..d9d98f3fc 100644 --- a/sdr_lib/rx_chain_dual.v +++ b/sdr_lib/rx_chain_dual.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module rx_chain_dual diff --git a/sdr_lib/serial_io.v b/sdr_lib/serial_io.v index 1fe43c959..62f92bed2 100644 --- a/sdr_lib/serial_io.v +++ b/sdr_lib/serial_io.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/sign_extend.v b/sdr_lib/sign_extend.v index 2417909bd..eae67faf2 100644 --- a/sdr_lib/sign_extend.v +++ b/sdr_lib/sign_extend.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // diff --git a/sdr_lib/strobe_gen.v b/sdr_lib/strobe_gen.v index 0511b6a1d..a27dda8d3 100644 --- a/sdr_lib/strobe_gen.v +++ b/sdr_lib/strobe_gen.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module strobe_gen diff --git a/sdr_lib/tx_buffer.v b/sdr_lib/tx_buffer.v index cae6607b3..ff8fd839d 100644 --- a/sdr_lib/tx_buffer.v +++ b/sdr_lib/tx_buffer.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // // Interface to Cypress FX2 bus diff --git a/sdr_lib/tx_chain.v b/sdr_lib/tx_chain.v index 8f0a17a52..60f868475 100644 --- a/sdr_lib/tx_chain.v +++ b/sdr_lib/tx_chain.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module tx_chain diff --git a/sdr_lib/tx_chain_hb.v b/sdr_lib/tx_chain_hb.v index 6cbe29c00..5594348b4 100644 --- a/sdr_lib/tx_chain_hb.v +++ b/sdr_lib/tx_chain_hb.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module tx_chain_hb |