aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
Commit message (Expand)AuthorAgeFilesLines
* sdf: Working on support for CVCDavid Shah2019-10-241-1/+1
* sdf: Add basic support for writing SDF filesDavid Shah2019-10-191-0/+5
* python: Adding helper functions for netlist modificationDavid Shah2019-09-151-1/+23
* json: Add support for net aliasesDavid Shah2019-09-131-0/+5
* ecp5: New Property interfaceDavid Shah2019-08-051-0/+1
* Major Property improvements for common and iCE40David Shah2019-08-051-27/+88
* Switching from std to boost fix crashMiodrag Milanovic2019-07-051-4/+4
* clangformat runMiodrag Milanovic2019-06-251-17/+20
* Preserve portsMiodrag Milanovic2019-06-211-0/+3
* moved some context variables to settingsMiodrag Milanovic2019-06-151-7/+11
* No need for settings classMiodrag Milanovic2019-06-151-0/+13
* Use properties for settings and save in jsonMiodrag Milanovic2019-06-121-1/+1
* 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