aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |/ |/|
* | API change: Use CellInfo* and NetInfo* as cell/net handles (generic)Clifford Wolf2018-08-051-27/+27
|/
* compile fixMiodrag Milanovic2018-08-041-1/+1
* Merge pull request #33 from YosysHQ/gui-ecp5Miodrag Milanović2018-08-041-1/+1
|\
| * Unify interfaces for guiMiodrag Milanovic2018-08-031-1/+1
* | Add constraint weight as a command line optionDavid Shah2018-08-031-1/+1
|/
* various fixes for generic archMiodrag Milanovic2018-08-021-9/+3
* Add Router1CfgClifford Wolf2018-08-021-1/+1
* Remove getFrameDecal() APIClifford Wolf2018-08-011-2/+0
* clangformat for stuff I've touchedEddie Hung2018-07-311-1/+1
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-311-1/+1
* Modify predictDelay signatureEddie Hung2018-07-301-5/+7
* Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-301-0/+9
|\
| * Add predictDelay Arch APIClifford Wolf2018-07-301-0/+9
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-301-1/+1
|\ \
| * | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-301-1/+1
| |/
* | Update getBudgetOverride() for other archesEddie Hung2018-07-261-1/+1
* | Revert "Remove Arch::getBudgetOverride()"Eddie Hung2018-07-261-0/+2
|/
* generic: Fixing buildDavid Shah2018-07-261-2/+2
* Add getWireType()/getPipType() APIClifford Wolf2018-07-261-3/+10
* clangformatDavid Shah2018-07-251-8/+2
* Add missing implementations of generic Arch methodsClifford Wolf2018-07-241-4/+29
* Remove implementations of deprecated APIsDavid Shah2018-07-241-7/+0
* Remove getBelsByType() APIClifford Wolf2018-07-231-10/+0
* Add getGridDimX(), getGridDimY(), getTileDimZ() APIClifford Wolf2018-07-231-0/+17
* Move to new API and remove deprecatedMiodrag Milanovic2018-07-221-4/+0
* Add Arch::getBelPins() to generic and iCE40 archsClifford Wolf2018-07-221-0/+7
* Add Arch::getBelPinType() and Arch::getWireBelPins() in generic archClifford Wolf2018-07-221-0/+7
* Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-221-1/+1
* Add Loc constructorsClifford Wolf2018-07-211-10/+5
* Add Location APIs to generic archClifford Wolf2018-07-201-9/+19
* Fix Ui/Decal handling of active/inactive arch objectsClifford Wolf2018-07-131-1/+11
* Updates from clang-formatClifford Wolf2018-07-121-25/+8
* Add Groups APIClifford Wolf2018-07-121-1/+49
* Fix usage of refreshUi API in generic archClifford Wolf2018-07-111-4/+5
* Add ctx->place() APIClifford Wolf2018-07-111-0/+6
* Add ctx->route() APIClifford Wolf2018-07-111-0/+9
* Add GUI Decals APIClifford Wolf2018-07-111-12/+19
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-7/+7
* Add implementations for generic arch db APIClifford Wolf2018-06-301-81/+222
* Add stub generator API to generic archClifford Wolf2018-06-301-2/+0
* Rename "dummy" arch to "generic"Clifford Wolf2018-06-291-0/+196