Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change help message | Miodrag Milanovic | 2022-05-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #278 from davidthings/master | Miodrag Milanović | 2022-05-30 | 1 | -4/+11 |
|\ | | | | | Add an option (-p) to icepll to force use of SB_PLL40_PAD | ||||
| * | Add an option (-p) to force use of SB_PLL40_PAD | David Williams | 2021-02-05 | 1 | -4/+11 |
| | | | | | | | | | | | | When a clock is applied to a dedicated clock pin, SB_PLL40_CORE is no longer the correct primitive to use. Also the name of the clock input must be PACKAGEPIN (rather than REFERENCECLK) | ||||
* | | Add more build products to .gitignore. | whitequark | 2021-03-05 | 1 | -0/+1 |
|/ | |||||
* | Fix compiler warning in icepll | Claire Wolf | 2020-04-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 1 | -6/+6 |
| | |||||
* | Add iteration over list of frequencies for best solution | Mats Engstrom | 2019-12-31 | 1 | -54/+153 |
| | | | | | | | | | This patch adds support for icepll to try multiple input frequencies to find the best crystal for the desired output frequency. The values tested comes either from a specified file using-B, or from a default set of frequencies from Mousers "normally stocked" crystal oscillators. | ||||
* | icepll: Add support for writing output data to stdout | Michael Buesch | 2019-05-26 | 1 | -14/+34 |
| | |||||
* | icepll: Avoid segmentation fault, if opening of output file fails | Michael Buesch | 2019-05-26 | 1 | -0/+7 |
| | |||||
* | icepll: In quiet mode don't print info about target file name | Michael Buesch | 2019-05-25 | 1 | -1/+2 |
| | |||||
* | Mount NODEFS if using emscripten and nodejs | Robert Ou | 2018-03-31 | 1 | -0/+16 |
| | | | | | Mounts root directory on `/hostfs` and the current working directory on `/hostcwd` | ||||
* | Add -n <module_name> option | Tom Verbeure | 2018-03-10 | 1 | -3/+10 |
| | |||||
* | Fix up build system to work with emscripten | Robert Ou | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into ice5k | Clifford Wolf | 2017-07-31 | 1 | -2/+2 |
|\ | |||||
| * | makefile: Make install target work for Windows | Robert Ou | 2017-07-16 | 1 | -2/+2 |
| | | |||||
* | | Fix coding style in icepll.cc | Clifford Wolf | 2017-07-04 | 1 | -8/+4 |
|/ | |||||
* | Update PLL DIVF range to be [0,127] | C-Elegans | 2017-06-24 | 1 | -1/+10 |
| | | | | | | | | 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 | ||||
* | Remove trailing comma in icepll module output. | Josh Headapohl | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | Clean up Makefiles | Elvira Khabirova | 2017-02-12 | 1 | -3/+1 |
| | |||||
* | icepll: changes according to cliffordwolf/icestorm#67: | Matthias | 2017-02-04 | 1 | -3/+1 |
| | | | | | * corrected getopt argument * removed PLLOUT_SELECT("GENCLK") from output | ||||
* | icepll: added -m option to choose between saving Verilog header or module | Matthias | 2017-02-02 | 1 | -47/+91 |
| | |||||
* | icepll: added -f option to export configuration as Verilog module | Matthias | 2017-02-01 | 1 | -2/+58 |
| | |||||
* | icepll: added -q option to suppress output to stdout | Matthias | 2017-02-01 | 1 | -16/+26 |
| | |||||
* | Fixed icepll divf range | Clifford Wolf | 2016-12-17 | 1 | -1/+1 |
| | |||||
* | Added FILTER_RANGE support to icepll | Clifford Wolf | 2016-05-15 | 1 | -0/+11 |
| | |||||
* | Added Makefile support for "make STATIC=1" | Clifford Wolf | 2016-03-02 | 1 | -0/+4 |
| | |||||
* | fix a few spelling errors | Ruben Undheim | 2016-02-27 | 1 | -2/+2 |
| | |||||
* | Added/improved support for mxe-based win32 cross builds | Clifford Wolf | 2016-02-14 | 2 | -3/+7 |
| | |||||
* | Added "icepll" PLL parameters calculator | Clifford Wolf | 2016-01-04 | 3 | -0/+199 |