Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | timing: Add missing std::min | David Shah | 2019-06-23 | 1 | -1/+1 | |
| * | Fix missing \n in log statement. | whitequark | 2019-06-04 | 1 | -1/+1 | |
* | | Preserve ports | Miodrag Milanovic | 2019-06-21 | 1 | -0/+3 | |
* | | 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 | 6 | -32/+45 | |
* | | No need for settings class | Miodrag Milanovic | 2019-06-15 | 11 | -105/+48 | |
* | | enable lading of jsons and setting up context | Miodrag Milanovic | 2019-06-14 | 2 | -2/+25 | |
* | | 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 | 2 | -2/+9 | |
* | | Save settings that we saved in project | Miodrag Milanovic | 2019-06-13 | 1 | -0/+4 | |
* | | Cleanup | Miodrag Milanovic | 2019-06-13 | 1 | -2/+0 | |
* | | Remove concept of project and code connected | Miodrag Milanovic | 2019-06-13 | 4 | -207/+4 | |
* | | Use properties for settings and save in json | Miodrag Milanovic | 2019-06-12 | 3 | -17/+11 | |
* | | Save top level attrs and store current step | Miodrag Milanovic | 2019-06-07 | 1 | -0/+3 | |
* | | Save/restore net strength | Miodrag Milanovic | 2019-06-07 | 1 | -5/+7 | |
* | | Restore routing from json | Miodrag Milanovic | 2019-06-07 | 1 | -1/+21 | |
* | | Cleanup | Miodrag Milanovic | 2019-06-07 | 2 | -4/+5 | |
* | | Cleanup and fixes, flow works now | Miodrag Milanovic | 2019-06-07 | 2 | -20/+31 | |
* | | WIP saving/loading attributes | Miodrag Milanovic | 2019-06-07 | 3 | -50/+70 | |
* | | 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 | |
* | | Added support for attributes/properties types | Miodrag Milanovic | 2019-06-01 | 2 | -3/+38 | |
* | | 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 | |
* | ecp5: Fix USRMCLK primitive | David Shah | 2019-05-10 | 2 | -0/+20 | |
* | Merge pull request #261 from YosysHQ/pygeneric | David Shah | 2019-04-19 | 4 | -12/+157 | |
|\ | ||||||
| * | pybindings: make errors in Python scripts stop nextpnr execution | David Shah | 2019-04-17 | 1 | -2/+6 | |
| * | pybindings: Fix use of import in user scripts | David Shah | 2019-04-17 | 1 | -0/+7 | |
| * | generic: Cell timing support | David Shah | 2019-04-04 | 1 | -3/+3 | |
| * | generic: GUI Python bindings | David Shah | 2019-04-03 | 3 | -2/+34 | |
| * | generic: Simple working example | David Shah | 2019-04-02 | 1 | -8/+25 | |
| * | generic: Place a single SLICE | David Shah | 2019-04-02 | 1 | -30/+5 | |
| * | python: Named argument support | David Shah | 2019-04-02 | 2 | -0/+31 | |
| * | python: Infrastructure for generic arch Python API | David Shah | 2019-04-02 | 2 | -0/+79 | |
* | | timing_opt: Add locks to optimise() | Alyssa Milburn | 2019-04-16 | 1 | -0/+2 | |
* | | clangformat | David Shah | 2019-04-08 | 1 | -6/+9 | |
* | | placer1: Check correctness of incremental updates with --debug | David Shah | 2019-04-08 | 1 | -0/+18 | |
* | | placer1: Improve incremental bounding box updates | David Shah | 2019-04-07 | 1 | -38/+213 | |
* | | common: avoid std::ofstream copy | Janos Farkas | 2019-04-02 | 1 | -2/+2 | |
|/ | ||||||
* | HeAP: Don't call Eigen if system is empty | David Shah | 2019-04-01 | 1 | -1/+2 | |
* | Fix broken header guard | whitequark | 2019-03-25 | 1 | -1/+1 | |
* | HeAP: Make log output more consistent | David Shah | 2019-03-25 | 2 | -5/+9 | |
* | HeAP: Add missing newline | David Shah | 2019-03-25 | 1 | -1/+1 |