aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-30Allow prefixes in multiple chained statements.Tim 'mithro' Ansell
IE ``` lutff_1 { lutff_1/out -> local_g2_1 -> lutff_1/in_0 local_g2_2 -> lutff_1/in_3 local_g2_7 -> lutff_1/in_2 } ```
2018-05-30Support both `abc/123` and `123` forms of specifying tracks.Tim 'mithro' Ansell
Kind of fixes #145.
2018-05-14Update timeline on websiteClifford Wolf
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-05-13Merge pull request #139 from awygle/lm_iceboxClifford Wolf
Icebox support for ice40 LM
2018-05-13Extact reproducable chipdb-5k.txtClifford Wolf
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-05-13Add chipdb-lm4k.txt to .gitignoreAndrew Wygle
2018-05-13Correct internal global buffers for lm4kAndrew Wygle
2018-05-13Added missing ieren entries for lm4k.Andrew Wygle
Config SPI pins weren't present in ioctrl_lm4k.sh
2018-05-13Add lm4k chipdb to icebox Makefile.Andrew Wygle
2018-05-13Support lm4k in icebox_chipdb.py.Andrew Wygle
2018-05-12Completed first pass at icebox support for lm4k.Andrew Wygle
Needs testing.
2018-05-12[WIP] Added colbuf and gbufin data for LM seriesAndrew Wygle
2018-05-12[WIP] Add partial icebox support for lm4k.Andrew Wygle
2018-05-12Add LM4K to icefuzz Makefile and fuzzconfig.py.Andrew Wygle
2018-05-12Merge pull request #138 from awygle/lm4k_icepackClifford Wolf
LM4K support in icepack and icecube.sh
2018-05-06Add lm4k detection support to icepack.Andrew Wygle
2018-05-06Add LM family support to icecube.shAndrew Wygle
2018-04-24Merge pull request #132 from daveshah1/bg121_docsClifford Wolf
Add BG121 package variant and update docs
2018-04-24Merge pull request #133 from mcmasterg/docClifford Wolf
docs: spelling/grammer
2018-04-09docs: spelling/grammerJohn McMaster
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-04-08Add link to "IceStorm Learners Documentation"Clifford Wolf
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-04-02Add BG121 package variant and update docsDavid Shah
2018-04-01Merge pull request #108 from rqou/masterClifford Wolf
Better emscripten support
2018-03-31Mount NODEFS if using emscripten and nodejsRobert Ou
Mounts root directory on `/hostfs` and the current working directory on `/hostcwd`
2018-03-27Merge pull request #131 from esden/iceprog_less_magicClifford Wolf
Add MPSSE and Flash command definitions
2018-03-11Added some flash command definitions to decrease magic number usage.Piotr Esden-Tempski
2018-03-11Added some MPSSE command definitions to decrease magic number usage.Piotr Esden-Tempski
2018-03-10Merge pull request #130 from tomverbeure/icepll_optionsClifford Wolf
Add -n <module_name> option
2018-03-10Add -n <module_name> optionTom Verbeure
2018-02-28Merge pull request #129 from daveshah1/icetime_ufixClifford Wolf
Fix handling of a port name like CLKHF_FABRIC in icetime
2018-02-28Fix handling of a port name like CLKHF_FABRIC in icetimeDavid Shah
Signed-off-by: David Shah <davey1576@gmail.com>
2018-02-20Merge pull request #126 from daveshah1/icetime_bfixClifford Wolf
Properly ignore unsupported cell types
2018-02-19Properly ignore unsupported cell typesDavid Shah
2018-02-14Merge pull request #124 from daveshah1/ultraClifford Wolf
Add iCE40 Ultra (ice5lp) support to icepack
2018-02-13Add iCE40 Ultra (ice5lp) support to icepackDavid Shah
2018-02-13Merge pull request #123 from daveshah1/up5k_ioClifford Wolf
Add RGB driver LED pins and I³C IOs to chipdb
2018-02-09Fix compiler warning (comparison between signed and unsigned int) in icetimeClifford Wolf
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-09Add UltraPlus I³C IO to chipdbDavid Shah
2018-02-09Merge pull request #122 from daveshah1/iceprog-up2Clifford Wolf
Add out-of-the-box FT232H support (for Upduino 2, etc)
2018-02-09Add out-of-the-box FT232H support (for Upduino 2, etc)David Shah
2018-02-09Add RGB driver outputs to chipdbDavid Shah
2018-02-06Remove up5k_mac16 "example" and add README to up5k_rgb and icebreakerClifford Wolf
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-06Add icebreaker example projectClifford Wolf
2018-01-30Merge pull request #119 from daveshah1/up5k_improveClifford Wolf
UltraPlus Timing Analysis Improvements
2018-01-30Tidy upDavid Shah
2018-01-30Misc UltraPlus fixesDavid Shah
2018-01-29Updated 5k timing data, icetime regression fixDavid Shah
2018-01-28DSP related fixesDavid Shah
2018-01-26Working DSP timing analysisDavid Shah
2018-01-26Work on timing analysis of DSPsDavid Shah