| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ice40: Carry packer bugfix | David Shah | 2018-06-27 | 1 | -0/+1 |
* | Improving debugability | David Shah | 2018-06-27 | 1 | -0/+1 |
* | Improving post-ripup placement in the legaliser | David Shah | 2018-06-27 | 1 | -1/+1 |
* | reinit python tab | Miodrag Milanovic | 2018-06-27 | 1 | -9/+5 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-26 | 1 | -1/+1 |
|\ |
|
| * | Make GUI use recreated context | Miodrag Milanovic | 2018-06-26 | 1 | -1/+1 |
* | | Carry chains now routable | David Shah | 2018-06-26 | 1 | -1/+1 |
|/ |
|
* | Working on debugging the carry legaliser | David Shah | 2018-06-26 | 1 | -0/+2 |
* | Refactor: remove PlacementValidityChecker and move methods to Arch | David Shah | 2018-06-25 | 1 | -4/+6 |
* | added project saving and loading | Miodrag Milanovic | 2018-06-24 | 1 | -0/+71 |
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 1 | -52/+27 |
* | Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options, | Miodrag Milanovic | 2018-06-23 | 1 | -6/+24 |
* | place_sa: Add option to disable timing-driven placement | David Shah | 2018-06-23 | 1 | -2/+5 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl | Sergiusz Bazanski | 2018-06-22 | 1 | -5/+3 |
|\ |
|
| * | Added custom QApplication implementation | Miodrag Milanovic | 2018-06-22 | 1 | -1/+2 |
| * | Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright... | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl | Sergiusz Bazanski | 2018-06-22 | 1 | -223/+248 |
|\| |
|
| * | fixed namespace for gui section | Miodrag Milanovic | 2018-06-22 | 1 | -0/+2 |
| * | Added return code to json parsing and pcf reading | Miodrag Milanovic | 2018-06-21 | 1 | -2/+4 |
| * | log_error now trows exception, main is covering catch | Miodrag Milanovic | 2018-06-21 | 1 | -231/+241 |
| * | Cleanup parse_json_file API, some other cleanups | Clifford Wolf | 2018-06-21 | 1 | -1/+1 |
| * | Improvements in router | Clifford Wolf | 2018-06-21 | 1 | -0/+6 |
| * | Add frequency setting and fix slack calculation | David Shah | 2018-06-21 | 1 | -1/+6 |
* | | Reimplement FPGAWidget in modern OpenGL. | Sergiusz Bazanski | 2018-06-22 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 1 | -3/+11 |
|\ |
|
| * | WIP: adding timing budget to placer | David Shah | 2018-06-20 | 1 | -2/+10 |
| * | Improving timing annotator | David Shah | 2018-06-20 | 1 | -1/+1 |
* | | Improve --tmfuzz mode and iCE40 delay estimator | Clifford Wolf | 2018-06-20 | 1 | -7/+12 |
|/ |
|
* | Add "nextpnr-ice40 --tmfuzz" | Clifford Wolf | 2018-06-20 | 1 | -0/+40 |
* | Fix jsonparse compiler warnings, clangformat updates | Clifford Wolf | 2018-06-20 | 1 | -1/+1 |
* | Working on the timing annotator | David Shah | 2018-06-20 | 1 | -1/+2 |
* | Add Context::force and "nextpnr-ice40 --force" | Clifford Wolf | 2018-06-19 | 1 | -3/+12 |
* | Add rng to Context, start using ctx->verbose | Clifford Wolf | 2018-06-19 | 1 | -14/+10 |
* | Getting rid of old IdString API users, Add ctx to many internal APIs | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 1 | -15/+14 |
* | Rename Chip to Arch and ChipArgs to ArchArgs | Clifford Wolf | 2018-06-18 | 1 | -16/+16 |
* | place_sa: Adding seed option | David Shah | 2018-06-17 | 1 | -1/+11 |
* | General reformatting | David Shah | 2018-06-17 | 1 | -1/+1 |
* | Improving the placer output | David Shah | 2018-06-17 | 1 | -0/+2 |
* | ice40: Fixing build | David Shah | 2018-06-17 | 1 | -1/+1 |
* | place: Tidying up the SA placer | David Shah | 2018-06-16 | 1 | -1/+1 |
* | experiment: Simple heuristic-based placer | David Shah | 2018-06-16 | 1 | -1/+1 |
* | Add route-ripup routing loop | Clifford Wolf | 2018-06-14 | 1 | -1/+1 |
* | Add A*-like optimizations to router | Clifford Wolf | 2018-06-13 | 1 | -1/+7 |
* | ice40: Add a PCF parser | David Shah | 2018-06-13 | 1 | -0/+9 |
* | ice40: Add package selection | David Shah | 2018-06-13 | 1 | -3/+14 |
* | Simple IO buffer insertion, enable packer by default | David Shah | 2018-06-13 | 1 | -4/+1 |
* | Write tests to replace -test option from main | Miodrag Milanovic | 2018-06-12 | 1 | -61/+0 |
* | reveresed logic for enabling main file, and made tests link arch files | Miodrag Milanovic | 2018-06-12 | 1 | -1/+1 |
* | ice40: Debugging the packer | David Shah | 2018-06-12 | 1 | -2/+12 |