aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* place_sa: Make placement independant of unordered_map orderingDavid Shah2018-06-171-4/+8
* General reformattingDavid Shah2018-06-171-1/+0
* Updating copyrightsDavid Shah2018-06-176-3/+9
* Improving the placer outputDavid Shah2018-06-174-14/+38
* place_sa: Ignore Bels locked by manual placement for SA swapsDavid Shah2018-06-171-2/+8
* Add 'get or default' functionsDavid Shah2018-06-171-0/+63
* place_sa: Run a validity check at the end of placementDavid Shah2018-06-171-0/+9
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-162-1/+1
|\
| * Renamed place.h to place_sa.h in place_sa.ccZipCPU2018-06-161-1/+1
| * Changed place.h place_sa.hZipCPU2018-06-161-0/+0
* | place: Fix placer validity checksDavid Shah2018-06-161-6/+9
|/
* Renamed placer to Simulated-Annealing placerZipCPU2018-06-161-0/+0
* ice40: Promote reset signalDavid Shah2018-06-161-4/+7
* Tweaking placer and routerDavid Shah2018-06-162-4/+7
* Update placer for new Chip APIClifford Wolf2018-06-161-6/+6
* Merge remote-tracking branch 'origin/master' into chipdbngClifford Wolf2018-06-164-55/+318
|\
| * router: Fixing loop issueDavid Shah2018-06-161-0/+1
| * place: Tidying up the SA placerDavid Shah2018-06-162-108/+36