aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
Commit message (Expand)AuthorAgeFilesLines
* Save top level attrs and store current stepMiodrag Milanovic2019-06-071-0/+3
* CleanupMiodrag Milanovic2019-06-071-2/+2
* WIP saving/loading attributesMiodrag Milanovic2019-06-071-0/+3
* Added support for attributes/properties typesMiodrag Milanovic2019-06-011-2/+37
* generic: Cell timing supportDavid Shah2019-04-041-3/+3
* generic: GUI Python bindingsDavid Shah2019-04-031-0/+6
* Add Python helper functions for floorplanningDavid Shah2019-03-221-0/+3
* clangformatDavid Shah2018-11-161-4/+1
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-141-1/+1
|\
| * [common] Fix typo in Loc::operator!=()Eddie Hung2018-11-131-1/+1
* | Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-131-3/+14
|\|
| * Add more nameOf() convenience methodsClifford Wolf2018-11-131-2/+12
| * Add checkers and assertions to router1 and other improvementsClifford Wolf2018-11-101-1/+2
* | timing: Add support for clock constraintsDavid Shah2018-11-121-1/+4
* | timing: Multiple clock analysisDavid Shah2018-11-121-0/+6
* | Working on multi-clock analysisDavid Shah2018-11-121-5/+7
* | timing: Implementing parts of new timing APIDavid Shah2018-11-121-0/+2
* | timing: Working on a timing constraint APIDavid Shah2018-11-121-0/+103
|/
* gui: improved FPGAViewWidget::paintGL() performanceMateusz Zalega2018-10-231-0/+14
* Add pip locationsClifford Wolf2018-08-091-0/+6
* Add Region structClifford Wolf2018-08-091-0/+14
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-081-1/+17
|\
| * Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-081-1/+14
| |\
| | * Arch API: New specification for timing port classesDavid Shah2018-08-081-1/+1
| | * common: Add TimingPortClassDavid Shah2018-08-081-1/+14
| * | Add ctx->settingsClifford Wolf2018-08-081-0/+3
| |/
* / Get rid of PortPin and BelType (ice40, generic, docs)Clifford Wolf2018-08-081-3/+3
|/
* API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)Clifford Wolf2018-08-051-0/+7
* Refactor ice40 timing fuzzer used to create delay estimatesClifford Wolf2018-08-041-1/+1
* Add router1 cfg.useEstimate, improve getActualRouteDelayClifford Wolf2018-08-041-1/+2
* Merge branch 'master' into slack_redist_freqEddie Hung2018-08-031-1/+1
|\
| * Adding constraint satisfaction checks for debuggingDavid Shah2018-08-031-1/+1
* | Auto frequency only if --freq 0 is setEddie Hung2018-08-031-1/+1
|/
* clangformat for stuff I've touchedEddie Hung2018-07-311-6/+3
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-311-3/+3
* Add --slack_redist_iter for ice40Eddie Hung2018-07-311-0/+1
* Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-281-0/+5
|\
| * gui: implement basic cursor pickingSergiusz Bazanski2018-07-261-0/+5
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-261-12/+16
|\|
| * common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-261-12/+16
| * clangformat and GraphicElement::style commentsClifford Wolf2018-07-261-4/+4
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-251-12/+12
|\|
| * clangformatDavid Shah2018-07-251-4/+4
| * Fix BaseCtx::unlock()Clifford Wolf2018-07-251-1/+1
| * Merge branch 'bba' into 'master'Clifford Wolf2018-07-251-8/+8
| |\
| | * noreturn have to be void, so there is no UBMiodrag Milanovic2018-07-251-4/+4
| | * Make thread check portableMiodrag Milanovic2018-07-251-4/+4
* | | If --freq not set, attempt to find max by adjusting budget so min path slack ...Eddie Hung2018-07-241-0/+1
|/ /
* | Typo fixClifford Wolf2018-07-241-1/+1
* | Add CellInfo data for placement constraintsClifford Wolf2018-07-241-0/+10
|/