summaryrefslogtreecommitdiff
path: root/usrp/fpga
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/fpga')
-rw-r--r--usrp/fpga/.gitignore2
-rw-r--r--usrp/fpga/Makefile.am22
-rw-r--r--usrp/fpga/README3
-rw-r--r--usrp/fpga/rbf/.gitignore4
-rw-r--r--usrp/fpga/rbf/Makefile.am22
-rw-r--r--usrp/fpga/rbf/rev2/.gitignore2
-rw-r--r--usrp/fpga/rbf/rev2/Makefile.am31
-rwxr-xr-xusrp/fpga/rbf/rev2/inband_1rxhb_1tx.rbfbin161180 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbfbin191849 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev2/multi_2rxhb_2tx.rbfbin180809 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev2/multi_4rx_0tx.rbfbin180537 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev2/std_2rxhb_2tx.rbfbin181588 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev2/std_4rx_0tx.rbfbin183046 -> 0 bytes
-rw-r--r--usrp/fpga/rbf/rev4/.gitignore2
-rw-r--r--usrp/fpga/rbf/rev4/Makefile.am31
-rwxr-xr-xusrp/fpga/rbf/rev4/inband_1rxhb_1tx.rbfbin161180 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbfbin191849 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev4/multi_2rxhb_2tx.rbfbin180809 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev4/multi_4rx_0tx.rbfbin180537 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev4/std_2rxhb_2tx.rbfbin181588 -> 0 bytes
-rwxr-xr-xusrp/fpga/rbf/rev4/std_4rx_0tx.rbfbin183046 -> 0 bytes
21 files changed, 0 insertions, 119 deletions
diff --git a/usrp/fpga/.gitignore b/usrp/fpga/.gitignore
deleted file mode 100644
index b336cc7cec..0000000000
--- a/usrp/fpga/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/usrp/fpga/Makefile.am b/usrp/fpga/Makefile.am
deleted file mode 100644
index 901a66f0fd..0000000000
--- a/usrp/fpga/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Copyright 2004,2005,2006 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-SUBDIRS = rbf
diff --git a/usrp/fpga/README b/usrp/fpga/README
deleted file mode 100644
index 3d1e7ad997..0000000000
--- a/usrp/fpga/README
+++ /dev/null
@@ -1,3 +0,0 @@
-The FPGA source content that used to be here is now hosted at:
-
-git://ettus.sourcerepo.com/ettus/fpga.git
diff --git a/usrp/fpga/rbf/.gitignore b/usrp/fpga/rbf/.gitignore
deleted file mode 100644
index eb58a95f55..0000000000
--- a/usrp/fpga/rbf/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/Makefile
-/Makefile.in
-/usrp_fpga_rev1.rbf
-/usrp_fpga_rev2.rbf
diff --git a/usrp/fpga/rbf/Makefile.am b/usrp/fpga/rbf/Makefile.am
deleted file mode 100644
index 7bce77d5ff..0000000000
--- a/usrp/fpga/rbf/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Copyright 2005,2006,2009 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-SUBDIRS = rev2 rev4
diff --git a/usrp/fpga/rbf/rev2/.gitignore b/usrp/fpga/rbf/rev2/.gitignore
deleted file mode 100644
index b336cc7cec..0000000000
--- a/usrp/fpga/rbf/rev2/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/usrp/fpga/rbf/rev2/Makefile.am b/usrp/fpga/rbf/rev2/Makefile.am
deleted file mode 100644
index 487650e18a..0000000000
--- a/usrp/fpga/rbf/rev2/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Copyright 2009 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-rbf2datadir = $(prefix)/share/usrp/rev2
-
-dist_rbf2data_DATA = \
- std_2rxhb_2tx.rbf \
- std_4rx_0tx.rbf \
- inband_1rxhb_1tx.rbf \
- inband_2rxhb_2tx.rbf \
- multi_2rxhb_2tx.rbf
diff --git a/usrp/fpga/rbf/rev2/inband_1rxhb_1tx.rbf b/usrp/fpga/rbf/rev2/inband_1rxhb_1tx.rbf
deleted file mode 100755
index c1c9af2cec..0000000000
--- a/usrp/fpga/rbf/rev2/inband_1rxhb_1tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbf b/usrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbf
deleted file mode 100755
index ca1a0f92b1..0000000000
--- a/usrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev2/multi_2rxhb_2tx.rbf b/usrp/fpga/rbf/rev2/multi_2rxhb_2tx.rbf
deleted file mode 100755
index 2683d8641c..0000000000
--- a/usrp/fpga/rbf/rev2/multi_2rxhb_2tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev2/multi_4rx_0tx.rbf b/usrp/fpga/rbf/rev2/multi_4rx_0tx.rbf
deleted file mode 100755
index b7e4eb3930..0000000000
--- a/usrp/fpga/rbf/rev2/multi_4rx_0tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev2/std_2rxhb_2tx.rbf b/usrp/fpga/rbf/rev2/std_2rxhb_2tx.rbf
deleted file mode 100755
index ee3c30d664..0000000000
--- a/usrp/fpga/rbf/rev2/std_2rxhb_2tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev2/std_4rx_0tx.rbf b/usrp/fpga/rbf/rev2/std_4rx_0tx.rbf
deleted file mode 100755
index 1deca9517c..0000000000
--- a/usrp/fpga/rbf/rev2/std_4rx_0tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev4/.gitignore b/usrp/fpga/rbf/rev4/.gitignore
deleted file mode 100644
index b336cc7cec..0000000000
--- a/usrp/fpga/rbf/rev4/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/usrp/fpga/rbf/rev4/Makefile.am b/usrp/fpga/rbf/rev4/Makefile.am
deleted file mode 100644
index 54de9b8180..0000000000
--- a/usrp/fpga/rbf/rev4/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Copyright 2009 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-rbf4datadir = $(prefix)/share/usrp/rev4
-
-dist_rbf4data_DATA = \
- std_2rxhb_2tx.rbf \
- std_4rx_0tx.rbf \
- inband_1rxhb_1tx.rbf \
- inband_2rxhb_2tx.rbf \
- multi_2rxhb_2tx.rbf
diff --git a/usrp/fpga/rbf/rev4/inband_1rxhb_1tx.rbf b/usrp/fpga/rbf/rev4/inband_1rxhb_1tx.rbf
deleted file mode 100755
index c1c9af2cec..0000000000
--- a/usrp/fpga/rbf/rev4/inband_1rxhb_1tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbf b/usrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbf
deleted file mode 100755
index ca1a0f92b1..0000000000
--- a/usrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev4/multi_2rxhb_2tx.rbf b/usrp/fpga/rbf/rev4/multi_2rxhb_2tx.rbf
deleted file mode 100755
index 2683d8641c..0000000000
--- a/usrp/fpga/rbf/rev4/multi_2rxhb_2tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev4/multi_4rx_0tx.rbf b/usrp/fpga/rbf/rev4/multi_4rx_0tx.rbf
deleted file mode 100755
index b7e4eb3930..0000000000
--- a/usrp/fpga/rbf/rev4/multi_4rx_0tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev4/std_2rxhb_2tx.rbf b/usrp/fpga/rbf/rev4/std_2rxhb_2tx.rbf
deleted file mode 100755
index ee3c30d664..0000000000
--- a/usrp/fpga/rbf/rev4/std_2rxhb_2tx.rbf
+++ /dev/null
Binary files differ
diff --git a/usrp/fpga/rbf/rev4/std_4rx_0tx.rbf b/usrp/fpga/rbf/rev4/std_4rx_0tx.rbf
deleted file mode 100755
index 1deca9517c..0000000000
--- a/usrp/fpga/rbf/rev4/std_4rx_0tx.rbf
+++ /dev/null
Binary files differ