Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | icemulti: Remove constant `NUM_HEADERS' | Roland Lutz | 2017-09-04 | 1 | -3/+2 | |
| | | ||||||
| * | icemulti: Remove special first element from header lists | Roland Lutz | 2017-09-04 | 1 | -5/+7 | |
| | | ||||||
| * | icemulti: Differentiate between header and image count | Roland Lutz | 2017-09-04 | 1 | -4/+6 | |
| | | ||||||
| * | icemulti: Populate headers early | Roland Lutz | 2017-09-04 | 1 | -3/+3 | |
| | | ||||||
| * | icemulti: Remove class `Header' | Roland Lutz | 2017-09-04 | 1 | -10/+5 | |
| | | ||||||
| * | icemulti: Make function `write_header' global | Roland Lutz | 2017-09-04 | 1 | -3/+3 | |
| | | ||||||
| * | icemulti: Store image reference in header | Roland Lutz | 2017-09-04 | 1 | -10/+7 | |
| | | ||||||
| * | icemulti: Remove unused flag Header::empty | Roland Lutz | 2017-09-04 | 1 | -6/+2 | |
| | | ||||||
| * | icemulti: Treat coldboot as global flag | Roland Lutz | 2017-09-04 | 1 | -9/+5 | |
| | | ||||||
* | | Merge pull request #97 from rlutz/hlc-fixes | Clifford Wolf | 2017-09-14 | 6 | -1/+2403 | |
|\ \ | | | | | | | Fixes to high-level configuration converters | |||||
| * \ | icebox: Put .hlc converters under ISC license | Roland Lutz | 2017-09-02 | 6 | -1/+2403 | |
| |\ \ | ||||||
| | * | | icebox: Fix parsing of IO block special wires | Roland Lutz | 2017-08-27 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | icebox: Fix parsing of PLL directive | Roland Lutz | 2017-08-27 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | icebox: Give useful error messages for .hlc parsing errors | Roland Lutz | 2017-08-27 | 1 | -12/+18 | |
| | | | | ||||||
| | * | | icebox: Make `check' a phony target | Roland Lutz | 2017-08-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #100 from rlutz/icemulti-errorsargs | Clifford Wolf | 2017-09-05 | 1 | -43/+81 | |
|\ \ \ \ | | |_|/ | |/| | | `icemulti' error checks and argument handling | |||||
| * | | | icemulti: Check for negative alignment exponent | Roland Lutz | 2017-09-04 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | icemulti: Use getopt to parse arguments | Roland Lutz | 2017-09-04 | 1 | -34/+48 | |
| | | | | ||||||
| * | | | icemulti: Refuse to pack empty image | Roland Lutz | 2017-09-04 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | icemulti: Add missing error checks | Roland Lutz | 2017-09-04 | 1 | -2/+11 | |
| | | | | ||||||
| * | | | icemulti: Give more information about I/O errors | Roland Lutz | 2017-09-04 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | icemulti: Report program name in error messages | Roland Lutz | 2017-09-04 | 1 | -1/+10 | |
| | | | | ||||||
| * | | | icemulti: Use standard macros for exit status | Roland Lutz | 2017-09-04 | 1 | -3/+3 | |
| |/ / | ||||||
* | | | Merge pull request #101 from rlutz/warmboot | Clifford Wolf | 2017-09-04 | 2 | -0/+21 | |
|\ \ \ | | | | | | | | | Add support for non-warmboot images | |||||
| * | | | icebox: Add support for non-warmboot images | Roland Lutz | 2017-09-04 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | icepack: Add support for non-warmboot images | Roland Lutz | 2017-09-04 | 1 | -0/+14 | |
|/ / / | ||||||
* | | | Merge pull request #99 from marcusmueller/modularize_config | Clifford Wolf | 2017-09-03 | 1 | -4/+12 | |
|\ \ \ | |/ / |/| | | modularized standard Makefile config | |||||
| * | | modularized standard Makefile config | Marcus Müller | 2017-09-03 | 1 | -4/+12 | |
|/ / | ||||||
* / | Removed files that are under GNU licenses | Clifford Wolf | 2017-08-31 | 8 | -2541/+0 | |
|/ | ||||||
* | Merge pull request #93 from rlutz/extra-bits | Clifford Wolf | 2017-08-25 | 1 | -0/+2 | |
|\ | | | | | icebox: Preserve extra bits when writing to file | |||||
| * | icebox: Preserve extra bits when writing to file | Roland Lutz | 2017-08-25 | 1 | -0/+2 | |
| | | ||||||
* | | Implement high-level configuration format | Clifford Wolf | 2017-08-25 | 6 | -0/+2383 | |
|/ | | | | | # Conflicts: # icebox/Makefile | |||||
* | Minor spelling and punctuation fixes in docs | Larry Doolittle | 2017-08-02 | 1 | -4/+4 | |
| | ||||||
* | Squelch trailing whitespace | Larry Doolittle | 2017-08-01 | 15 | -22/+19 | |
| | ||||||
* | Update timeline on website | Clifford Wolf | 2017-07-31 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'ice5k' | Clifford Wolf | 2017-07-31 | 35 | -354/+9164 | |
|\ | ||||||
| * | Don't build chipdb-5k.txt by default (it does not work yet) | Clifford Wolf | 2017-07-31 | 2 | -1/+2 | |
| | | ||||||
| * | Fix some bugs in two of the icefuzz make_*.py scripts | Clifford Wolf | 2017-07-31 | 2 | -2/+2 | |
| | | ||||||
| * | Fix icecube.sh to work with lin and lin64 dirs, remove hardcoded ICECUBEDIR= | Clifford Wolf | 2017-07-31 | 1 | -5/+5 | |
| | | ||||||
| * | Remove extra IoCtrl cf_bit_ and extra_padeb_test_ lines from database | Clifford Wolf | 2017-07-31 | 2 | -4/+3 | |
| | | ||||||
| * | Fix icebox.py and remove extra debug output | Clifford Wolf | 2017-07-31 | 1 | -5/+1 | |
| | | ||||||
| * | Fix icepack debug output | Clifford Wolf | 2017-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into ice5k | Clifford Wolf | 2017-07-31 | 18 | -219/+691 | |
| |\ | |/ |/| | ||||||
* | | Add "DSP iCE board" to board list | Clifford Wolf | 2017-07-21 | 1 | -0/+1 | |
| | | ||||||
* | | Use better error pattern in icestick checker example | Clifford Wolf | 2017-07-21 | 1 | -1/+1 | |
| | | ||||||
* | | Add icestick "checker" example | Clifford Wolf | 2017-07-21 | 4 | -3/+108 | |
| | | ||||||
* | | Improve rs232demo test bench | Clifford Wolf | 2017-07-19 | 1 | -8/+7 | |
| | | ||||||
* | | Add pre- and post-synthesis testbench examples | Clifford Wolf | 2017-07-18 | 4 | -0/+103 | |
| | | ||||||
* | | Merge pull request #88 from rqou/master | Clifford Wolf | 2017-07-17 | 1 | -34/+73 | |
|\ \ | | | | | | | Remove use of err.h | |||||
| * | | iceprog: Make errors print only the program name | Robert Ou | 2017-07-17 | 1 | -18/+24 | |
| | | | | | | | | | | | | Previously, the entire argv[0] would be printed. |