aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Improve --tmfuzz mode and iCE40 delay estimatorClifford Wolf2018-06-201-0/+16
* Add "nextpnr-ice40 --tmfuzz"Clifford Wolf2018-06-202-0/+12
* Minor refactoring of router infrastructureClifford Wolf2018-06-201-78/+102
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-202-18/+22
|\
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-203-1/+131
| |\
| * | Updates from clangformatClifford Wolf2018-06-201-2/+3
| * | Changes to estimatePosition APIClifford Wolf2018-06-201-9/+10
| * | Add better iCE40 delay estimatesClifford Wolf2018-06-202-12/+14
* | | Working on the timing annotatorDavid Shah2018-06-201-1/+3
| |/ |/|
* | Working on the timing budget annnotatorDavid Shah2018-06-201-6/+58
* | Another stub delay calculation functionDavid Shah2018-06-202-4/+23
* | Adding stubs for delay annotation and cell timing lookupDavid Shah2018-06-203-5/+62
* | place_sa: Set placement strengthsDavid Shah2018-06-201-1/+3
|/
* Add PlaceStrengthClifford Wolf2018-06-201-1/+16
* place_sa: Refactor to put SA placer in its own classDavid Shah2018-06-201-356/+360
* Add Context::sorted_shuffle APIClifford Wolf2018-06-192-2/+9
* Improve "initial placement" log messages in placer_saClifford Wolf2018-06-191-6/+9
* place_sa: Add log output during initial placementDavid Shah2018-06-191-0/+7
* Small gui improvements and open json functionalityMiodrag Milanovic2018-06-192-0/+7
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-191-7/+10
|\
| * Major performance improvement to placement validity checkDavid Shah2018-06-191-12/+18
* | Improved log messages in SA placer, minor changes from clangformatClifford Wolf2018-06-191-11/+27
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-191-47/+14
|\|
| * place_sa: Use context-wide rngDavid Shah2018-06-191-47/+14
* | Updates from clangformatClifford Wolf2018-06-192-13/+16
* | Add Context::force and "nextpnr-ice40 --force"Clifford Wolf2018-06-193-2/+4
|/
* Add rng to Context, start using ctx->verboseClifford Wolf2018-06-195-28/+91
* Refactor Arch/Context design hierarchyClifford Wolf2018-06-192-22/+35
* Getting rid of old IdString API users, Add ctx to many internal APIsClifford Wolf2018-06-183-25/+30
* Getting rid of users of old IdString APIClifford Wolf2018-06-181-1/+1
* Getting rid of users of old IdString APIClifford Wolf2018-06-183-18/+20
* Getting rid of users of old IdString APIClifford Wolf2018-06-184-61/+70
* Updates from clangformatClifford Wolf2018-06-182-20/+35
* Deprecate old IdString API with implizit global contextClifford Wolf2018-06-181-12/+12
* Towards IdString as per-context facilityClifford Wolf2018-06-183-50/+104
* Fixed include of "design.h" in "route.h"Clifford Wolf2018-06-181-1/+1
* Move contents of design.h to nextpnr.hClifford Wolf2018-06-183-107/+59
* Rename chip.h to arch.hClifford Wolf2018-06-181-1/+1
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-189-132/+123
* Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-184-8/+8
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-181-16/+23
|\
| * Fix hash specialisation for BelType and warnings in place_sa.ccDavid Shah2018-06-181-13/+11
| * Improving code style and fixing dummyDavid Shah2018-06-181-11/+20
* | Improvements in routerClifford Wolf2018-06-182-28/+35
|/
* Improve router log outputClifford Wolf2018-06-171-1/+6
* Improve router log messagesClifford Wolf2018-06-171-3/+29
* Speed up placerDavid Shah2018-06-172-6/+2
* Minor performance tweaks and fixesDavid Shah2018-06-172-3/+3
* place_sa: Adding seed optionDavid Shah2018-06-172-11/+11
* place_sa: Add a rip-up feature when initial placement failsDavid Shah2018-06-171-23/+48