| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-20 | 12 | -39/+209 |
|\ |
|
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 11 | -1/+231 |
| |\ |
|
| | * | Added context menus for python and info tab | Miodrag Milanovic | 2018-06-20 | 4 | -0/+43 |
| * | | Updates from clangformat | Clifford Wolf | 2018-06-20 | 2 | -9/+9 |
| * | | Changes to estimatePosition API | Clifford Wolf | 2018-06-20 | 5 | -18/+18 |
| * | | Add better iCE40 delay estimates | Clifford Wolf | 2018-06-20 | 5 | -18/+145 |
* | | | Working on the timing annotator | David Shah | 2018-06-20 | 3 | -7/+23 |
| |/
|/| |
|
* | | Working on the timing budget annnotator | David Shah | 2018-06-20 | 5 | -17/+70 |
* | | Another stub delay calculation function | David Shah | 2018-06-20 | 2 | -4/+23 |
* | | Adding stubs for delay annotation and cell timing lookup | David Shah | 2018-06-20 | 8 | -6/+119 |
* | | place_sa: Set placement strengths | David Shah | 2018-06-20 | 1 | -1/+3 |
|/ |
|
* | Add PlaceStrength | Clifford Wolf | 2018-06-20 | 1 | -1/+16 |
* | place_sa: Refactor to put SA placer in its own class | David Shah | 2018-06-20 | 1 | -356/+360 |
* | Added custom line editor with history | Miodrag Milanovic | 2018-06-20 | 5 | -17/+124 |
* | json: Make the JSON parser deterministic | David Shah | 2018-06-19 | 1 | -6/+8 |
* | Better compiler flags, Release build per default | Clifford Wolf | 2018-06-19 | 1 | -3/+3 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-19 | 1 | -15/+28 |
|\ |
|
| * | ice40: Tidying up carry packer a bit | David Shah | 2018-06-19 | 1 | -15/+28 |
* | | Add Context::sorted_shuffle API | Clifford Wolf | 2018-06-19 | 2 | -2/+9 |
|/ |
|
* | ice40: WIP SB_CARRY packer | David Shah | 2018-06-19 | 2 | -0/+71 |
* | Improve "initial placement" log messages in placer_sa | Clifford Wolf | 2018-06-19 | 1 | -6/+9 |
* | place_sa: Add log output during initial placement | David Shah | 2018-06-19 | 1 | -0/+7 |
* | Small gui improvements and open json functionality | Miodrag Milanovic | 2018-06-19 | 6 | -16/+62 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-19 | 5 | -43/+80 |
|\ |
|
| * | Major performance improvement to placement validity check | David Shah | 2018-06-19 | 7 | -53/+98 |
* | | Improved log messages in SA placer, minor changes from clangformat | Clifford Wolf | 2018-06-19 | 2 | -14/+31 |
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-19 | 3 | -52/+34 |
|\| |
|
| * | place_sa: Use context-wide rng | David Shah | 2018-06-19 | 1 | -47/+14 |
| * | ice40: Improve error reporting for invalid tristate usage | David Shah | 2018-06-19 | 3 | -15/+24 |
| * | ice40: Fix constant packer | David Shah | 2018-06-19 | 1 | -4/+14 |
* | | Updates from clangformat | Clifford Wolf | 2018-06-19 | 7 | -35/+46 |
* | | Add Context::force and "nextpnr-ice40 --force" | Clifford Wolf | 2018-06-19 | 6 | -7/+19 |
|/ |
|
* | ice40: Don't deduplicate local tracks when counting | David Shah | 2018-06-19 | 2 | -12/+11 |
* | Add rng to Context, start using ctx->verbose | Clifford Wolf | 2018-06-19 | 6 | -42/+101 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-19 | 3 | -50/+50 |
|\ |
|
| * | ice40: More IdString API updates | David Shah | 2018-06-19 | 3 | -50/+50 |
* | | Refactor Arch/Context design hierarchy | Clifford Wolf | 2018-06-19 | 6 | -51/+68 |
|/ |
|
* | ice40: Adding support for tristate IO | David Shah | 2018-06-19 | 3 | -20/+46 |
* | ice40: Removing deprecated API in cells.cc | David Shah | 2018-06-19 | 1 | -45/+46 |
* | Getting rid of old IdString API users, Add ctx to many internal APIs | Clifford Wolf | 2018-06-18 | 9 | -151/+191 |
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 2 | -72/+75 |
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 6 | -48/+50 |
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 8 | -65/+80 |
* | Updates from clangformat | Clifford Wolf | 2018-06-18 | 2 | -20/+35 |
* | Deprecate old IdString API with implizit global context | Clifford Wolf | 2018-06-18 | 1 | -12/+12 |
* | Towards IdString as per-context facility | Clifford Wolf | 2018-06-18 | 5 | -53/+107 |
* | Fixed include of "design.h" in "route.h" | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
* | Move contents of design.h to nextpnr.h | Clifford Wolf | 2018-06-18 | 3 | -107/+59 |
* | Merge branch 'refactor' | Clifford Wolf | 2018-06-18 | 40 | -615/+591 |
|\ |
|
| * | Rename chip.h to arch.h | Clifford Wolf | 2018-06-18 | 5 | -3/+3 |