Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #261 from YosysHQ/pygeneric | David Shah | 2019-04-19 | 4 | -12/+157 |
|\ | | | | | Python API for generic architecture | ||||
| * | pybindings: make errors in Python scripts stop nextpnr execution | David Shah | 2019-04-17 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | pybindings: Fix use of import in user scripts | David Shah | 2019-04-17 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | generic: Cell timing support | David Shah | 2019-04-04 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | generic: GUI Python bindings | David Shah | 2019-04-03 | 3 | -2/+34 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | generic: Simple working example | David Shah | 2019-04-02 | 1 | -8/+25 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | generic: Place a single SLICE | David Shah | 2019-04-02 | 1 | -30/+5 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | python: Named argument support | David Shah | 2019-04-02 | 2 | -0/+31 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | python: Infrastructure for generic arch Python API | David Shah | 2019-04-02 | 2 | -0/+79 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | timing_opt: Add locks to optimise() | Alyssa Milburn | 2019-04-16 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Alyssa Milburn <amilburn@zall.org> | ||||
* | | clangformat | David Shah | 2019-04-08 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | placer1: Check correctness of incremental updates with --debug | David Shah | 2019-04-08 | 1 | -0/+18 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | placer1: Improve incremental bounding box updates | David Shah | 2019-04-07 | 1 | -38/+213 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | 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) | ||||
* | HeAP: Don't call Eigen if system is empty | David Shah | 2019-04-01 | 1 | -1/+2 |
| | | | | | | Fixes #259 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | 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 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Add missing newline | David Shah | 2019-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Restore old weighting in budget-based mode | David Shah | 2019-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Per-iteration output all on one line | David Shah | 2019-03-24 | 1 | -7/+5 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add --placer option and refactor placer selection | David Shah | 2019-03-24 | 2 | -8/+38 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Fix regression moving chained cells pre-legalise | David Shah | 2019-03-23 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat | David Shah | 2019-03-22 | 2 | -4/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Only get criticalities when in timing-driven mode | David Shah | 2019-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | common: Add early return path to getNetinfoRouteDelay for fully unrouted nets | David Shah | 2019-03-22 | 1 | -0/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Add PlacerHeapCfg | David Shah | 2019-03-22 | 3 | -9/+37 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Make HeAP placer optional | David Shah | 2019-03-22 | 1 | -0/+16 |
| | | | | | | | | | | | | | A CMake option 'BUILD_HEAP' (default on) configures building of the HeAP placer and the associated Eigen3 dependency. Default for the iCE40 is SA placer, with --heap-placer to use HeAP Default for the ECP5 is HeAP placer, as SA placer can take 1hr+ for large ECP5 designs and HeAP tends to give better QoR. --sa-placer can be used to use SA instead, and auto-fallback to SA if HeAP not built. Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Switching from TAUCS to Eigen | David Shah | 2019-03-22 | 3 | -123/+28 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | HeAP: Fix regression | David Shah | 2019-03-22 | 1 | -0/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | HeAP: Fix occupancy count | David Shah | 2019-03-22 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | HeAP: Legaliser fixes | David Shah | 2019-03-22 | 1 | -2/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> |