Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrating SA placer and legaliser | David Shah | 2018-06-29 | 3 | -4/+65 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat cleanup | Miodrag Milanovic | 2018-06-28 | 1 | -6/+4 |
| | |||||
* | reinit python tab | Miodrag Milanovic | 2018-06-27 | 1 | -8/+5 |
| | |||||
* | Make GUI use recreated context | Miodrag Milanovic | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Refactor: remove PlacementValidityChecker and move methods to Arch | David Shah | 2018-06-25 | 5 | -79/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | added project saving and loading | Miodrag Milanovic | 2018-06-24 | 1 | -0/+3 |
| | |||||
* | Update from increased clangformat line length | David Shah | 2018-06-23 | 1 | -4/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat cleanup | Miodrag Milanovic | 2018-06-23 | 1 | -15/+8 |
| | |||||
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 2 | -12/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-23 | 2 | -5/+28 |
|\ | |||||
| * | Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options, | Miodrag Milanovic | 2018-06-23 | 2 | -5/+28 |
| | | |||||
* | | Refactoring bind/unbind API | Clifford Wolf | 2018-06-23 | 2 | -21/+21 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added custom QApplication implementation | Miodrag Milanovic | 2018-06-22 | 1 | -1/+2 |
| | |||||
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵ | Clifford Wolf | 2018-06-22 | 6 | -6/+6 |
| | | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | log_error now trows exception, main is covering catch | Miodrag Milanovic | 2018-06-21 | 1 | -78/+87 |
| | |||||
* | Cleanup parse_json_file API, some other cleanups | Clifford Wolf | 2018-06-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->checksum(), slightly improve log messages | Clifford Wolf | 2018-06-21 | 2 | -0/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-21 | 1 | -4/+83 |
|\ | |||||
| * | cleanup | Miodrag Milanovic | 2018-06-21 | 1 | -0/+2 |
| | | |||||
| * | make dummy target work as well | Miodrag Milanovic | 2018-06-21 | 1 | -4/+81 |
| | | |||||
* | | Improvements in router | Clifford Wolf | 2018-06-21 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 2 | -0/+25 |
|\ | |||||
| * | Working on the timing budget annnotator | David Shah | 2018-06-20 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Adding stubs for delay annotation and cell timing lookup | David Shah | 2018-06-20 | 2 | -0/+25 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Changes to estimatePosition API | Clifford Wolf | 2018-06-20 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add better iCE40 delay estimates | Clifford Wolf | 2018-06-20 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Major performance improvement to placement validity check | David Shah | 2018-06-19 | 2 | -9/+20 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Refactor Arch/Context design hierarchy | Clifford Wolf | 2018-06-19 | 2 | -6/+13 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 2 | -1/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Towards IdString as per-context facility | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
| | | | | 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 | 1 | -8/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 3 | -6/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Chip to Arch and ChipArgs to ArchArgs | Clifford Wolf | 2018-06-18 | 4 | -47/+45 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improving code style and fixing dummy | David Shah | 2018-06-18 | 2 | -0/+8 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Some refactoring of Chip API (prep for chipdb refactoring) | Clifford Wolf | 2018-06-16 | 2 | -8/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactor position/delay estimation API | Clifford Wolf | 2018-06-14 | 2 | -37/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Update chip Graphics API | Clifford Wolf | 2018-06-13 | 2 | -5/+11 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-13 | 1 | -1/+1 |
|\ | |||||
| * | reveresed logic for enabling main file, and made tests link arch files | Miodrag Milanovic | 2018-06-12 | 1 | -1/+1 |
| | | |||||
* | | Redesign PosInfo API | Clifford Wolf | 2018-06-13 | 2 | -3/+46 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add fast IdString <-> PortPin conversion | Clifford Wolf | 2018-06-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix NEXTPNR_NAMESPACE | Clifford Wolf | 2018-06-12 | 2 | -0/+8 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-12 | 2 | -0/+57 |
|\ | |||||
| * | Implement the placement validity checker | David Shah | 2018-06-12 | 2 | -0/+57 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 4 | -0/+14 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "nextpnr.h" | Clifford Wolf | 2018-06-11 | 4 | -8/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove pool, dict, vector namespace aliases | Clifford Wolf | 2018-06-11 | 2 | -42/+51 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add conflicting=false argument to bind getters | Clifford Wolf | 2018-06-11 | 2 | -6/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |