aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Save top level attrs and store current stepMiodrag Milanovic2019-06-071-0/+3
* Save/restore net strengthMiodrag Milanovic2019-06-071-5/+7
* Restore routing from jsonMiodrag Milanovic2019-06-071-1/+21
* CleanupMiodrag Milanovic2019-06-072-4/+5
* Cleanup and fixes, flow works nowMiodrag Milanovic2019-06-072-20/+31
* WIP saving/loading attributesMiodrag Milanovic2019-06-073-50/+70
* Support ecp5 read write additional cell infoMiodrag Milanovic2019-06-031-4/+17
* use NEXTPNR_BEL, since BEL is initial placementMiodrag Milanovic2019-06-021-1/+1
* Read constraints and placing from fileMiodrag Milanovic2019-06-021-0/+50
* option to disable packingMiodrag Milanovic2019-06-021-4/+8
* added no-place and no-route optionsMiodrag Milanovic2019-06-021-12/+22
* Proper save messageMiodrag Milanovic2019-06-021-1/+1
* Added support for attributes/properties typesMiodrag Milanovic2019-06-012-3/+38
* Solve issue with nets/cells not visible on loadMiodrag Milanovic2019-06-011-1/+1
* Initial work on jsonwriteMiodrag Milanovic2019-05-311-0/+8
* Added explanation, fixes issue #278Miodrag Milanovic2019-05-271-1/+1
* option to disable anti aliasing in guiMiodrag Milanovic2019-05-251-1/+2
* ecp5: Fix USRMCLK primitiveDavid Shah2019-05-102-0/+20
* Merge pull request #261 from YosysHQ/pygenericDavid Shah2019-04-194-12/+157
|\
| * pybindings: make errors in Python scripts stop nextpnr executionDavid Shah2019-04-171-2/+6
| * pybindings: Fix use of import in user scriptsDavid Shah2019-04-171-0/+7
| * generic: Cell timing supportDavid Shah2019-04-041-3/+3
| * generic: GUI Python bindingsDavid Shah2019-04-033-2/+34
| * generic: Simple working exampleDavid Shah2019-04-021-8/+25
| * generic: Place a single SLICEDavid Shah2019-04-021-30/+5
| * python: Named argument supportDavid Shah2019-04-022-0/+31
| * python: Infrastructure for generic arch Python APIDavid Shah2019-04-022-0/+79
* | timing_opt: Add locks to optimise()Alyssa Milburn2019-04-161-0/+2
* | clangformatDavid Shah2019-04-081-6/+9
* | placer1: Check correctness of incremental updates with --debugDavid Shah2019-04-081-0/+18
* | placer1: Improve incremental bounding box updatesDavid Shah2019-04-071-38/+213
* | common: avoid std::ofstream copyJanos Farkas2019-04-021-2/+2
|/
* HeAP: Don't call Eigen if system is emptyDavid Shah2019-04-011-1/+2
* Fix broken header guardwhitequark2019-03-251-1/+1
* HeAP: Make log output more consistentDavid Shah2019-03-252-5/+9
* HeAP: Add missing newlineDavid Shah2019-03-251-1/+1
* placer1: Restore old weighting in budget-based modeDavid Shah2019-03-241-1/+1
* HeAP: Per-iteration output all on one lineDavid Shah2019-03-241-7/+5
* Add --placer option and refactor placer selectionDavid Shah2019-03-242-8/+38
* placer1: Fix regression moving chained cells pre-legaliseDavid Shah2019-03-231-2/+3
* clangformatDavid Shah2019-03-222-4/+3
* placer1: Only get criticalities when in timing-driven modeDavid Shah2019-03-221-1/+1
* common: Add early return path to getNetinfoRouteDelay for fully unrouted netsDavid Shah2019-03-221-0/+3
* HeAP: Add PlacerHeapCfgDavid Shah2019-03-223-9/+37
* HeAP: Make HeAP placer optionalDavid Shah2019-03-221-0/+16
* HeAP: Switching from TAUCS to EigenDavid Shah2019-03-223-123/+28
* HeAP: Fix regressionDavid Shah2019-03-221-0/+2
* HeAP: Fix occupancy countDavid Shah2019-03-221-2/+3
* HeAP: Legaliser fixesDavid Shah2019-03-221-2/+2
* HeAP: Avoid getting stuck in legaliser ripupDavid Shah2019-03-221-3/+26