aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add BG121 package variant and update docsDavid Shah2018-04-022-6/+198
|
* Merge pull request #108 from rqou/masterClifford Wolf2018-04-015-0/+80
|\ | | | | Better emscripten support
| * Mount NODEFS if using emscripten and nodejsRobert Ou2018-03-315-0/+80
|/ | | | | Mounts root directory on `/hostfs` and the current working directory on `/hostcwd`
* Merge pull request #131 from esden/iceprog_less_magicClifford Wolf2018-03-271-20/+137
|\ | | | | Add MPSSE and Flash command definitions
| * Added some flash command definitions to decrease magic number usage.Piotr Esden-Tempski2018-03-111-9/+49
| |
| * Added some MPSSE command definitions to decrease magic number usage.Piotr Esden-Tempski2018-03-111-11/+88
|/
* Merge pull request #130 from tomverbeure/icepll_optionsClifford Wolf2018-03-101-3/+10
|\ | | | | Add -n <module_name> option
| * Add -n <module_name> optionTom Verbeure2018-03-101-3/+10
|/
* Merge pull request #129 from daveshah1/icetime_ufixClifford Wolf2018-02-281-4/+10
|\ | | | | Fix handling of a port name like CLKHF_FABRIC in icetime
| * Fix handling of a port name like CLKHF_FABRIC in icetimeDavid Shah2018-02-281-4/+10
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Merge pull request #126 from daveshah1/icetime_bfixClifford Wolf2018-02-201-4/+8
|\| | | | | Properly ignore unsupported cell types
| * Properly ignore unsupported cell typesDavid Shah2018-02-191-4/+8
| |
* | Merge pull request #124 from daveshah1/ultraClifford Wolf2018-02-141-2/+26
|\| | | | | Add iCE40 Ultra (ice5lp) support to icepack
| * Add iCE40 Ultra (ice5lp) support to icepackDavid Shah2018-02-131-2/+26
|/
* Merge pull request #123 from daveshah1/up5k_ioClifford Wolf2018-02-131-1/+14
|\ | | | | Add RGB driver LED pins and I³C IOs to chipdb
| * Add UltraPlus I³C IO to chipdbDavid Shah2018-02-091-1/+10
| |
| * Add RGB driver outputs to chipdbDavid Shah2018-02-091-0/+4
| |
* | Fix compiler warning (comparison between signed and unsigned int) in icetimeClifford Wolf2018-02-091-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge pull request #122 from daveshah1/iceprog-up2Clifford Wolf2018-02-091-3/+3
|\ \ | |/ |/| Add out-of-the-box FT232H support (for Upduino 2, etc)
| * Add out-of-the-box FT232H support (for Upduino 2, etc)David Shah2018-02-091-3/+3
|/
* Remove up5k_mac16 "example" and add README to up5k_rgb and icebreakerClifford Wolf2018-02-066-123/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add icebreaker example projectClifford Wolf2018-02-064-0/+153
|
* Merge pull request #119 from daveshah1/up5k_improveClifford Wolf2018-01-3012-3503/+18362
|\ | | | | UltraPlus Timing Analysis Improvements
| * Tidy upDavid Shah2018-01-303-1154/+0
| |
| * Misc UltraPlus fixesDavid Shah2018-01-301-29/+35
| |
| * Updated 5k timing data, icetime regression fixDavid Shah2018-01-296-12479/+13778
| |
| * DSP related fixesDavid Shah2018-01-282-269/+2
| |
| * Working DSP timing analysisDavid Shah2018-01-262-3/+33
| |
| * Work on timing analysis of DSPsDavid Shah2018-01-261-8/+196
| |
| * Parse extra cells in icetimeDavid Shah2018-01-231-1/+50
| |
| * More DSP timing fuzzing, start adding new tiles to icetimeDavid Shah2018-01-223-2/+3710
| |
| * Seperate different DSP configs in timing dataDavid Shah2018-01-2211-2532/+13532
| |
* | Merge pull request #118 from daveshah1/up5k_fix_timingClifford Wolf2018-01-202-143/+88
|\| | | | | Fix 5k Timing Data
| * Fix 5k timing dataDavid Shah2018-01-202-143/+88
|/
* Merge pull request #116 from daveshah1/up5k_misc_fixesClifford Wolf2018-01-1614-10109/+270
|\ | | | | Miscellaneous UltraPlus fixes and improvements
| * Add example for 5k UWG30 packageDavid Shah2018-01-162-0/+39
| |
| * I³C IO reverse engineered and documentedDavid Shah2018-01-163-0/+56
| |
| * Add 5k UWG30 ieren data to dbDavid Shah2018-01-161-1/+5
| |
| * Remove seperate 5k RAM DB and share with 8k insteadDavid Shah2018-01-167-10016/+13
| | | | | | | | | | This should ensure that the 5k RAM routing entries are now complete, fixing #115
| * Add pinout for 5k UWG30 packageDavid Shah2018-01-161-0/+23
| |
| * Add SPI enable bits to docsDavid Shah2018-01-161-0/+4
| |
| * HFOSC trimming infoDavid Shah2018-01-162-1/+20
| |
| * New UltraPlus corner tracing algorithmDavid Shah2018-01-161-87/+86
| |
| * Misc routing tweaksDavid Shah2018-01-161-3/+7
| |
| * Figure out missing SPI config bits, and add to chipdbDavid Shah2018-01-163-2/+18
| |
* | Add "iceprog -e"Clifford Wolf2018-01-021-20/+42
| |
* | Merge pull request #113 from cr1901/nosleepClifford Wolf2017-12-311-20/+65
|\ \ | | | | | | Add option to `icepack` to disable SPI Deep Power-Down command in bitstream.
| * | Enable writing nosleep config bit into output bitstream.William D. Jones2017-12-311-11/+30
| | |
| * | Add nosleep field to FpgaConfig- read_bits recognizes the option.William D. Jones2017-12-311-9/+35
|/ /
* | Merge pull request #112 from mithro/patch-2Clifford Wolf2017-12-091-0/+13
|\ \ | | | | | | Creating COPYING file.