aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
Commit message (Expand)AuthorAgeFilesLines
* Viaduct API for a hybrid between generic and full-custom archgatecat2022-01-041-6/+54
* generic: Refactor for faster performancegatecat2021-12-301-144/+130
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-191-4/+5
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Use hashlib for core netlist structuresgatecat2021-06-021-2/+2
* Add "checkPipAvailForNet" to Arch API.Keith Rothman2021-03-221-0/+6
* Change CellInfo in getBelPinsForCellPin to be const.Keith Rothman2021-02-231-1/+1
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-191-11/+10
* Remove isValidBelForCellgatecat2021-02-161-15/+0
* generic: Add APIs for controlling cell->bel pin mappinggatecat2021-02-151-1/+14
* Merge pull request #575 from YosysHQ/gatecat/belpin-2gatecat2021-02-151-0/+2
|\
| * Add getBelPinsForCellPin to Arch APIgatecat2021-02-101-0/+2
* | Add getBelHidden and add some missing "override" statements.Keith Rothman2021-02-111-1/+4
|/
* generic: Fix pin names accidentally being IdStringList not IdStringD. Shah2021-02-051-3/+3
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-041-11/+8
* generic: Use IdStringList for all arch object namesD. Shah2021-02-021-34/+40
* Remove wire alias APIDavid Shah2020-10-151-16/+0
* generic: Implement getRouteBoundingBoxDavid Shah2020-02-031-0/+24
* router2: Improve flow and log outputDavid Shah2020-02-031-1/+1
* Allow selection of router algorithmDavid Shah2020-02-031-2/+16
* generic: Improve error handling when Wire/Pip/Bel is not foundDavid Shah2019-11-271-21/+45
* generic: Use HeAP as placer where possibleDavid Shah2019-11-261-3/+33
* generic: New Property interfaceDavid Shah2019-08-051-2/+2
* clangformat runMiodrag Milanovic2019-06-251-1/+2
* Use flags for each stepMiodrag Milanovic2019-06-141-2/+2
* Save top level attrs and store current stepMiodrag Milanovic2019-06-071-2/+10
* CleanupMiodrag Milanovic2019-06-071-11/+0
* WIP saving/loading attributesMiodrag Milanovic2019-06-071-0/+11
* generic: Fix predictDelayDavid Shah2019-04-041-2/+2
* generic: Cell timing supportDavid Shah2019-04-041-6/+59
* generic: GUI Python bindingsDavid Shah2019-04-031-2/+12
* generic: Simple procedural example worksDavid Shah2019-04-021-3/+9
* generic: Add a simple packer for generic SLICEs and IOBsDavid Shah2019-04-021-2/+70
* Add --placer option and refactor placer selectionDavid Shah2019-03-241-1/+14
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-131-0/+2
|\
| * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-111-0/+2
* | generic: Update arch to new timing APIDavid Shah2018-11-121-1/+6
|/
* clangformatDavid Shah2018-09-301-12/+3
* Merge pull request #47 from YosysHQ/settings_propagateClifford Wolf2018-08-181-2/+2
|\
| * Use settings for placer1 and router1Miodrag Milanovic2018-08-091-2/+2
* | Add Arch attrs APIClifford Wolf2018-08-141-0/+21
|/
* Add pip locationsClifford Wolf2018-08-091-6/+19
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-081-4/+6
|\
| * Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-081-3/+5
| |\
| | * Arch API: New specification for timing port classesDavid Shah2018-08-081-3/+5
| | * Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-051-1/+1
| * | Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-081-28/+28
| |\ \
| * | | Added project loaderMiodrag Milanovic2018-08-061-1/+1
* | | | Get rid of BelType and PortPin in generic archClifford Wolf2018-08-081-5/+5
| |/ / |/| |
* | | Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-061-1/+1
| |/ |/|