| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 1 | -127/+65 |
* | Refactoring bind/unbind API | Clifford Wolf | 2018-06-23 | 1 | -14/+31 |
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright... | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
* | Add total visit counts to router log output | Clifford Wolf | 2018-06-21 | 1 | -0/+11 |
* | Updates from clangformat | Clifford Wolf | 2018-06-21 | 1 | -7/+13 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-21 | 1 | -163/+172 |
|\ |
|
| * | Fixed return codes for packer, placer and router | Miodrag Milanovic | 2018-06-21 | 1 | -161/+171 |
* | | Work "overtime" to find better solutions in routing search algorithm | Clifford Wolf | 2018-06-21 | 1 | -9/+23 |
|/ |
|
* | Add ctx->checksum(), slightly improve log messages | Clifford Wolf | 2018-06-21 | 1 | -0/+2 |
* | Fix build of "dummy" architexture | Clifford Wolf | 2018-06-21 | 1 | -26/+18 |
* | Improve log messages, move many messages to verbose mode | Clifford Wolf | 2018-06-21 | 1 | -0/+1 |
* | Improvements in router | Clifford Wolf | 2018-06-21 | 1 | -64/+148 |
* | Improve --tmfuzz mode and iCE40 delay estimator | Clifford Wolf | 2018-06-20 | 1 | -0/+16 |
* | Add "nextpnr-ice40 --tmfuzz" | Clifford Wolf | 2018-06-20 | 1 | -0/+10 |
* | Minor refactoring of router infrastructure | Clifford Wolf | 2018-06-20 | 1 | -78/+102 |
* | Add better iCE40 delay estimates | Clifford Wolf | 2018-06-20 | 1 | -7/+9 |
* | Add Context::sorted_shuffle API | Clifford Wolf | 2018-06-19 | 1 | -2/+2 |
* | Updates from clangformat | Clifford Wolf | 2018-06-19 | 1 | -3/+6 |
* | Add rng to Context, start using ctx->verbose | Clifford Wolf | 2018-06-19 | 1 | -24/+35 |
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 1 | -4/+6 |
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 1 | -29/+30 |
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 1 | -55/+52 |
* | Improvements in router | Clifford Wolf | 2018-06-18 | 1 | -27/+34 |
* | Improve router log output | Clifford Wolf | 2018-06-17 | 1 | -1/+6 |
* | Improve router log messages | Clifford Wolf | 2018-06-17 | 1 | -3/+29 |
* | Speed up placer | David Shah | 2018-06-17 | 1 | -2/+2 |
* | Minor performance tweaks and fixes | David Shah | 2018-06-17 | 1 | -2/+2 |
* | Tweaking placer and router | David Shah | 2018-06-16 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' into chipdbng | Clifford Wolf | 2018-06-16 | 1 | -0/+1 |
|\ |
|
| * | router: Fixing loop issue | David Shah | 2018-06-16 | 1 | -0/+1 |
* | | Some refactoring of Chip API (prep for chipdb refactoring) | Clifford Wolf | 2018-06-16 | 1 | -20/+26 |
|/ |
|
* | Fix router for routing to the same dest wire twice | Clifford Wolf | 2018-06-15 | 1 | -21/+16 |
* | Add output of estimated total wire delay to router (as metric for placement q... | Clifford Wolf | 2018-06-14 | 1 | -0/+49 |
* | Increase ripup penalties over time | Clifford Wolf | 2018-06-14 | 1 | -2/+8 |
* | Add route-ripup routing loop | Clifford Wolf | 2018-06-14 | 1 | -31/+175 |
* | Refactor position/delay estimation API | Clifford Wolf | 2018-06-14 | 1 | -16/+13 |
* | Improve router error reporting | Clifford Wolf | 2018-06-13 | 1 | -4/+15 |
* | Improve router error messages | Clifford Wolf | 2018-06-13 | 1 | -5/+13 |
* | Add support for CellInfo->pins in router | Clifford Wolf | 2018-06-13 | 1 | -3/+15 |
* | Fix router error handling for unplaced cells | Clifford Wolf | 2018-06-13 | 1 | -2/+5 |
* | Add A*-like optimizations to router | Clifford Wolf | 2018-06-13 | 1 | -21/+66 |
* | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 1 | -10/+13 |
* | Remove pool, dict, vector namespace aliases | Clifford Wolf | 2018-06-11 | 1 | -2/+2 |
* | Adding basic placement constraints | David Shah | 2018-06-09 | 1 | -1/+1 |
* | Add very basic router | Clifford Wolf | 2018-06-09 | 1 | -0/+171 |