Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/fpga into uhd_fpga_merge | Josh Blum | 2010-06-24 | 1 | -1/+2 |
|\ | |||||
| * | proper dependency tracking for the makefile | Matt Ettus | 2010-06-18 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/fpga into uhd_master | Josh Blum | 2010-06-15 | 268 | -901/+1835 |
|\| | | | | | | | | | Conflicts: fpga/.gitignore | ||||
| * | new make works on ise12 | Matt Ettus | 2010-06-14 | 1 | -1/+7 |
| | | |||||
| * | produces good bin files | Matt Ettus | 2010-06-11 | 4 | -57/+31 |
| | | |||||
| * | first attempt at cleaning up the build system | Matt Ettus | 2010-06-10 | 38 | -422/+583 |
| | | |||||
| * | 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 | 5 | -46/+2 |
| | | | | | | | | headaches | ||||
| * | allow other clock rates in vita time | Matt Ettus | 2010-06-08 | 1 | -13/+15 |
| | | |||||
| * | 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 |
| | | |||||
| * | non-udp uses a different address for the tx dsp core | Matt Ettus | 2010-05-27 | 1 | -1/+1 |
| | | |||||
| * | manual merge to use localparams from udp version | Matt Ettus | 2010-05-27 | 1 | -4/+23 |
| | | |||||
| * | from UDP branch, changed names because I want these separate from the ↵ | Matt Ettus | 2010-05-27 | 3 | -0/+1321 |
| | | | | | | | | non-udp versions | ||||
| * | ignore output files | Matt Ettus | 2010-05-27 | 1 | -0/+2 |
| | | |||||
| * | 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 | 30 | -67/+2257 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| | * | better test program for just the tx side | Matt Ettus | 2010-05-19 | 1 | -163/+63 |
| | | | |||||
| | * | fix typo, no functionality difference | Matt Ettus | 2010-05-19 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' into udp | Matt Ettus | 2010-05-18 | 224 | -329/+19 |
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | Remove CVS files, warning removal on setting reg width, aeMB synthesis pragmas Conflicts: usrp2/control_lib/setting_reg.v usrp2/top/u2_core/u2_core.v usrp2/top/u2_rev3/Makefile | ||||
| * | | get rid of some warnings by declaring setting reg width | Matt Ettus | 2010-05-18 | 1 | -8/+8 |
| | | | |||||
| * | | added width parameter to avoid warnings (thanks IJB) and default value parameter | Matt Ettus | 2010-05-18 | 1 | -3/+5 |
| | | | |||||
| * | | added pragmas suggested by Ian Buckley to help ISE12 synthesis | Matt Ettus | 2010-05-18 | 1 | -3/+6 |
| | | | |||||
| * | | get rid of old CVS linkage | Matt Ettus | 2010-05-18 | 221 | -315/+0 |
| | | | |||||
| * | | settings bus to dsp_clk now uses clock crossing fifo | Matt Ettus | 2010-05-16 | 2 | -8/+15 |
| | | | |||||
| | * | ignores | Matt Ettus | 2010-05-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'sched' | Josh Blum | 2010-06-15 | 5 | -1/+143 |
|\ \ \ | |||||
| * | | | uhd: added ability to boost rt priority, added general app notes | Josh Blum | 2010-06-15 | 5 | -1/+143 |
| | | | | |||||
* | | | | usrp2: added a type to the address args to filter based on type usrp2 | Josh Blum | 2010-06-15 | 1 | -1/+4 |
|/ / / | |||||
* | | | Merge branch 'work' | Josh Blum | 2010-06-14 | 4 | -16/+73 |
|\ \ \ | |||||
| * | | | usrp2: improved print-out for socket buffer sizing | Josh Blum | 2010-06-14 | 1 | -2/+5 |
| | | | | |||||
| * | | | work on algorithms and documentation | Josh Blum | 2010-06-14 | 3 | -14/+68 |
| | | | | |||||
* | | | | Merge branch 'aux_dac' | Josh Blum | 2010-06-14 | 6 | -21/+83 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | usrp2: dboard iface: switched to nested dictionary for dac regs | Josh Blum | 2010-06-14 | 1 | -8/+17 |
| | | | | |||||
| * | | | Fixed USRP2 aux_dac numbering convention | Jason Abele | 2010-06-11 | 4 | -16/+18 |
| | | | | |||||
| * | | | created capability for meta-registers | Josh Blum | 2010-06-09 | 2 | -2/+53 |
| | | | | |||||
* | | | | Moved mux calculations into dsp type1 utils. | Josh Blum | 2010-06-10 | 4 | -46/+59 |
| | | | | | | | | | | | | | | | | Fixed error in db basic freq range switcheroo. | ||||
* | | | | created uhd usrp probe | Josh Blum | 2010-06-09 | 2 | -0/+170 |
|/ / / | |||||
* | | | fix for ad9862 regs map | Josh Blum | 2010-06-08 | 2 | -10/+11 |
| | | | |||||
* | | | fixed converter logic in convert types | Josh Blum | 2010-06-08 | 1 | -15/+16 |
| | | | |||||
* | | | extend byteswap routines for macosx, and added case for unknown | Josh Blum | 2010-06-08 | 1 | -4/+32 |
| | | | |||||
* | | | float casts to remove msvc warnings | Josh Blum | 2010-06-08 | 1 | -12/+14 |
| | | | |||||
* | | | Merge branch 'wip' into work | Josh Blum | 2010-06-08 | 10 | -220/+443 |
|\ \ \ | |||||
| * | | | Replaced convert types with generated convert types that handles more cases. | Josh Blum | 2010-06-08 | 6 | -159/+322 |
| | | | | | | | | | | | | | | | | Added unit test for generated converter. | ||||
| * | | | Created a common usrp dsp utils to handle register word calculations. | Josh Blum | 2010-06-07 | 6 | -68/+128 |
| | | | | | | | | | | | | | | | | (also switched to boost endian define to avoid c compiler check) | ||||
* | | | | fix to ensure 32 bit swap is called on a 64 bit machine | Josh Blum | 2010-06-08 | 1 | -6/+5 |
|/ / / | |||||
* | | | Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵ | Josh Blum | 2010-06-07 | 5 | -36/+112 |
| | | | | | | | | | | | | | | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument. | ||||
* | | | Merge branch 'byteswap' into work | Josh Blum | 2010-06-07 | 4 | -0/+133 |
|\ \ \ | |||||
| * | | | added byteswap routine to utils | Josh Blum | 2010-06-06 | 4 | -0/+133 |
| | | | |