Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed exp_pps_* to be exp_time_*, which is the mimo synchronization signal | Matt Ettus | 2010-12-09 | 3 | -18/+18 |
| | |||||
* | shouldn't be executable | Matt Ettus | 2010-11-20 | 1 | -0/+0 |
| | |||||
* | Add flow control and other small vrt fixes to u2p, minor cleanups | Matt Ettus | 2010-11-11 | 1 | -4/+1 |
| | |||||
* | clear out the vita tx chain and the tx fifo. need to check the fifo | Matt Ettus | 2010-11-11 | 1 | -11/+12 |
| | | | | 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 Ettus | 2010-11-11 | 1 | -3/+9 |
| | | | | style fifo in rx. | ||||
* | proper triggering for interrupts generated on the dsp_clk | Matt Ettus | 2010-11-11 | 1 | -1/+8 |
| | |||||
* | increase compatibility number for flow control | Matt Ettus | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | separated flow control and error reporting on tx path. should work with and ↵ | Matt Ettus | 2010-11-11 | 1 | -1/+2 |
| | | | | without flow control | ||||
* | revert unneeded changes and incorrect comments | Matt Ettus | 2010-11-11 | 1 | -32/+32 |
| | |||||
* | reconnect GPIOs, remove debug pins, meets timing now | Matt Ettus | 2010-11-11 | 1 | -5/+3 |
| | |||||
* | Modified phase shift of DCM1 to -64 which is intended to give more timing ↵ | Ian Buckley | 2010-11-11 | 1 | -1/+1 |
| | | | | | | | margin on reads from the SRAM at the expense of Writes to the SRAM. Tested to be at least as stable as a phase shift of 12 and beter looking timing on the logic analyzer. Signals driven by the FPGA are observed changing on the SRAM pins about 4 nS after the rising edge of the RAM clock. | ||||
* | Enabled phase offset adjustment on DCM_INST1 which drives the external Fast ↵ | Ian Buckley | 2010-11-11 | 1 | -12/+12 |
| | | | | | | | | SRAM clock. Set phase shift to -12 after experimentation using logic analyzer to see results. This value gives near optimum 1.5nS setup times on the source sync signals FPGA -> SRAM under lab conditions. | ||||
* | Added to DCM's and some BUFG's to align the internal 125MHz clock edge with ↵ | Ian Buckley | 2010-11-11 | 4 | -5/+100 |
| | | | | | | | its presentation externally at the NoBL SRAM. Since we don't have a board level trace to use to estimate clock propigation delay we just loop through the I/O on the FPGA. This hasn't been verified as working on a USRP2 yet. | ||||
* | hangedddddddextrnal fifo size to use full NoBL SRAM | ianb | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Corrected extfifo code so that all registers that are on SRAM signals are ↵ | ianb | 2010-11-11 | 2 | -37/+42 |
| | | | | | | | | packed into IOBs Explcit drives and skews added to GPIO pins Corrected minor error in FIFO logic that showed data avail internally incorrectly | ||||
* | Added a bunch of debug signals. | Ian Buckley | 2010-11-11 | 1 | -4/+5 |
| | |||||
* | Regenerated FIFO with lower trigger level for almost full flag to reflect ↵ | Ian Buckley | 2010-11-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | logic removed from nobl_fifo. Improved ext_fifo_tb further, try to simulate more combinations of decomation rates and packet arrival patterns. Strip out the logic in nobl_fifo that made it look like a Xilinx fall-through FIFO...it is now very simple logic but a propriatory interface that exposes the high inetrnal latency of reads. Allow the USED size of the external FIFO to be parameterized from the core level. Currently set at only 256 Corrected a bug in vita_tx_deframer.v that can write to a FIFO when its full causing illegal state. Made further edits that are currently commented becuase simulation indicates they cause problems, however suspect a further bug is in this code. | ||||
* | External FIFO tested in simulation and on USRP2 from decimation 64->8 with ↵ | Ian Buckley | 2010-11-11 | 4 | -142/+200 |
| | | | | | | | | current head UHD code. Apparently operation is "flawless" but more regression and corner case regression could and should be done. Tristate drivers have been added at the top level of the hierarchy for the SRAM databus as is considered good practice for both Xilinx and ASIC design flows and so both top level and core fils have been touched. | ||||
* | remove old commented out code | Matt Ettus | 2010-11-09 | 1 | -180/+0 |
| | |||||
* | fix timing problem on DAC output bus | Matt Ettus | 2010-11-09 | 1 | -2/+2 |
| | |||||
* | clean up DAC inversion and swapping to match schematics | Matt Ettus | 2010-08-25 | 1 | -3/+6 |
| | |||||
* | Clean up iq swapping on RX. It is now swapped in the top level. | Matt Ettus | 2010-08-25 | 2 | -5/+5 |
| | | | | widened muxes to 4 bits to match tx side and handle more ADCs in future | ||||
* | added compat number to usrp2 readback mux | Josh Blum | 2010-08-09 | 1 | -2/+5 |
| | |||||
* | connect the demux | Matt Ettus | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | fix a typo | Matt Ettus | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | tx error packets now muxed into the ethernet stream back to the host | Matt Ettus | 2010-07-28 | 1 | -27/+22 |
| | |||||
* | move declaration ahead of use | Matt Ettus | 2010-07-19 | 1 | -5/+5 |
| | |||||
* | put run_tx and run_rx on the displayed LEDs | Matt Ettus | 2010-07-19 | 1 | -3/+4 |
| | |||||
* | barely fails timing on gigE/10 and gigE/12, larger fail on udp/10, but all | Matt Ettus | 2010-06-14 | 2 | -52/+51 |
| | | | | seem to work ok | ||||
* | produces good bin files | Matt Ettus | 2010-06-11 | 2 | -12/+20 |
| | |||||
* | first attempt at cleaning up the build system | Matt Ettus | 2010-06-10 | 3 | -414/+65 |
| | |||||
* | get rid of debug stuff to help timing | Matt Ettus | 2010-06-08 | 1 | -7/+16 |
| | |||||
* | move u2_core into u2_rev3 directory to simplify directory structure and save ↵ | Matt Ettus | 2010-06-08 | 4 | -2/+1657 |
| | | | | headaches | ||||
* | report ise version in build | Matt Ettus | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | proper name for directory | Matt Ettus | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | name build directory with ISE version name | Matt Ettus | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | from UDP branch, changed names because I want these separate from the ↵ | Matt Ettus | 2010-05-27 | 1 | -0/+267 |
| | | | | non-udp versions | ||||
* | new files from udp branch added to main Makefile | Matt Ettus | 2010-05-27 | 1 | -1/+19 |
| | |||||
* | Merge branch 'udp' into master_merge_take2 | Matt Ettus | 2010-05-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * udp: (67 commits) better test program for just the tx side fix typo, no functionality difference ignores move dsp settings regs to reclocked setting bus. Works, gets us to within 18ps of passing timing reverting logic clean up which should have made timing better, but made it worse instead moved fifos around, now easier to see where they are and how big bigger fifo on UDP TX path, to possibly fix overruns on decim=4 Xilinx ISE is incorrectly parsing the verilog case statement, this is a workaround pps and vita time debug pins ignore emacs backup files more debug for fixing E's better debug pins for going after cascading E's copy in wrong place copied over from quad radio just debug pin changes typo caused the tx udp chain to be disconnected moved into subdir speed up timing by ignoring the too_early error. We'll need to FIXME this later Added set time and set time at next pps. Removed the old sync pps commands, they dont make sense to use anymore. moved around regs, added a bit to allow for alternate PPS source ... | ||||
| * | ignores | Matt Ettus | 2010-05-18 | 1 | -1/+1 |
| | | |||||
| * | move dsp settings regs to reclocked setting bus. Works, gets us to within ↵ | Matt Ettus | 2010-05-12 | 1 | -0/+3 |
| | | | | | | | | 18ps of passing timing | ||||
| * | Merge branch 'corgan_fixes' into udp_corgan | Matt Ettus | 2010-04-26 | 3 | -4/+15 |
| |\ | |||||
| * | | Merge commit '8d19387a8642caf74179bdcb7eddf1936f473e53' into udp | Matt Ettus | 2010-01-25 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Merge latest VRT changes into UDP branch. Merged from 1 behind the head of VRT because the head moved things around and confused git Conflicts: usrp2/timing/time_64bit.v usrp2/top/u2_core/u2_core.v | ||||
| * | | moved into subdir | Josh Blum | 2010-01-22 | 4 | -0/+1085 |
| / | |||||
* / | settings bus to dsp_clk now uses clock crossing fifo | Matt Ettus | 2010-05-16 | 1 | -0/+3 |
|/ | |||||
* | Update config to all eight clock buffers to be used. | Johnathan Corgan | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Added timing constraint for Wishbone clock/dsp_clock skew | Johnathan Corgan | 2010-03-29 | 1 | -0/+2 |
| | |||||
* | Cut debug bus connection to etherenet MAC to make closing timing easier | Ian Buckley | 2010-02-24 | 1 | -2/+7 |
| | |||||
* | Manually assign clk_fpga to BUFG to improve timing | Johnathan Corgan | 2010-02-23 | 1 | -1/+5 |
| | | | | | | | | | | | | | | Starting Router Phase 1: 96908 unrouted; REAL time: 25 secs Phase 2: 85651 unrouted; REAL time: 35 secs Phase 3: 27099 unrouted; REAL time: 49 secs Phase 4: 27099 unrouted; (97405) REAL time: 49 secs Phase 5: 27259 unrouted; (5348) REAL time: 54 secs Phase 6: 27277 unrouted; (0) REAL time: 54 secs Phase 7: 0 unrouted; (0) REAL time: 1 mins 46 secs Phase 8: 0 unrouted; (0) REAL time: 1 mins 56 secs Phase 9: 0 unrouted; (0) REAL time: 2 mins 29 secs | ||||
* | Moved usrp2 fpga files into usrp2 subdir. | Josh Blum | 2010-01-22 | 4 | -0/+1068 |