aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2
Commit message (Collapse)AuthorAgeFilesLines
* don't overwrite checksum valuesMatt Ettus2010-12-211-7/+8
|
* udp_ports: set the source port and destination port from tableJosh Blum2010-12-171-12/+16
|
* generate port number headers in the dsp error unitsMatt Ettus2010-12-154-8/+12
|
* now supports up to 4 different udp portsMatt Ettus2010-12-152-23/+43
|
* time sync on usrp2 as well, added debug pins to time sync.Matt Ettus2010-12-102-2/+10
|
* slave side can now syncMatt Ettus2010-12-102-13/+33
|
* Only do udp now, renamed old ports to exp_time_*Matt Ettus2010-12-092-2/+2
|
* udp is now the defaultMatt Ettus2010-12-092-2/+2
|
* remove old raw ethernet versionMatt Ettus2010-12-092-882/+0
|
* reimplemented mimo time transfer to handle 64 bits. Still needsMatt Ettus2010-12-095-71/+164
| | | | to sync on the received side.
* renamed exp_pps_* to be exp_time_*, which is the mimo synchronization signalMatt Ettus2010-12-095-22/+22
|
* Merge branch 'time_compare_speedup' into ise12Matt Ettus2010-12-091-2/+16
|\ | | | | | | | | * time_compare_speedup: should safely delay the late signal which was causing timing problems
| * should safely delay the late signal which was causing timing problemsMatt Ettus2010-12-061-2/+16
| |
* | u2plus: clock lock pin capitalization failNick Foster2010-12-062-2/+2
|/
* packets are shorter now, so we need to tell the udp state machine that...Matt Ettus2010-11-231-1/+1
|
* no need for second sequence number anymore. Each dsp tx chainMatt Ettus2010-11-212-11/+8
| | | | generates its own flow control packets now.
* shouldn't be executableMatt Ettus2010-11-201-0/+0
|
* modernize the testbenchMatt Ettus2010-11-191-18/+30
|
* get rid of extraneous U messages when we actually had an ACKMatt Ettus2010-11-182-7/+10
|
* fix problem with consecutive timed packets on txMatt Ettus2010-11-181-2/+0
|
* simplify time comparison to speed up logic and meet fpga timingMatt Ettus2010-11-132-4/+27
|
* we're still on version 12.1Matt Ettus2010-11-132-2/+2
|
* Add flow control and other small vrt fixes to u2p, minor cleanupsMatt Ettus2010-11-112-34/+38
|
* reset properlyMatt Ettus2010-11-111-0/+1
|
* compiles with new file locationsMatt Ettus2010-11-111-1/+1
|
* handle zero-length packets properlyMatt Ettus2010-11-113-55/+76
|
* clear out the vita tx chain and the tx fifo. need to check the fifoMatt Ettus2010-11-115-24/+25
| | | | reset to make sure it is in the correct clock domain.
* added ability to truly clear out the entire rx chain. also removed old ↵Matt Ettus2010-11-113-29/+27
| | | | style fifo in rx.
* gray code address for emiMatt Ettus2010-11-111-1/+7
|
* fifo randomizer for emiMatt Ettus2010-11-115-4/+108
|
* now handles frames larger than the vita packet (i.e. with padding)Matt Ettus2010-11-111-6/+16
|
* don't clear out following packets on an eob ackMatt Ettus2010-11-111-1/+1
|
* don't flag an error on eob ackMatt Ettus2010-11-111-1/+1
|
* proper triggering for interrupts generated on the dsp_clkMatt Ettus2010-11-111-1/+8
|
* cleanup for 32 bit seqnumMatt Ettus2010-11-111-4/+3
|
* increase compatibility number for flow controlMatt Ettus2010-11-111-1/+1
|
* switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rateMatt Ettus2010-11-113-14/+16
|
* send message on eob to ack the end of transmissionMatt Ettus2010-11-111-1/+6
|
* typo which isn't caught by xilinxMatt Ettus2010-11-111-1/+1
|
* separated flow control and error reporting on tx path. should work with and ↵Matt Ettus2010-11-114-25/+43
| | | | without flow control
* go to the correct stateMatt Ettus2010-11-111-3/+3
|
* add a fifo to the end of the mux to help in timing.Matt Ettus2010-11-111-6/+13
|
* add trigger to makefileMatt Ettus2010-11-111-0/+1
|
* assign setting reg addressesMatt Ettus2010-11-111-2/+2
|
* declarationsMatt Ettus2010-11-111-2/+3
|
* checkpoint in flow control packet generationMatt Ettus2010-11-115-42/+147
|
* these got dropped during the rebaseMatt Ettus2010-11-114-31/+37
|
* Removed 'ifdef for second DCM that was a deign idea for external SRAM on ↵Ian Buckley2010-11-111-49/+4
| | | | | | u2plus. Hardcoded -90 degree clcok from first DCM as final solution
* 1) Created new FIFO IP in Coregen. 512x36 dual clcok FIFO with programable ↵Ian Buckley2010-11-1111-11/+555
| | | | | | full watermark 2) Put larger FIFO on output of u2plus extramfifo that is compatable with u2_rev3 EMI fixes.
* 1) u2p has added a new signal from the SRAM to the pinout, RAM_ZZIan Buckley2010-11-114-11/+17
| | | | | | | | | | | | | | | which allows the SRAM to be placed in a sleep mode. This pin was erroniously pulled high at the top level rendering the SRAM unusable. 2) Added declaration for extramfifo debug bus which had got deleted at some point in the past 3) Created a debug bundle of signals from extsramfifo to help diagnose problem 1) 4) u2p Rev1 PCB ommits control of any of the SRAM chip selects. Made a code change so that control logic does not rely on the presence of this pin and ensuring that the SRAM is always placed in READ mode in any idle cycles.