Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Read constraints and placing from file | Miodrag Milanovic | 2019-06-02 | 1 | -0/+50 |
| | |||||
* | option to disable packing | Miodrag Milanovic | 2019-06-02 | 1 | -4/+8 |
| | |||||
* | added no-place and no-route options | Miodrag Milanovic | 2019-06-02 | 1 | -12/+22 |
| | |||||
* | Proper save message | Miodrag Milanovic | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Solve issue with nets/cells not visible on load | Miodrag Milanovic | 2019-06-01 | 1 | -1/+1 |
| | |||||
* | Initial work on jsonwrite | Miodrag Milanovic | 2019-05-31 | 1 | -0/+8 |
| | |||||
* | Added explanation, fixes issue #278 | Miodrag Milanovic | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | option to disable anti aliasing in gui | Miodrag Milanovic | 2019-05-25 | 1 | -1/+2 |
| | |||||
* | common: avoid std::ofstream copy | Janos Farkas | 2019-04-02 | 1 | -2/+2 |
| | | | | | Using a copy constructor to set the logfile is the only thing that stops compilation with the libstdc++ shipping with gcc 4.8 (maybe 4.7) | ||||
* | Add --placer option and refactor placer selection | David Shah | 2019-03-24 | 1 | -0/+19 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: New temperature heuristic | David Shah | 2019-03-22 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Make budget-based placement an option | David Shah | 2019-03-22 | 1 | -0/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add flag timing-allow-fail to allow PnR to pass with warning | Miodrag Milanovic | 2019-03-04 | 1 | -0/+5 |
| | |||||
* | timing: Add --ignore-loops option | David Shah | 2019-02-05 | 1 | -0/+6 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | command: Setup logging before attempting to create Context | David Shah | 2018-12-26 | 1 | -14/+14 |
| | | | | | | | This way errors (such as an invalid package type) occurring during Context creation are printed properly. Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Renamed LogLevel members, to prevent issue with system defines on Windows | Miodrag Milanovic | 2018-12-05 | 1 | -5/+5 |
| | |||||
* | Print warning and error count at end of execution | David Shah | 2018-11-26 | 1 | -1/+14 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add nonfatal error support and use for timing failures | David Shah | 2018-11-26 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Refactor log code and add log file support | David Shah | 2018-11-21 | 1 | -7/+19 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | add "randomize-seed" command-line option | Maik Merten | 2018-11-19 | 1 | -0/+10 |
| | |||||
* | common: Allow running Python scripts for all points in flow | David Shah | 2018-10-17 | 1 | -15/+40 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 1 | -1/+2 |
| | |||||
* | Added quiet mode for logging | Miodrag Milanovic | 2018-08-09 | 1 | -0/+5 |
| | |||||
* | Make loading works nice and use settings | Miodrag Milanovic | 2018-08-08 | 1 | -3/+7 |
| | |||||
* | Moved option to common | Miodrag Milanovic | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | clangformat | Miodrag Milanovic | 2018-08-08 | 1 | -2/+2 |
| | |||||
* | sync with master | Miodrag Milanovic | 2018-08-08 | 1 | -0/+1 |
| |