Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Only print filenames for now, default on | Ross Schlaikjer | 2020-08-30 | 3 | -67/+13 | |
| * | Add option to print critical path source code | Ross Schlaikjer | 2020-08-30 | 3 | -0/+94 | |
|/ | ||||||
* | CMake: fix Windows-ism in status message | whitequark | 2020-08-26 | 1 | -1/+1 | |
* | Merge pull request #491 from cr1901/chipdb-msg | whitequark | 2020-08-23 | 2 | -2/+2 | |
|\ | ||||||
| * | Fix MESSAGE indicating where externally-built .bbas live. | William D. Jones | 2020-08-22 | 2 | -2/+2 | |
|/ | ||||||
* | clangformat | David Shah | 2020-08-20 | 2 | -2/+4 | |
* | Merge pull request #489 from YosysHQ/dave/ecp5-fix-ioddrx2 | David Shah | 2020-08-13 | 1 | -8/+8 | |
|\ | ||||||
| * | ecp5: Fix how ODDRX2 SCLK/RST are set | David Shah | 2020-08-13 | 1 | -8/+8 | |
* | | Merge pull request #488 from YosysHQ/dave/port_fanin_fix | David Shah | 2020-08-12 | 1 | -2/+17 | |
|\ \ | ||||||
| * | | timing: Fix counting of fanin in out-of-context mode | David Shah | 2020-08-12 | 1 | -2/+17 | |
| |/ | ||||||
* | | Merge pull request #487 from YosysHQ/dave/hierfix | David Shah | 2020-08-12 | 2 | -1/+8 | |
|\ \ | |/ |/| | ||||||
| * | ecp5: Run fixupHierarchy after packing | David Shah | 2020-08-12 | 1 | -0/+1 | |
| * | Add a warning when floorplan constraint doesn't match | David Shah | 2020-08-12 | 1 | -1/+7 | |
|/ | ||||||
* | Merge pull request #485 from YosysHQ/exception_translation | Miodrag Milanović | 2020-08-08 | 1 | -1/+7 | |
|\ | ||||||
| * | Made proper exception translation | Miodrag Milanovic | 2020-08-07 | 1 | -1/+7 | |
|/ | ||||||
* | Merge pull request #477 from YosysHQ/pybind11 | David Shah | 2020-07-27 | 195 | -335/+41444 | |
|\ | ||||||
| * | clangformat | Miodrag Milanovic | 2020-07-25 | 5 | -45/+57 | |
| * | pycontainers: Fix kv-pair-iter type | David Shah | 2020-07-24 | 1 | -9/+19 | |
| * | fix whitespace | Miodrag Milanovic | 2020-07-24 | 1 | -4/+4 | |
| * | exception translation | Miodrag Milanovic | 2020-07-24 | 1 | -7/+1 | |
| * | Fixed named arguments | Miodrag Milanovic | 2020-07-24 | 1 | -4/+3 | |
| * | proper argument propagation | Miodrag Milanovic | 2020-07-24 | 2 | -36/+38 | |
| * | proper ctx export | Miodrag Milanovic | 2020-07-23 | 2 | -2/+2 | |
| * | possible fix | Miodrag Milanovic | 2020-07-23 | 1 | -6/+4 | |
| * | Needed by python lib itself for static | Miodrag Milanovic | 2020-07-23 | 1 | -0/+5 | |
| * | Initial conversion to pybind11 | Miodrag Milanovic | 2020-07-23 | 9 | -305/+223 | |
| * | Add pybind11 2.5 source | Miodrag Milanovic | 2020-07-23 | 186 | -0/+41171 | |
|/ | ||||||
* | Merge pull request #474 from rroohhh/master | Miodrag Milanović | 2020-07-16 | 1 | -1/+1 | |
|\ | ||||||
| * | readme: fix typo ICEBOX -> ICESTORM | Robin Ole Heinemann | 2020-07-16 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #473 from YosysHQ/dave/lpf-param-check | David Shah | 2020-07-13 | 1 | -0/+8 | |
|\ | ||||||
| * | ecp5: Add a warning for unknown LPF IOBUF attrs | David Shah | 2020-07-13 | 1 | -0/+8 | |
|/ | ||||||
* | ci: Bump prjtrellis version | David Shah | 2020-07-13 | 1 | -1/+1 | |
* | Merge pull request #472 from YosysHQ/ecp5-sysconfig | David Shah | 2020-07-13 | 5 | -4/+58 | |
|\ | ||||||
| * | ecp5: Add SYSCONFIG settings to bitstream | David Shah | 2020-07-12 | 4 | -3/+38 | |
| * | ecp5: Add parsing of SYSCONFIG line in LPF | David Shah | 2020-07-12 | 1 | -1/+20 | |
* | | Merge pull request #471 from smunaut/fix-pll-gbio-conflict | David Shah | 2020-07-12 | 1 | -1/+2 | |
|\ \ | |/ |/| | ||||||
| * | ice40: If IO is used by SB_GB_IO, can't use it for PLL | Sylvain Munaut | 2020-07-09 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #469 from YosysHQ/new_parts_fixes | Miodrag Milanović | 2020-07-08 | 5 | -16/+43 | |
|\ | ||||||
| * | Fixes for new part types | Miodrag Milanovic | 2020-07-08 | 5 | -16/+43 | |
|/ | ||||||
* | Merge pull request #468 from YosysHQ/support_hx4k | David Shah | 2020-07-08 | 4 | -23/+121 | |
|\ | ||||||
| * | Use proper names in GUI | Miodrag Milanovic | 2020-07-08 | 2 | -24/+24 | |
| * | Support rest of parts | Miodrag Milanovic | 2020-07-08 | 4 | -13/+64 | |
| * | Missed adding option | Miodrag Milanovic | 2020-07-08 | 1 | -0/+2 | |
| * | Adding LP4K as well | Miodrag Milanovic | 2020-07-08 | 4 | -3/+18 | |
| * | Support 4K parts directly | Miodrag Milanovic | 2020-07-08 | 4 | -5/+35 | |
|/ | ||||||
* | Fix assert, check should be other way arround | Miodrag Milanovic | 2020-07-06 | 1 | -1/+1 | |
* | Merge pull request #463 from YosysHQ/fix-archcheck | David Shah | 2020-07-02 | 7 | -9/+21 | |
|\ | ||||||
| * | ci: Run --test architecture checks | David Shah | 2020-06-29 | 2 | -0/+7 | |
| * | ci: Bump trellis and icestorm versions to latest | David Shah | 2020-06-29 | 1 | -3/+3 | |
| * | ecp5: Fix getTileBelDimZ | David Shah | 2020-06-29 | 1 | -2/+3 |