Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement FPGAWidget in modern OpenGL. | Sergiusz Bazanski | 2018-06-22 | 1 | -0/+4 |
| | |||||
* | chipdb.py style fix | Sergiusz Bazanski | 2018-06-20 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -3/+11 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Improving timing annotator | David Shah | 2018-06-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Improve --tmfuzz mode and iCE40 delay estimator | Clifford Wolf | 2018-06-20 | 3 | -16/+29 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "nextpnr-ice40 --tmfuzz" | Clifford Wolf | 2018-06-20 | 1 | -0/+40 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix jsonparse compiler warnings, clangformat updates | Clifford Wolf | 2018-06-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix chipdb UltraPlus wires | David Shah | 2018-06-20 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-20 | 3 | -10/+132 |
|\ | |||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 2 | -0/+32 |
| |\ | |||||
| * | | Changes to estimatePosition API | Clifford Wolf | 2018-06-20 | 2 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add better iCE40 delay estimates | Clifford Wolf | 2018-06-20 | 2 | -6/+129 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Working on the timing annotator | David Shah | 2018-06-20 | 2 | -6/+20 |
| |/ |/| | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Working on the timing budget annnotator | David Shah | 2018-06-20 | 2 | -6/+7 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Adding stubs for delay annotation and cell timing lookup | David Shah | 2018-06-20 | 2 | -0/+31 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Tidying up carry packer a bit | David Shah | 2018-06-19 | 1 | -15/+28 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: WIP SB_CARRY packer | David Shah | 2018-06-19 | 2 | -0/+71 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-19 | 2 | -27/+50 |
|\ | | | | | | | | | | | # Conflicts: # common/place_sa.cc # ice40/arch.h | ||||
| * | Major performance improvement to placement validity check | David Shah | 2018-06-19 | 4 | -32/+60 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Improved log messages in SA placer, minor changes from clangformat | Clifford Wolf | 2018-06-19 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-19 | 2 | -5/+20 |
|\| | |||||
| * | ice40: Improve error reporting for invalid tristate usage | David Shah | 2018-06-19 | 3 | -15/+24 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | ice40: Fix constant packer | David Shah | 2018-06-19 | 1 | -4/+14 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Updates from clangformat | Clifford Wolf | 2018-06-19 | 4 | -16/+25 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add Context::force and "nextpnr-ice40 --force" | Clifford Wolf | 2018-06-19 | 3 | -5/+15 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Don't deduplicate local tracks when counting | David Shah | 2018-06-19 | 1 | -10/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add rng to Context, start using ctx->verbose | Clifford Wolf | 2018-06-19 | 1 | -14/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Refactor Arch/Context design hierarchy | Clifford Wolf | 2018-06-19 | 2 | -23/+20 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Adding support for tristate IO | David Shah | 2018-06-19 | 2 | -3/+22 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Removing deprecated API in cells.cc | David Shah | 2018-06-19 | 1 | -45/+46 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Getting rid of old IdString API users, Add ctx to many internal APIs | Clifford Wolf | 2018-06-18 | 6 | -126/+161 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 2 | -24/+24 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 2 | -3/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Towards IdString as per-context facility | Clifford Wolf | 2018-06-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename chip.h to arch.h | Clifford Wolf | 2018-06-18 | 2 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-18 | 3 | -6/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 11 | -130/+126 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Chip to Arch and ChipArgs to ArchArgs | Clifford Wolf | 2018-06-18 | 6 | -104/+105 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix hash specialisation for BelType and warnings in place_sa.cc | David Shah | 2018-06-18 | 1 | -0/+11 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Improving code style and fixing dummy | David Shah | 2018-06-18 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-17 | 1 | -5/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactore ice40 chipdb to use a super-large C-string as output format | Clifford Wolf | 2018-06-17 | 3 | -27/+85 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Minor chipdb.py improvement | Clifford Wolf | 2018-06-17 | 1 | -2/+17 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbng | Clifford Wolf | 2018-06-17 | 4 | -28/+56 |
|\ | |||||
| * | Minor performance tweaks and fixes | David Shah | 2018-06-17 | 1 | -21/+27 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | ice40: Fixing negative clock bitstream generation | David Shah | 2018-06-17 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | place_sa: Adding seed option | David Shah | 2018-06-17 | 2 | -2/+12 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> |