aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Speedup critical pathMiodrag Milanovic2019-06-284-9/+14
|
* clangformat runMiodrag Milanovic2019-06-2510-63/+68
|
* Merge masterMiodrag Milanovic2019-06-251-2/+3
|\
| * clangformatDavid Shah2019-06-241-1/+2
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * timing: Add missing std::minDavid Shah2019-06-231-1/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * Fix missing \n in log statement.whitequark2019-06-041-1/+1
| |
* | Preserve portsMiodrag Milanovic2019-06-211-0/+3
| |
* | default placement only if not setMiodrag Milanovic2019-06-151-3/+3
| |
* | use save seedMiodrag Milanovic2019-06-151-0/+3
| |
* | 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
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #261 from YosysHQ/pygenericDavid Shah2019-04-194-12/+157
|\ | | | | Python API for generic architecture
| * pybindings: make errors in Python scripts stop nextpnr executionDavid Shah2019-04-171-2/+6
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * pybindings: Fix use of import in user scriptsDavid Shah2019-04-171-0/+7
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * generic: Cell timing supportDavid Shah2019-04-041-3/+3
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * generic: GUI Python bindingsDavid Shah2019-04-033-2/+34
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * generic: Simple working exampleDavid Shah2019-04-021-8/+25
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * generic: Place a single SLICEDavid Shah2019-04-021-30/+5
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * python: Named argument supportDavid Shah2019-04-022-0/+31
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * python: Infrastructure for generic arch Python APIDavid Shah2019-04-022-0/+79
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | timing_opt: Add locks to optimise()Alyssa Milburn2019-04-161-0/+2
| | | | | | | | Signed-off-by: Alyssa Milburn <amilburn@zall.org>
* | clangformatDavid Shah2019-04-081-6/+9
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | placer1: Check correctness of incremental updates with --debugDavid Shah2019-04-081-0/+18
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | placer1: Improve incremental bounding box updatesDavid Shah2019-04-071-38/+213
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | common: avoid std::ofstream copyJanos Farkas2019-04-021-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)