Merged r5033:5116 from developer branch jcorgan/snd, with minor edits. Trunk passes...
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 25 Apr 2007 23:38:21 +0000 (23:38 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 25 Apr 2007 23:38:21 +0000 (23:38 +0000)
commitc6baf9d41d452965fe6af642b61b2bb823dcf9ea
tree9f0e90b8dd7e19badc7c0052cec093205b6e9193
parent9892ce20ebbdc227fb57d3a5e50738997fcc2a11
Merged r5033:5116 from developer branch jcorgan/snd, with minor edits.  Trunk passes distcheck.  Adds gr-sounder component, see gr-sounder/README.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5117 221aa14e-8319-0410-a670-987f0aec2ac5
32 files changed:
config/Makefile.am
config/grc_gr_sounder.m4 [new file with mode: 0644]
configure.ac
gr-sounder/Makefile.am [new file with mode: 0644]
gr-sounder/README [new file with mode: 0644]
gr-sounder/doc/Makefile.am [new file with mode: 0644]
gr-sounder/src/Makefile.am [new file with mode: 0644]
gr-sounder/src/fpga/Makefile.am [new file with mode: 0644]
gr-sounder/src/fpga/lib/Makefile.am [new file with mode: 0644]
gr-sounder/src/fpga/lib/dac_interface.v [new file with mode: 0644]
gr-sounder/src/fpga/lib/dacpll.v [new file with mode: 0644]
gr-sounder/src/fpga/lib/lfsr.v [new file with mode: 0644]
gr-sounder/src/fpga/lib/lfsr_constants.v [new file with mode: 0755]
gr-sounder/src/fpga/lib/sounder.v [new file with mode: 0644]
gr-sounder/src/fpga/lib/sounder_rx.v [new file with mode: 0644]
gr-sounder/src/fpga/lib/sounder_tx.v [new file with mode: 0644]
gr-sounder/src/fpga/rbf/Makefile.am [new file with mode: 0644]
gr-sounder/src/fpga/rbf/rev2/usrp_sounder.rbf [new file with mode: 0755]
gr-sounder/src/fpga/rbf/rev4/usrp_sounder.rbf [new file with mode: 0755]
gr-sounder/src/fpga/top/Makefile.am [new file with mode: 0644]
gr-sounder/src/fpga/top/config.vh [new file with mode: 0644]
gr-sounder/src/fpga/top/usrp_sounder.csf [new file with mode: 0644]
gr-sounder/src/fpga/top/usrp_sounder.esf [new file with mode: 0644]
gr-sounder/src/fpga/top/usrp_sounder.psf [new file with mode: 0644]
gr-sounder/src/fpga/top/usrp_sounder.qpf [new file with mode: 0644]
gr-sounder/src/fpga/top/usrp_sounder.qsf [new file with mode: 0755]
gr-sounder/src/fpga/top/usrp_sounder.v [new file with mode: 0644]
gr-sounder/src/lib/Makefile.am [new file with mode: 0644]
gr-sounder/src/python/Makefile.am [new file with mode: 0644]
gr-sounder/src/python/qa_nothing.py [new file with mode: 0644]
gr-sounder/src/python/run_tests.in [new file with mode: 0644]
gr-sounder/src/python/usrp_sounder.py [new file with mode: 0755]