Commit Graph

311 Commits

Author SHA1 Message Date
eb 87a72fff96 Merged features/inband -r4812:5218 into trunk. This group of changes
includes:

 * working stand-alone mblock code
 * work-in-progress on usrp inband signaling

usrp now depends on mblock, and guile is a dependency.



git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5221 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-02 04:08:47 +00:00
eb 071e2f6d1b Fix for ticket:148 "Unable to find USRP #0" on 2.6.20 (Ubuntu Feisty Fawn).
2 days, 1 line ;)


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5175 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-28 02:00:15 +00:00
jcorgan a438fc29ef Fix uninitialized register settings. FPGA code only cleared these during hardware reset.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5106 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-25 16:27:37 +00:00
jcorgan 0e9c5a85cb Adds capability to independently delay the Auto T/R switching signal
by a configurable number of clock ticks, to allow users to precisely
align their T/R output with the pipeline delays in the transmitter.

There are two new registers:

FR_ATR_TX_DELAY (7'd2)
FR_ATR_RX_DELAY (7'd3)

...and the corresponding db_base.py methods to set them:

db_base.set_atr_tx_delay(clock_ticks)
db_base.set_atr_rx_delay(clock_ticks)

These methods are inherited by all the daughterboard objects so you can
call them from your scripts as:

subdev.set_atr_tx_delay(...)

...where 'subdev' represents the daughtercard object you're working with.

The FPGA synthesis for the 2 RXHB, 2 TX case expands from 95% to 96%,
with no additional synthesis messages or impact on timing.



git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5022 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-16 21:30:13 +00:00
eb 25b17cdac8 New FPGA binaries (.rbfs). These include fixes for the scaling in
the CIC decimator so that signals are now roughly leveled, independent
of the decimation rate.  Decimating by 44 now works too ;)


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4848 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-02 23:39:16 +00:00
matt 4175ee9eec registered to meet timing
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4826 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-30 21:52:52 +00:00
eb cc1f43786d copied usrp_inband_usb from -r4809 features/inband-usb into trunk
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4810 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-28 19:00:55 +00:00
matt 31816993b3 proper shifting for the cic decim now keeps signals roughly leveled
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4784 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-20 02:13:06 +00:00
matt ab66cf5afd if you ever tried to interpolate by 44 it didn't work. now it does.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4783 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-20 01:23:26 +00:00
matt 486c1ff0d8 removed a parameter
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4782 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-20 01:05:29 +00:00
matt ec6b64d9fb allow for varying the bitwidth
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4781 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-20 01:03:10 +00:00
matt 52e0f68db9 added comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4780 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-20 01:02:46 +00:00
matt bc3e223e0d added comments, removed dead code
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4779 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-20 01:02:25 +00:00
eb 13b9e4fa89 beginning of host spec for inband-usb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4735 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-08 23:07:59 +00:00
eb 0187af8e9e Merged eb/usrp-install r4723:4727 into trunk.
This moves usrp related .py files from the top-level of site-packages
into site-packages/usrpm.


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4728 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-07 01:43:43 +00:00
eb a25cf48476 Added OpenOffice source file for USRP signal flow diagram. Thanks to Lee Patton.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4719 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-06 01:38:08 +00:00
eb 8268792b12 Refactored FPGA *.vh files. Moved common pieces to toplevel/include.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4713 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-05 05:00:02 +00:00
eb b355597e1f Add new standard configuration for 1 RX w/ half-band, 1 TX
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4695 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-03 03:50:06 +00:00
eb 72d93086ce updated qsf file to Quartus 6.1. No semantic changes
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4694 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-03 03:49:04 +00:00
eb 268db6cdcb added R3, flow control
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4691 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-02 19:29:01 +00:00
eb 89bd3d7650 first two strawman requirements
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4690 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-02 19:14:29 +00:00
eb b0e5abe991 fixed comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4656 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-26 23:57:36 +00:00
eb f930627a0d fixed comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4655 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-26 23:56:39 +00:00
eb 47d758b776 added Write Register Masked operation
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4647 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-26 21:32:48 +00:00
eb cf19122e71 added OP_DELAY
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4640 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-26 02:25:11 +00:00
eb 90e2ce16f8 Additional specs for USRP inband signaling. Control channel
sub-packets are now specified.


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4633 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-25 23:33:37 +00:00
eb dbeda2c831 work-in-progress on specifying inband-signaling
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4568 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-21 23:53:01 +00:00
eb 7d92097355 work-in-progress on specifying inband-signaling
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4567 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-21 23:48:02 +00:00
eb 2213812e77 allocated 10 USB PIDs for Bdale
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4520 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-19 22:14:55 +00:00
eb 58602bf71b Fix for ticket:133, merged from eb/bsd 4322:4324.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4326 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-30 00:34:14 +00:00
eb ace210563e Applied patch from Brett Trotter that stuffs zeros into the head of
the tx signal processing pipeline when the Tx FIFO is empty.

This results in the DACs outputing zeros when there's no data, unless
the tx pipeline is disabled on the host.


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4287 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-17 22:44:13 +00:00
eb 92831e6ca2 removed unused/out-of-date bus_interface.v
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4277 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-14 21:03:40 +00:00
eb b305bc6dda fixed warning
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4254 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-13 03:22:46 +00:00
eb 5e021a2145 added PID for EZDOP
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4224 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-03 19:25:13 +00:00
eb 3ff8e05153 Added new PID for QS1R HF Receiver
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4223 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-03 17:09:30 +00:00
eb 3dada5cdf1 applied patch for ticket:115
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4153 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-19 22:54:23 +00:00
jcorgan 82d18c6aa7 Fixes ticket:109
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4046 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-01 00:11:02 +00:00
gdt 01ac475bac Use paths with $(top_srcdir) so that builds from other than source dirs work.
(Corrects problem I introduced when removing pattern rules.)



git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4022 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25 15:15:05 +00:00
gdt c51542a004 Avoid non-portable use of $< in non-pattern rule.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4018 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25 13:06:18 +00:00
matt 31a3e8ef65 latest version of quartus
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4004 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-20 02:41:19 +00:00
jcorgan 133a848755 Fixes ticket:93.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3955 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-08 15:27:10 +00:00
matt 27a37e4584 optimized halfband coefficients, courtesy of Larry Doolittle
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3917 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-01 23:36:51 +00:00
eb 0e3a08b073 conditionalize include of linux/compiler.h
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3886 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-28 01:46:05 +00:00
gdt b81a7589f7 2006-10-10 Greg Troxel <gdt@ir.bbn.com>
* firmware/include/Makefile.am: avoid nonportable use of $< (first
	prereq in GNU make, implied source for pattern rule in BSD make)
	used in a non-pattern rule.




git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3762 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-10 16:25:28 +00:00
jcorgan 8d0b3ae3e5 Further fixes for ticket:81
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3712 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04 20:16:12 +00:00
jcorgan 50fc382a53 Partial fix for ticket:81
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3709 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04 19:08:50 +00:00
jcorgan 988852f0ec Fixes ticket:79.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3697 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-03 21:07:28 +00:00
eb bbb5f6cef0 New rbfs. These were compiled using Quartus 6.0 sp1
and include the post-ADC / pre-DDC digital rssi measurement code.


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3667 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-27 06:29:48 +00:00
eb 8522a9aaf2 applied supplied patch to close ticket:70
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3608 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-22 05:30:26 +00:00
eb e57ba270ce Merged -r3596:3600 of eb/ra_wb into trunk. This contains the
BSD read-ahead/write-behind fast usb support.


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3601 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-21 21:23:37 +00:00