aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add icemulti exampleClifford Wolf2017-09-148-0/+153
|
* Merge branch 'reuse-images' of https://github.com/rlutz/icestormClifford Wolf2017-09-141-43/+37
|\
| * icemulti: Re-use imagesRoland Lutz2017-09-041-2/+10
| |
| * icemulti: Print image filenames along with offsetsRoland Lutz2017-09-041-3/+4
| |
| * icemulti: Treat offset printing like ordinary flagRoland Lutz2017-09-041-6/+4
| |
| * icemulti: Remove constant `NUM_HEADERS'Roland Lutz2017-09-041-3/+2
| |
| * icemulti: Remove special first element from header listsRoland Lutz2017-09-041-5/+7
| |
| * icemulti: Differentiate between header and image countRoland Lutz2017-09-041-4/+6
| |
| * icemulti: Populate headers earlyRoland Lutz2017-09-041-3/+3
| |
| * icemulti: Remove class `Header'Roland Lutz2017-09-041-10/+5
| |
| * icemulti: Make function `write_header' globalRoland Lutz2017-09-041-3/+3
| |
| * icemulti: Store image reference in headerRoland Lutz2017-09-041-10/+7
| |
| * icemulti: Remove unused flag Header::emptyRoland Lutz2017-09-041-6/+2
| |
| * icemulti: Treat coldboot as global flagRoland Lutz2017-09-041-9/+5
| |
* | Merge pull request #97 from rlutz/hlc-fixesClifford Wolf2017-09-146-1/+2403
|\ \ | | | | | | Fixes to high-level configuration converters
| * \ icebox: Put .hlc converters under ISC licenseRoland Lutz2017-09-026-1/+2403
| |\ \
| | * | icebox: Fix parsing of IO block special wiresRoland Lutz2017-08-271-5/+5
| | | |
| | * | icebox: Fix parsing of PLL directiveRoland Lutz2017-08-271-1/+4
| | | |
| | * | icebox: Give useful error messages for .hlc parsing errorsRoland Lutz2017-08-271-12/+18
| | | |
| | * | icebox: Make `check' a phony targetRoland Lutz2017-08-271-1/+1
| | | |
* | | | Merge pull request #100 from rlutz/icemulti-errorsargsClifford Wolf2017-09-051-43/+81
|\ \ \ \ | | |_|/ | |/| | `icemulti' error checks and argument handling
| * | | icemulti: Check for negative alignment exponentRoland Lutz2017-09-041-0/+2
| | | |
| * | | icemulti: Use getopt to parse argumentsRoland Lutz2017-09-041-34/+48
| | | |
| * | | icemulti: Refuse to pack empty imageRoland Lutz2017-09-041-0/+3
| | | |
| * | | icemulti: Add missing error checksRoland Lutz2017-09-041-2/+11
| | | |
| * | | icemulti: Give more information about I/O errorsRoland Lutz2017-09-041-5/+6
| | | |
| * | | icemulti: Report program name in error messagesRoland Lutz2017-09-041-1/+10
| | | |
| * | | icemulti: Use standard macros for exit statusRoland Lutz2017-09-041-3/+3
| |/ /
* | | Merge pull request #101 from rlutz/warmbootClifford Wolf2017-09-042-0/+21
|\ \ \ | | | | | | | | Add support for non-warmboot images
| * | | icebox: Add support for non-warmboot imagesRoland Lutz2017-09-041-0/+7
| | | |
| * | | icepack: Add support for non-warmboot imagesRoland Lutz2017-09-041-0/+14
|/ / /
* | | Merge pull request #99 from marcusmueller/modularize_configClifford Wolf2017-09-031-4/+12
|\ \ \ | |/ / |/| | modularized standard Makefile config
| * | modularized standard Makefile configMarcus Müller2017-09-031-4/+12
|/ /
* / Removed files that are under GNU licensesClifford Wolf2017-08-318-2541/+0
|/
* Merge pull request #93 from rlutz/extra-bitsClifford Wolf2017-08-251-0/+2
|\ | | | | icebox: Preserve extra bits when writing to file
| * icebox: Preserve extra bits when writing to fileRoland Lutz2017-08-251-0/+2
| |
* | Implement high-level configuration formatClifford Wolf2017-08-256-0/+2383
|/ | | | | # Conflicts: # icebox/Makefile
* Minor spelling and punctuation fixes in docsLarry Doolittle2017-08-021-4/+4
|
* Squelch trailing whitespaceLarry Doolittle2017-08-0115-22/+19
|
* Update timeline on websiteClifford Wolf2017-07-311-0/+2
|
* Merge branch 'ice5k'Clifford Wolf2017-07-3135-354/+9164
|\
| * Don't build chipdb-5k.txt by default (it does not work yet)Clifford Wolf2017-07-312-1/+2
| |
| * Fix some bugs in two of the icefuzz make_*.py scriptsClifford Wolf2017-07-312-2/+2
| |
| * Fix icecube.sh to work with lin and lin64 dirs, remove hardcoded ICECUBEDIR=Clifford Wolf2017-07-311-5/+5
| |
| * Remove extra IoCtrl cf_bit_ and extra_padeb_test_ lines from databaseClifford Wolf2017-07-312-4/+3
| |
| * Fix icebox.py and remove extra debug outputClifford Wolf2017-07-311-5/+1
| |
| * Fix icepack debug outputClifford Wolf2017-07-311-1/+1
| |
| * Merge branch 'master' into ice5kClifford Wolf2017-07-3118-219/+691
| |\ | |/ |/|
* | Add "DSP iCE board" to board listClifford Wolf2017-07-211-0/+1
| |
* | Use better error pattern in icestick checker exampleClifford Wolf2017-07-211-1/+1
| |