Merged features/inband-usb r5224:6306 into trunk.
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 5 Sep 2007 01:43:43 +0000 (01:43 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 5 Sep 2007 01:43:43 +0000 (01:43 +0000)
commitb644e266dd6f5f4b6cdac126477b61debee89e26
treeea2df43c9376b6125ae9b9bba070a3a901fc95f1
parent9ccd0ffb7846f7d8d82e9214bca9c2d11311b649
Merged features/inband-usb r5224:6306 into trunk.
This is work-in-progress on inband signaling for the USRP1.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6307 221aa14e-8319-0410-a670-987f0aec2ac5
80 files changed:
Makefile.common
pmt/src/lib/pmt.cc
pmt/src/lib/pmt.h
pmt/src/lib/qa_pmt_prims.cc
usrp/fpga/inband_lib/chan_fifo_reader.v
usrp/fpga/inband_lib/channel_demux.v [new file with mode: 0644]
usrp/fpga/inband_lib/channel_ram.v [new file with mode: 0755]
usrp/fpga/inband_lib/cmd_reader.v [new file with mode: 0755]
usrp/fpga/inband_lib/data_packet_fifo.v
usrp/fpga/inband_lib/packet_builder.v [new file with mode: 0755]
usrp/fpga/inband_lib/register_io.v [new file with mode: 0755]
usrp/fpga/inband_lib/rx_buffer_inband.v [new file with mode: 0755]
usrp/fpga/inband_lib/tx_buffer_inband.v
usrp/fpga/inband_lib/tx_packer.v [new file with mode: 0644]
usrp/fpga/inband_lib/usb_fifo_reader.v
usrp/fpga/inband_lib/usb_fifo_writer.v [new file with mode: 0755]
usrp/fpga/inband_lib/usb_packet_fifo2.v [deleted file]
usrp/fpga/megacells/fifo_2k_1clk.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_2kx16.bsf [new file with mode: 0755]
usrp/fpga/megacells/fifo_2kx16.cmp [new file with mode: 0755]
usrp/fpga/megacells/fifo_2kx16.inc [new file with mode: 0755]
usrp/fpga/megacells/fifo_2kx16.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_2kx16_bb.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_2kx16_inst.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_4kx16.bsf [new file with mode: 0755]
usrp/fpga/megacells/fifo_4kx16.cmp [new file with mode: 0755]
usrp/fpga/megacells/fifo_4kx16.inc [new file with mode: 0755]
usrp/fpga/megacells/fifo_4kx16.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_4kx16_bb.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_4kx16_inst.v [new file with mode: 0755]
usrp/fpga/megacells/fifo_512.bsf [deleted file]
usrp/fpga/megacells/fifo_512.cmp [deleted file]
usrp/fpga/megacells/fifo_512.inc [deleted file]
usrp/fpga/megacells/fifo_512.v [deleted file]
usrp/fpga/megacells/fifo_512_bb.v [deleted file]
usrp/fpga/toplevel/usrp_inband_usb/config.vh
usrp/fpga/toplevel/usrp_inband_usb/usrp_inband_usb.qsf
usrp/fpga/toplevel/usrp_inband_usb/usrp_inband_usb.v
usrp/host/apps/Makefile.am
usrp/host/apps/read_packets.cc [new file with mode: 0644]
usrp/host/apps/test_usrp_inband_cs.cc [new file with mode: 0644]
usrp/host/apps/test_usrp_inband_ping.cc [new file with mode: 0644]
usrp/host/apps/test_usrp_inband_registers.cc [new file with mode: 0644]
usrp/host/apps/test_usrp_inband_rx.cc [new file with mode: 0644]
usrp/host/apps/test_usrp_inband_timestamps.cc [new file with mode: 0644]
usrp/host/apps/test_usrp_inband_tx.cc [new file with mode: 0644]
usrp/host/apps/ui_nco.h [new file with mode: 0644]
usrp/host/apps/ui_sincos.c [new file with mode: 0644]
usrp/host/apps/ui_sincos.h [new file with mode: 0644]
usrp/host/lib/inband/Makefile.am
usrp/host/lib/inband/fake_usrp.cc [new file with mode: 0644]
usrp/host/lib/inband/fake_usrp.h [new file with mode: 0644]
usrp/host/lib/inband/gen_test_packets.py
usrp/host/lib/inband/qa_inband_usrp_server.cc
usrp/host/lib/inband/qa_inband_usrp_server.h
usrp/host/lib/inband/symbols_usrp_channel.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_interface_cs.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_low_level_cs.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_rx.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_rx_cs.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_server_cs.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_tx.h [new file with mode: 0644]
usrp/host/lib/inband/symbols_usrp_tx_cs.h [new file with mode: 0644]
usrp/host/lib/inband/test_usrp_inband.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_inband_usb_packet.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_inband_usb_packet.h
usrp/host/lib/inband/usrp_interface.mbh [new file with mode: 0644]
usrp/host/lib/inband/usrp_rx.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_rx.h [new file with mode: 0644]
usrp/host/lib/inband/usrp_rx_stub.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_rx_stub.h [new file with mode: 0644]
usrp/host/lib/inband/usrp_server.cc
usrp/host/lib/inband/usrp_server.h
usrp/host/lib/inband/usrp_server.mbh
usrp/host/lib/inband/usrp_tx.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_tx.h [new file with mode: 0644]
usrp/host/lib/inband/usrp_tx_stub.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_tx_stub.h [new file with mode: 0644]
usrp/host/lib/inband/usrp_usb_interface.cc [new file with mode: 0644]
usrp/host/lib/inband/usrp_usb_interface.h [new file with mode: 0644]