aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-081-2/+4
|\
| * Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-081-2/+2
| |\
| | * Arch API: Removing Arch::isIOCellDavid Shah2018-08-081-2/+0
| | * Arch API: New specification for timing port classesDavid Shah2018-08-081-2/+2
| | * Add Arch::isIOCell() to ecp5 and genericEddie Hung2018-08-061-0/+2
| | * Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-051-1/+1
| * | Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-081-13/+16
| |\ \
| * | | Added project loaderMiodrag Milanovic2018-08-061-0/+2
* | | | Get rid of BelType and PortPin in generic archClifford Wolf2018-08-081-10/+4
| |/ / |/| |
* | | Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-061-1/+1
| |/ |/|
* | API change: Use CellInfo* and NetInfo* as cell/net handles (generic)Clifford Wolf2018-08-051-12/+15
|/
* various fixes for generic archMiodrag Milanovic2018-08-021-1/+0
* Remove getFrameDecal() APIClifford Wolf2018-08-011-2/+0
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-311-1/+1
* Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-311-0/+1
|\
| * Modify predictDelay signatureEddie Hung2018-07-301-1/+1
| * Add predictDelay Arch APIClifford Wolf2018-07-301-0/+1
* | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-311-0/+1
|\ \
| * | Update getBudgetOverride() for other archesEddie Hung2018-07-261-1/+1
| * | Revert "Remove Arch::getBudgetOverride()"Eddie Hung2018-07-261-0/+1
| |/
* | getChipName() should be constClifford Wolf2018-07-311-1/+1