aboutsummaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #391 from YosysHQ/router2-upstreamDavid Shah2020-02-042-2/+44
|\
| * generic: Implement getRouteBoundingBoxDavid Shah2020-02-032-0/+26
| * router2: Improve flow and log outputDavid Shah2020-02-031-1/+1
| * Allow selection of router algorithmDavid Shah2020-02-032-2/+18
* | Merge pull request #385 from YosysHQ/router1-arc-fixesDavid Shah2020-02-031-1/+2
|\ \ | |/ |/|
| * Fix latent bug in generic out-of-context IO modeDavid Shah2020-01-211-1/+2
* | clangformatDavid Shah2020-01-201-1/+0
* | Various warning fixesMiodrag Milanovic2020-01-181-11/+0
|/
* python: Add bindings for hierarchy structuresDavid Shah2019-12-271-0/+2
* generic: Fix width of 0-driver INITDavid Shah2019-12-011-1/+1
* generic: Don't assume unused LUT inputs are zeroDavid Shah2019-12-012-2/+5
* generic: Add support for post-PnR simulationDavid Shah2019-11-275-7/+67
* generic: Add support for disabling IOB insertionDavid Shah2019-11-272-1/+9
* generic: Improve error handling when Wire/Pip/Bel is not foundDavid Shah2019-11-272-21/+50
* generic: Use HeAP as placer where possibleDavid Shah2019-11-261-3/+33
* clangformatDavid Shah2019-11-181-1/+1
* leftover Q from before slice api changePepijn de Vos2019-11-181-4/+4
* more formattingPepijn de Vos2019-11-081-2/+2
* return FF_USED, formatting, correct INITPepijn de Vos2019-11-083-5/+17
* dedicated output for LUT in GENERIC_SLICEPepijn de Vos2019-11-086-32/+31
* generic: New Property interfaceDavid Shah2019-08-056-22/+21
* clangformat runMiodrag Milanovic2019-06-252-5/+6
* enable lading of jsons and setting up contextMiodrag Milanovic2019-06-141-0/+1
* Use flags for each stepMiodrag Milanovic2019-06-142-3/+3
* restore arch info for ecp5Miodrag Milanovic2019-06-141-0/+5
* Load properties from json and propagate to context createMiodrag Milanovic2019-06-131-2/+2
* Remove concept of project and code connectedMiodrag Milanovic2019-06-131-37/+0
* Save top level attrs and store current stepMiodrag Milanovic2019-06-072-2/+11
* CleanupMiodrag Milanovic2019-06-072-13/+0
* WIP saving/loading attributesMiodrag Milanovic2019-06-072-0/+13
* ci: Run generic example simple.shDavid Shah2019-04-171-2/+2
* pybindings: make errors in Python scripts stop nextpnr executionDavid Shah2019-04-171-1/+1
* generic/examples: Add FASM writer Python scriptDavid Shah2019-04-179-38/+92
* generic: Fix predictDelayDavid Shah2019-04-041-2/+2
* generic: Router param tweaksDavid Shah2019-04-041-2/+2
* generic: Cell timing supportDavid Shah2019-04-046-9/+129
* generic: Improve exampleDavid Shah2019-04-042-17/+17
* generic: GUI Python bindingsDavid Shah2019-04-033-7/+34
* generic: Add a few more bindingsDavid Shah2019-04-021-0/+5
* generic: Simple working exampleDavid Shah2019-04-0210-18/+41
* generic: Simple procedural example worksDavid Shah2019-04-024-7/+87
* generic: Add a simple packer for generic SLICEs and IOBsDavid Shah2019-04-027-6/+597
* generic: Add synth_generic.tclDavid Shah2019-04-023-3/+34
* generic: Add simple primitive libraryDavid Shah2019-04-022-0/+71
* generic: Place a single SLICEDavid Shah2019-04-023-4/+24
* generic: Python bindings for arch constructionDavid Shah2019-04-021-0/+56
* python: Named argument supportDavid Shah2019-04-021-0/+1
* python: Infrastructure for generic arch Python APIDavid Shah2019-04-021-0/+91
* Add --placer option and refactor placer selectionDavid Shah2019-03-242-1/+17
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-133-1/+5
|\