aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-02icebox: Put .hlc converters under ISC licenseRoland Lutz
2017-08-31Removed files that are under GNU licensesClifford Wolf
2017-08-27icebox: Fix parsing of IO block special wiresRoland Lutz
2017-08-27icebox: Fix parsing of PLL directiveRoland Lutz
2017-08-27icebox: Give useful error messages for .hlc parsing errorsRoland Lutz
2017-08-27icebox: Make `check' a phony targetRoland Lutz
2017-08-25Merge pull request #93 from rlutz/extra-bitsClifford Wolf
icebox: Preserve extra bits when writing to file
2017-08-25Implement high-level configuration formatClifford Wolf
# Conflicts: # icebox/Makefile
2017-08-25icebox: Preserve extra bits when writing to fileRoland Lutz
2017-08-02Minor spelling and punctuation fixes in docsLarry Doolittle
2017-08-01Squelch trailing whitespaceLarry Doolittle
2017-07-31Update timeline on websiteClifford Wolf
2017-07-31Merge branch 'ice5k'Clifford Wolf
2017-07-31Don't build chipdb-5k.txt by default (it does not work yet)Clifford Wolf
2017-07-31Fix some bugs in two of the icefuzz make_*.py scriptsClifford Wolf
2017-07-31Fix icecube.sh to work with lin and lin64 dirs, remove hardcoded ICECUBEDIR=Clifford Wolf
2017-07-31Remove extra IoCtrl cf_bit_ and extra_padeb_test_ lines from databaseClifford Wolf
2017-07-31Fix icebox.py and remove extra debug outputClifford Wolf
2017-07-31Fix icepack debug outputClifford Wolf
2017-07-31Merge branch 'master' into ice5kClifford Wolf
2017-07-21Add "DSP iCE board" to board listClifford Wolf
2017-07-21Use better error pattern in icestick checker exampleClifford Wolf
2017-07-21Add icestick "checker" exampleClifford Wolf
2017-07-19Improve rs232demo test benchClifford Wolf
2017-07-18Add pre- and post-synthesis testbench examplesClifford Wolf
2017-07-17Merge pull request #88 from rqou/masterClifford Wolf
Remove use of err.h
2017-07-17iceprog: Make errors print only the program nameRobert Ou
Previously, the entire argv[0] would be printed.
2017-07-17iceprog: Do not use nonstandard err.hRobert Ou
This header does not exist under MinGW. Replace these functions with standard functions.
2017-07-17Merge pull request #87 from rqou/masterClifford Wolf
Make install target work for Windows
2017-07-16makefile: Make install target work for WindowsRobert Ou
2017-07-16makefile: Do not ignore user-provided CFLAGSRobert Ou
2017-07-07Fix routing issues by normalizing the net names in the tiles.Scott Shawcroft
2017-07-07Rework bram indexing to unbreak 8k. Still not sure if its correct for 5k.Scott Shawcroft
2017-07-07Work in progress DB. Having trouble getting group_segments to work without ↵Scott Shawcroft
error.
2017-07-05Fix coding style in iceprog.c (mostly line breaks and indenting)Clifford Wolf
2017-07-05Merge pull request #82 from rlutz/masterClifford Wolf
`iceprog' improvements, documentation fixes
2017-07-04iceprog: Keep name space cleanRoland Lutz
2017-07-04iceprog: Remove trailing newlineRoland Lutz
2017-07-04iceprog: Break overlong linesRoland Lutz
2017-07-04iceprog: Fix coding style inconsistenciesRoland Lutz
2017-07-04iceprog: Fix error messagesRoland Lutz
2017-07-04Fix coding style in icepll.ccClifford Wolf
2017-07-04Merge branch 'tannewt'Clifford Wolf
2017-07-04Indenting fixes in icepack.ccClifford Wolf
2017-07-04Correct cram mapping so glbcheck actually passes.Scott Shawcroft
2017-07-04Update PLL DIVF range to be [0,127]C-Elegans
As discussed in issue #83, the range of the DIVF parameter in the iCE40 PLL Usage Guide is incorrectly listed as being 0-63, when it should actually be 0-127 when used in the SIMPLE feedback mode. This however does apply in other feedback modes, where the DIVF range should still be restricted to 0-63
2017-07-03Merge pull request #84 from C-Elegans/pll_divfClifford Wolf
Update PLL DIVF range to be [0,127]
2017-07-02Introduce device class into fuxx workign directories and have glbcheck ↵Scott Shawcroft
handle unsupported 5k tiles ok.
2017-07-02iceprog: Add manpageRoland Lutz
2017-07-02iceprog: Return a meaningful exit statusRoland Lutz