summaryrefslogtreecommitdiff
path: root/usrp/fpga/sdr_lib
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2006-09-13 21:30:04 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2006-09-13 21:30:04 +0000
commit86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch)
tree40c88e125aee9d66b2f8a7451a43e3eaf07da578 /usrp/fpga/sdr_lib
parent31750b16dc2676a323fb8bd4a933e166d81b547e (diff)
Updated FSF address in all files. Fixes ticket:51
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/fpga/sdr_lib')
-rwxr-xr-xusrp/fpga/sdr_lib/bus_interface.v2
-rwxr-xr-xusrp/fpga/sdr_lib/cic_decim.v2
-rw-r--r--usrp/fpga/sdr_lib/cic_int_shifter.v2
-rwxr-xr-xusrp/fpga/sdr_lib/cic_interp.v2
-rwxr-xr-xusrp/fpga/sdr_lib/clk_divider.v2
-rwxr-xr-xusrp/fpga/sdr_lib/cordic.v2
-rwxr-xr-xusrp/fpga/sdr_lib/cordic_stage.v2
-rwxr-xr-xusrp/fpga/sdr_lib/ddc.v2
-rw-r--r--usrp/fpga/sdr_lib/dpram.v2
-rwxr-xr-xusrp/fpga/sdr_lib/duc.v2
-rw-r--r--usrp/fpga/sdr_lib/ext_fifo.v2
-rw-r--r--usrp/fpga/sdr_lib/gen_sync.v2
-rw-r--r--usrp/fpga/sdr_lib/hb/halfband_decim.v2
-rw-r--r--usrp/fpga/sdr_lib/io_pins.v2
-rw-r--r--usrp/fpga/sdr_lib/master_control.v2
-rw-r--r--usrp/fpga/sdr_lib/master_control_multi.v2
-rwxr-xr-xusrp/fpga/sdr_lib/phase_acc.v2
-rw-r--r--usrp/fpga/sdr_lib/rx_buffer.v2
-rw-r--r--usrp/fpga/sdr_lib/rx_chain.v2
-rw-r--r--usrp/fpga/sdr_lib/rx_chain_dual.v2
-rw-r--r--usrp/fpga/sdr_lib/serial_io.v2
-rw-r--r--usrp/fpga/sdr_lib/sign_extend.v2
-rw-r--r--usrp/fpga/sdr_lib/strobe_gen.v2
-rw-r--r--usrp/fpga/sdr_lib/tx_buffer.v2
-rw-r--r--usrp/fpga/sdr_lib/tx_chain.v2
-rw-r--r--usrp/fpga/sdr_lib/tx_chain_hb.v2
26 files changed, 26 insertions, 26 deletions
diff --git a/usrp/fpga/sdr_lib/bus_interface.v b/usrp/fpga/sdr_lib/bus_interface.v
index 3f5f748d5a..b326889c03 100755
--- a/usrp/fpga/sdr_lib/bus_interface.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/cic_decim.v b/usrp/fpga/sdr_lib/cic_decim.v
index 45b863f162..d7e5310b88 100755
--- a/usrp/fpga/sdr_lib/cic_decim.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/cic_int_shifter.v b/usrp/fpga/sdr_lib/cic_int_shifter.v
index 112d8712bb..fd928373b4 100644
--- a/usrp/fpga/sdr_lib/cic_int_shifter.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/cic_interp.v b/usrp/fpga/sdr_lib/cic_interp.v
index 43ab17d3b9..0dd621623c 100755
--- a/usrp/fpga/sdr_lib/cic_interp.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/clk_divider.v b/usrp/fpga/sdr_lib/clk_divider.v
index a687297b47..fdef234d2c 100755
--- a/usrp/fpga/sdr_lib/clk_divider.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/cordic.v b/usrp/fpga/sdr_lib/cordic.v
index 8c8c0ab0df..fee241f622 100755
--- a/usrp/fpga/sdr_lib/cordic.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/cordic_stage.v b/usrp/fpga/sdr_lib/cordic_stage.v
index c9c0ef9a31..0106da5cb1 100755
--- a/usrp/fpga/sdr_lib/cordic_stage.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/ddc.v b/usrp/fpga/sdr_lib/ddc.v
index 48bca9a799..0d4da9bbca 100755
--- a/usrp/fpga/sdr_lib/ddc.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/dpram.v b/usrp/fpga/sdr_lib/dpram.v
index 5c38decce7..28af90163c 100644
--- a/usrp/fpga/sdr_lib/dpram.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/duc.v b/usrp/fpga/sdr_lib/duc.v
index 780fc9f233..6dac95b496 100755
--- a/usrp/fpga/sdr_lib/duc.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/ext_fifo.v b/usrp/fpga/sdr_lib/ext_fifo.v
index dfe1f2fe7a..41e30de714 100644
--- a/usrp/fpga/sdr_lib/ext_fifo.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/gen_sync.v b/usrp/fpga/sdr_lib/gen_sync.v
index d72b39d56e..d6efdba982 100644
--- a/usrp/fpga/sdr_lib/gen_sync.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/hb/halfband_decim.v b/usrp/fpga/sdr_lib/hb/halfband_decim.v
index 2a05ce52c6..dff4d902c4 100644
--- a/usrp/fpga/sdr_lib/hb/halfband_decim.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/io_pins.v b/usrp/fpga/sdr_lib/io_pins.v
index da20b3b035..ad1b7b4a86 100644
--- a/usrp/fpga/sdr_lib/io_pins.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/master_control.v b/usrp/fpga/sdr_lib/master_control.v
index d42817c729..863d44a82f 100644
--- a/usrp/fpga/sdr_lib/master_control.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/master_control_multi.v b/usrp/fpga/sdr_lib/master_control_multi.v
index af1e0b1f14..95c4ec17e5 100644
--- a/usrp/fpga/sdr_lib/master_control_multi.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/phase_acc.v b/usrp/fpga/sdr_lib/phase_acc.v
index d00716fd0c..f44853d36b 100755
--- a/usrp/fpga/sdr_lib/phase_acc.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/rx_buffer.v b/usrp/fpga/sdr_lib/rx_buffer.v
index 70c800e3df..ec5b8eefee 100644
--- a/usrp/fpga/sdr_lib/rx_buffer.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/rx_chain.v b/usrp/fpga/sdr_lib/rx_chain.v
index 4031e6bfbb..73c0c26eaa 100644
--- a/usrp/fpga/sdr_lib/rx_chain.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/rx_chain_dual.v b/usrp/fpga/sdr_lib/rx_chain_dual.v
index 698859468d..d9d98f3fcb 100644
--- a/usrp/fpga/sdr_lib/rx_chain_dual.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/serial_io.v b/usrp/fpga/sdr_lib/serial_io.v
index 1fe43c9590..62f92bed2a 100644
--- a/usrp/fpga/sdr_lib/serial_io.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/sign_extend.v b/usrp/fpga/sdr_lib/sign_extend.v
index 2417909bd7..eae67faf28 100644
--- a/usrp/fpga/sdr_lib/sign_extend.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/strobe_gen.v b/usrp/fpga/sdr_lib/strobe_gen.v
index 0511b6a1db..a27dda8d3d 100644
--- a/usrp/fpga/sdr_lib/strobe_gen.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/tx_buffer.v b/usrp/fpga/sdr_lib/tx_buffer.v
index cae6607b30..ff8fd839dc 100644
--- a/usrp/fpga/sdr_lib/tx_buffer.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/tx_chain.v b/usrp/fpga/sdr_lib/tx_chain.v
index 8f0a17a52b..60f8684758 100644
--- a/usrp/fpga/sdr_lib/tx_chain.v
+++ b/usrp/fpga/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/usrp/fpga/sdr_lib/tx_chain_hb.v b/usrp/fpga/sdr_lib/tx_chain_hb.v
index 6cbe29c000..5594348b4b 100644
--- a/usrp/fpga/sdr_lib/tx_chain_hb.v
+++ b/usrp/fpga/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