Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vita: moved clear register to overlap with nchan register | Josh Blum | 2012-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | This fixes the bug where setting the format clears the vita RX. This is only an issue when the noclear option is set by UHD, because the format register is always so, so it always clears. Note: noclear is there to support the backwards compat API (pre streamer). Now, numchans and clear overlap. This is ok because in the host code, clear and numchans are always used together. All timing meets on N2xx and USRP2. | ||||
* | vita rx: trigger clear after packet tranfer | Josh Blum | 2012-02-18 | 1 | -2/+22 |
| | | | | | | | To avoid blocking conditions down the pipe, avoid clearing vita rx during packet transfer. Adds state machine to delay the clear until after xfer completes. | ||||
* | dsp rework: pass vita clears into dsp modules, unified fifo clears | Josh Blum | 2012-02-04 | 1 | -2/+3 |
| | |||||
* | dsp rework: rehash of the custom module stuff and readme | Josh Blum | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | dsp rework: custom engine module for rx/tx vita chain | Josh Blum | 2012-02-01 | 1 | -4/+7 |
| | |||||
* | dsp rework: implemented dsp changes for other top levels | Josh Blum | 2012-01-27 | 1 | -2/+8 |
| | | | | added user registers into each toplevel (not used yet) | ||||
* | dsp rework: renamed dsp signals for frontend IO | Josh Blum | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | dsp rework: u2_core test implementation | Josh Blum | 2012-01-26 | 1 | -2/+3 |
| | |||||
* | dsp: remove dsp_buffer and replace with simpler add_routing_header, | Matt Ettus | 2011-11-04 | 1 | -3/+2 |
| | | | | other funcs of dsp_buffer are done by double_buffer and dsp_engine | ||||
* | dsp_engine fix rst -> reset, default to read address | Matt Ettus | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | dspengine: move the register to VITA_RX_CTRL + 9 instead of + 3 which is ↵ | Matt Ettus | 2011-10-26 | 1 | -1/+1 |
| | | | | occupied | ||||
* | dspengine: insert into the rx chain | Matt Ettus | 2011-10-26 | 1 | -1/+23 |
| | |||||
* | added copyrights | Josh Blum | 2011-06-07 | 1 | -0/+17 |
| | |||||
* | u1e: get dsp_framer36 from u1p so it can skip the protocol header | Matt Ettus | 2011-05-09 | 1 | -3/+6 |
| | |||||
* | u2/u2p: proper connections for dsp_framer | Matt Ettus | 2011-03-07 | 1 | -0/+3 |
| | |||||
* | u2/u2p: moved dsp framer into vita_rx_chain | Matt Ettus | 2011-03-05 | 1 | -5/+11 |
| | |||||
* | u2/u2p: proper hookup of vita_rx_chain | Matt Ettus | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | clean up rx dsp and some other nets in prep for dual dsp | Matt Ettus | 2011-02-16 | 1 | -0/+33 |