aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| |
* | Add icestick "checker" exampleClifford Wolf2017-07-214-3/+108
| |
* | Improve rs232demo test benchClifford Wolf2017-07-191-8/+7
| |
* | Add pre- and post-synthesis testbench examplesClifford Wolf2017-07-184-0/+103
| |
* | Merge pull request #88 from rqou/masterClifford Wolf2017-07-171-34/+73
|\ \ | | | | | | Remove use of err.h
| * | iceprog: Make errors print only the program nameRobert Ou2017-07-171-18/+24
| | | | | | | | | | | | Previously, the entire argv[0] would be printed.
| * | iceprog: Do not use nonstandard err.hRobert Ou2017-07-171-34/+67
|/ / | | | | | | | | This header does not exist under MinGW. Replace these functions with standard functions.
* | Merge pull request #87 from rqou/masterClifford Wolf2017-07-178-32/+32
|\ \ | | | | | | Make install target work for Windows
| * | makefile: Make install target work for WindowsRobert Ou2017-07-167-30/+30
| | |
| * | makefile: Do not ignore user-provided CFLAGSRobert Ou2017-07-161-2/+2
|/ /
* | Fix coding style in iceprog.c (mostly line breaks and indenting)Clifford Wolf2017-07-051-97/+65
| |
* | Merge pull request #82 from rlutz/masterClifford Wolf2017-07-054-217/+474
|\ \ | | | | | | `iceprog' improvements, documentation fixes
| * | iceprog: Keep name space cleanRoland Lutz2017-07-041-23/+23
| | |
| * | iceprog: Remove trailing newlineRoland Lutz2017-07-041-1/+0
| | |
| * | iceprog: Break overlong linesRoland Lutz2017-07-041-18/+40
| | |
| * | iceprog: Fix coding style inconsistenciesRoland Lutz2017-07-041-51/+47
| | |
| * | iceprog: Fix error messagesRoland Lutz2017-07-041-2/+2
| | |
| * | iceprog: Add manpageRoland Lutz2017-07-022-0/+158
| | |
| * | iceprog: Return a meaningful exit statusRoland Lutz2017-07-021-14/+22
| | |
| * | iceprog: When reading, don't write more bytes than requestedRoland Lutz2017-07-021-1/+2
| | |
| * | iceprog: Allow programming from pipeRoland Lutz2017-07-021-8/+48
| | |
| * | iceprog: Allow programming from standard inputRoland Lutz2017-07-021-6/+9
| | |
| * | iceprog: Open input/output files before talking to hardwareRoland Lutz2017-07-021-47/+35
| | |
| * | iceprog: Overhaul `--help' textRoland Lutz2017-07-021-52/+41
| | |
| * | iceprog: Add option `--help'Roland Lutz2017-07-021-3/+15
| | |
| * | iceprog: Check for non-applicable optionsRoland Lutz2017-06-191-0/+18
| | |
| * | iceprog: Check for invalid offset/size argumentsRoland Lutz2017-06-081-4/+12
| | |
| * | iceprog: Give more information about invocation errorsRoland Lutz2017-06-081-9/+24
| | |
| * | Fix I/O tile documentationRoland Lutz2017-06-071-5/+5
| | |
| | * Fix routing issues by normalizing the net names in the tiles.Scott Shawcroft2017-07-071-14/+14
| | |
| | * Rework bram indexing to unbreak 8k. Still not sure if its correct for 5k.Scott Shawcroft2017-07-071-4/+7
| | |