aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
Commit message (Expand)AuthorAgeFilesLines
* CleanupMiodrag Milanovic2019-06-071-2/+0
* WIP saving/loading attributesMiodrag Milanovic2019-06-071-0/+2
* 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
* | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-301-1/+1
|/
* Add getWireType()/getPipType() APIClifford Wolf2018-07-261-5/+7
* Add missing implementations of generic Arch methodsClifford Wolf2018-07-241-1/+1
* Remove implementations of deprecated APIsDavid Shah2018-07-241-1/+0
* Remove getBelsByType() APIClifford Wolf2018-07-231-2/+0
* Add getGridDimX(), getGridDimY(), getTileDimZ() APIClifford Wolf2018-07-231-1/+8
* Move to new API and remove deprecatedMiodrag Milanovic2018-07-221-2/+0
* Add Arch::getBelPins() to generic and iCE40 archsClifford Wolf2018-07-221-0/+1
* Add Arch::getBelPinType() and Arch::getWireBelPins() in generic archClifford Wolf2018-07-221-2/+5
* Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-221-1/+1
* Add Loc constructorsClifford Wolf2018-07-211-1/+1
* Add getWireDelay APIClifford Wolf2018-07-211-0/+1
* Add Location APIs to generic archClifford Wolf2018-07-201-3/+10
* Add ctx->pack() APIClifford Wolf2018-07-131-0/+1
* Add Groups APIClifford Wolf2018-07-121-0/+26
* Add ctx->place() APIClifford Wolf2018-07-111-0/+1