Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | place_sa: Tweak weighting given to timing | David Shah | 2018-06-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | place_sa: Fix temp printing | David Shah | 2018-06-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Print quasi-TNS statistic during placement | David Shah | 2018-06-22 | 2 | -11/+20 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-22 | 19 | -34/+90 | |
| |\ \ | ||||||
| | * | | fixed namespace for gui section | Miodrag Milanovic | 2018-06-22 | 19 | -34/+90 | |
| | | | | ||||||
| * | | | Update README | David Shah | 2018-06-22 | 1 | -5/+2 | |
| |/ / | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-22 | 11 | -13/+122 | |
| |\ \ | ||||||
| | * | | more task control | Miodrag Milanovic | 2018-06-22 | 11 | -7/+67 | |
| | | | | ||||||
| | * | | terminate on close | Miodrag Milanovic | 2018-06-22 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Add ability to terminate running tasks | Miodrag Milanovic | 2018-06-22 | 3 | -11/+58 | |
| | | | | ||||||
| * | | | ice40: Make the packer deterministic | David Shah | 2018-06-22 | 2 | -8/+17 | |
| |/ / | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Fixing 5k bitstream gen and place heuristics | David Shah | 2018-06-22 | 2 | -4/+14 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | | Add total visit counts to router log output | Clifford Wolf | 2018-06-21 | 1 | -0/+11 | |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Updates from clangformat | Clifford Wolf | 2018-06-21 | 4 | -26/+22 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-21 | 18 | -588/+628 | |
|\ \ | | | | | | | | | | | | | # Conflicts: # common/route.cc | |||||
| * | | Added return code to json parsing and pcf reading | Miodrag Milanovic | 2018-06-21 | 6 | -54/+68 | |
| | | | ||||||
| * | | Fixed return codes for packer, placer and router | Miodrag Milanovic | 2018-06-21 | 4 | -187/+207 | |
| | | | ||||||
| * | | log_error now trows exception, main is covering catch | Miodrag Milanovic | 2018-06-21 | 11 | -348/+355 | |
| | | | ||||||
* | | | Work "overtime" to find better solutions in routing search algorithm | Clifford Wolf | 2018-06-21 | 1 | -9/+23 | |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Zero-initialize PortRef budgets | Clifford Wolf | 2018-06-21 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Cleanup parse_json_file API, some other cleanups | Clifford Wolf | 2018-06-21 | 6 | -31/+17 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-21 | 8 | -33/+153 | |
|\ \ | ||||||
| * | | Added task manager and worker thread for ice40 | Miodrag Milanovic | 2018-06-21 | 8 | -32/+147 | |
| | | | ||||||
| * | | Add graphics view in tab | Miodrag Milanovic | 2018-06-21 | 2 | -1/+6 | |
| | | | ||||||
* | | | Add ctx->checksum(), slightly improve log messages | Clifford Wolf | 2018-06-21 | 11 | -3/+171 | |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-21 | 13 | -63/+232 | |
|\ \ | ||||||
| * | | cleanup | Miodrag Milanovic | 2018-06-21 | 5 | -9/+8 | |
| | | | ||||||
| * | | make dummy target work as well | Miodrag Milanovic | 2018-06-21 | 1 | -4/+81 | |
| | | | ||||||
| * | | Make arch specific main window | Miodrag Milanovic | 2018-06-21 | 12 | -58/+151 | |
| | | | ||||||
* | | | Fix build of "dummy" architexture | Clifford Wolf | 2018-06-21 | 1 | -26/+18 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Improve log messages, move many messages to verbose mode | Clifford Wolf | 2018-06-21 | 7 | -48/+36 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Improvements in router | Clifford Wolf | 2018-06-21 | 5 | -65/+158 | |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Add frequency setting and fix slack calculation | David Shah | 2018-06-21 | 3 | -8/+12 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | place_sa: Make the heuristic closer to arachne, seems to improve routability | David Shah | 2018-06-21 | 1 | -11/+20 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | place_sa: Use int64_t for "wirelength" metric | David Shah | 2018-06-21 | 1 | -16/+19 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | place_sa: Reduce effect of rounding errors | David Shah | 2018-06-20 | 1 | -1/+9 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-20 | 4 | -16/+45 | |
|\| | ||||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 17 | -214/+82 | |
| |\ | ||||||
| * | | Improve --tmfuzz mode and iCE40 delay estimator | Clifford Wolf | 2018-06-20 | 4 | -16/+45 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | place_sa: Improvements including supporting force and ordering consistency | David Shah | 2018-06-20 | 3 | -12/+20 | |
| |/ |/| | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | Improving placement timing heuristic | David Shah | 2018-06-20 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | WIP: adding timing budget to placer | David Shah | 2018-06-20 | 4 | -7/+23 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | put some files back and place generated files in special folder for deps | Miodrag Milanovic | 2018-06-20 | 2 | -8/+2 | |
| | | ||||||
* | | Cleanup of cmake files for easier development | Miodrag Milanovic | 2018-06-20 | 6 | -95/+27 | |
| | | ||||||
* | | put source changes for qtpropertybrowser back and make build simple | Miodrag Milanovic | 2018-06-20 | 12 | -111/+16 | |
| | | ||||||
* | | Improving timing annotator | David Shah | 2018-06-20 | 2 | -1/+19 | |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Add "nextpnr-ice40 --tmfuzz" | Clifford Wolf | 2018-06-20 | 3 | -0/+52 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Fix jsonparse compiler warnings, clangformat updates | Clifford Wolf | 2018-06-20 | 2 | -13/+9 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Minor refactoring of router infrastructure | Clifford Wolf | 2018-06-20 | 1 | -78/+102 | |
| | | | | 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> |