aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | moved some context variables to settingsMiodrag Milanovic2019-06-156-32/+45
* | No need for settings classMiodrag Milanovic2019-06-1511-105/+48
* | enable lading of jsons and setting up contextMiodrag Milanovic2019-06-142-2/+25
* | gui for json write and proper statusesMiodrag Milanovic2019-06-141-1/+1
* | Load properties from json and propagate to context createMiodrag Milanovic2019-06-132-2/+9
* | Save settings that we saved in projectMiodrag Milanovic2019-06-131-0/+4
* | CleanupMiodrag Milanovic2019-06-131-2/+0
* | Remove concept of project and code connectedMiodrag Milanovic2019-06-134-207/+4
* | Use properties for settings and save in jsonMiodrag Milanovic2019-06-123-17/+11
* | 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