aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
Commit message (Expand)AuthorAgeFilesLines
* viaduct: Add support for GUIsgatecat2023-04-111-5/+5
* fabulous: Add fake timingsgatecat2023-02-161-2/+5
* api: add explain_invalid option to isBelLocationValidgatecat2022-12-071-1/+1
* refactor: ArcBounds -> BoundingBoxgatecat2022-12-071-1/+1
* api: Make NetInfo* of checkPipAvailForNet constgatecat2022-12-021-1/+1
* generic: addBelPin with direction as an arggatecat2022-08-041-0/+1
* generic: Add some extra helpers for viaduct uarchesgatecat2022-05-021-0/+4
* Viaduct API for a hybrid between generic and full-custom archgatecat2022-01-041-15/+18
* generic: Refactor for faster performancegatecat2021-12-301-29/+49
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-191-1/+1
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Using hashlib in archesgatecat2021-06-021-26/+13
* Add stub cluster API impl for remaining archesgatecat2021-05-061-0/+11
* Add "checkPipAvailForNet" to Arch API.Keith Rothman2021-03-221-0/+1
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-151-3/+12
* Change CellInfo in getBelPinsForCellPin to be const.Keith Rothman2021-02-231-1/+1
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-191-15/+10
* Remove isValidBelForCellgatecat2021-02-161-1/+0
* generic: Add APIs for controlling cell->bel pin mappinggatecat2021-02-151-2/+5
* 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/+3
|/
* Use 'T' postfix to disambiguate LHS and RHS of usingD. Shah2021-02-081-21/+21
* Add archArgs and archArgsToId to Arch APID. Shah2021-02-051-2/+3
* generic: Base upon ArchAPID. Shah2021-02-051-102/+132
* generic: Fix pin names accidentally being IdStringList not IdStringD. Shah2021-02-051-1/+1
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-041-5/+5
* Post-rebase fixD. Shah2021-02-021-4/+3
* generic: Use IdStringList for all arch object namesD. Shah2021-02-021-38/+41
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+1
* Run "make clangformat".Keith Rothman2021-02-021-23/+13
* Rename Partition -> BelBucket.Keith Rothman2021-02-021-9/+9
* Finish implementing new generic APIs.Keith Rothman2021-02-021-3/+15
* Add archcheck for partition methods.Keith Rothman2021-02-021-0/+28
* Initial refactoring of placer API.Keith Rothman2021-02-021-0/+3
* Remove wire alias APIDavid Shah2020-10-151-3/+1
* generic: Implement getRouteBoundingBoxDavid Shah2020-02-031-0/+2
* Allow selection of router algorithmDavid Shah2020-02-031-0/+2
* generic: Improve error handling when Wire/Pip/Bel is not foundDavid Shah2019-11-271-0/+5
* generic: Router param tweaksDavid Shah2019-04-041-2/+2
* generic: Cell timing supportDavid Shah2019-04-041-0/+34
* generic: Simple procedural example worksDavid Shah2019-04-021-2/+0
* generic: Add a simple packer for generic SLICEs and IOBsDavid Shah2019-04-021-1/+14
* Add --placer option and refactor placer selectionDavid Shah2019-03-241-0/+3
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-131-0/+2
|\
| * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-111-1/+2
| * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-111-0/+1
* | generic: Update arch to new timing APIDavid Shah2018-11-121-2/+12
|/
* Add Arch attrs APIClifford Wolf2018-08-141-0/+10
* Add pip locationsClifford Wolf2018-08-091-3/+7