Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parallel_refine: New, parallelised placement refinement pass | gatecat | 2022-03-03 | 1 | -0/+11 |
| | |||||
* | router1: Experimental timing-driven ripup support | gatecat | 2021-12-18 | 1 | -3/+5 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | common: Improved the random seed initialisation for the context | dx-mon | 2021-11-19 | 1 | -6/+4 |
| | |||||
* | Code formatting | Maciej Kurc | 2021-09-29 | 1 | -2/+1 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added a commandline option controlled writeout of per-net timing details | Maciej Kurc | 2021-09-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Moved timing result report storage to the context, added its writeout to the ↵ | Maciej Kurc | 2021-09-28 | 1 | -8/+0 |
| | | | | | | current utilization and fmax report Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added writing a CSV report with timing analysis of each net branch | Maciej Kurc | 2021-09-28 | 1 | -0/+8 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | command: Allow running Python on failure for state introspection | gatecat | 2021-09-16 | 1 | -0/+15 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | router2: Add experimental timing-driven ripup option | gatecat | 2021-08-15 | 1 | -0/+4 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | common: Add JSON timing and utilisation report | gatecat | 2021-07-29 | 1 | -0/+11 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Preserve ArchArgs and reinit Context when applicable in GUI | Miodrag Milanovic | 2021-06-30 | 1 | -9/+0 |
| | |||||
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -2/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | gui: Don't destroy context when loading JSON | gatecat | 2021-06-07 | 1 | -8/+13 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Use hashlib in most remaining code | gatecat | 2021-06-02 | 1 | -2/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | router2: Add heatmap by routing resource type | gatecat | 2021-05-20 | 1 | -0/+5 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | command: Allow debug output for just placer or router | gatecat | 2021-05-11 | 1 | -0/+11 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | clangformat | gatecat | 2021-02-19 | 1 | -1/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Expose ice40 arch placer-heap internal parameters. | Balint Cristian | 2021-02-18 | 1 | -0/+28 |
| | |||||
* | Add design_loaded state variable. | Keith Rothman | 2021-02-11 | 1 | -1/+1 |
| | | | | | | | This is to decouple the command line flag "--json" and enable other frontend's. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | command.cc: Improve help text | David Shah | 2020-12-27 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Python code cleanup | Miodrag Milanovic | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | clangformat | David Shah | 2020-11-14 | 1 | -4/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Preserve cmd parameters when loading json from GUI | Miodrag Milanovic | 2020-09-04 | 1 | -1/+5 |
| | |||||
* | Only print filenames for now, default on | Ross Schlaikjer | 2020-08-30 | 1 | -9/+4 |
| | |||||
* | Add option to print critical path source code | Ross Schlaikjer | 2020-08-30 | 1 | -0/+11 |
| | | | | | | | In order to make debugging the critical path easier, add an option that will log the location each net was defined, if known. If the file that contains the definition is known, and is readable, also print the part of the source HDL responsible for the signal definition. | ||||
* | Add missing --top option | David Shah | 2020-05-09 | 1 | -0/+5 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | command.cc: Use correct constant for default router | Rangel Ivanov | 2020-04-04 | 1 | -1/+1 |
| | | | | | | Otherwise --help reports that the default router is heap Signed-off-by: Rangel Ivanov <rangelivanov88@gmail.com> | ||||
* | svg: Basic SVG graphics rendering | David Shah | 2020-02-15 | 1 | -0/+7 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Allow selection of router algorithm | David Shah | 2020-02-03 | 1 | -0/+17 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Change version to git describe and make set-able from outside | Tobias Müller | 2020-01-11 | 1 | -2/+2 |
| | | | | | | | Change version to use git describe instead of git log as this will also work if tags are present and make the version string set-able from outside as a parameter to cmake, so that package managers can set this if building outside of a git working tree. | ||||
* | json: Remove legacy frontend | David Shah | 2019-12-27 | 1 | -23/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | command: Use new frontend experimentally | David Shah | 2019-12-27 | 1 | -2/+11 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | frontend/base: Top module handling | David Shah | 2019-12-27 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | sdf: Working on support for CVC | David Shah | 2019-10-24 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | sdf: Add basic support for writing SDF files | David Shah | 2019-10-19 | 1 | -0/+10 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -10/+10 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 1 | -11/+11 |
| | |||||
* | default placement only if not set | Miodrag Milanovic | 2019-06-15 | 1 | -3/+3 |
| | |||||
* | use save seed | Miodrag Milanovic | 2019-06-15 | 1 | -0/+3 |
| | |||||
* | moved some context variables to settings | Miodrag Milanovic | 2019-06-15 | 1 | -6/+15 |
| | |||||
* | No need for settings class | Miodrag Milanovic | 2019-06-15 | 1 | -12/+10 |
| | |||||
* | enable lading of jsons and setting up context | Miodrag Milanovic | 2019-06-14 | 1 | -1/+23 |
| | |||||
* | gui for json write and proper statuses | Miodrag Milanovic | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Load properties from json and propagate to context create | Miodrag Milanovic | 2019-06-13 | 1 | -1/+8 |
| | |||||
* | Save settings that we saved in project | Miodrag Milanovic | 2019-06-13 | 1 | -0/+4 |
| | |||||
* | Remove concept of project and code connected | Miodrag Milanovic | 2019-06-13 | 1 | -14/+2 |
| | |||||
* | Cleanup and fixes, flow works now | Miodrag Milanovic | 2019-06-07 | 1 | -16/+0 |
| | |||||
* | WIP saving/loading attributes | Miodrag Milanovic | 2019-06-07 | 1 | -50/+1 |
| | |||||
* | Support ecp5 read write additional cell info | Miodrag Milanovic | 2019-06-03 | 1 | -4/+17 |
| | |||||
* | use NEXTPNR_BEL, since BEL is initial placement | Miodrag Milanovic | 2019-06-02 | 1 | -1/+1 |
| |