aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added custom line editor with historyMiodrag Milanovic2018-06-205-17/+124
* json: Make the JSON parser deterministicDavid Shah2018-06-191-6/+8
* Better compiler flags, Release build per defaultClifford Wolf2018-06-191-3/+3
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-191-15/+28
|\
| * ice40: Tidying up carry packer a bitDavid Shah2018-06-191-15/+28
* | Add Context::sorted_shuffle APIClifford Wolf2018-06-192-2/+9
|/
* ice40: WIP SB_CARRY packerDavid Shah2018-06-192-0/+71
* 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-196-16/+62
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-195-43/+80
|\
| * Major performance improvement to placement validity checkDavid Shah2018-06-197-53/+98
* | Improved log messages in SA placer, minor changes from clangformatClifford Wolf2018-06-192-14/+31
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-193-52/+34
|\|
| * place_sa: Use context-wide rngDavid Shah2018-06-191-47/+14
| * ice40: Improve error reporting for invalid tristate usageDavid Shah2018-06-193-15/+24
| * ice40: Fix constant packerDavid Shah2018-06-191-4/+14
* | Updates from clangformatClifford Wolf2018-06-197-35/+46
* | Add Context::force and "nextpnr-ice40 --force"Clifford Wolf2018-06-196-7/+19
|/
* ice40: Don't deduplicate local tracks when countingDavid Shah2018-06-192-12/+11
* Add rng to Context, start using ctx->verboseClifford Wolf2018-06-196-42/+101
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-193-50/+50
|\
| * ice40: More IdString API updatesDavid Shah2018-06-193-50/+50
* | Refactor Arch/Context design hierarchyClifford Wolf2018-06-196-51/+68
|/
* ice40: Adding support for tristate IODavid Shah2018-06-193-20/+46
* ice40: Removing deprecated API in cells.ccDavid Shah2018-06-191-45/+46
* Getting rid of old IdString API users, Add ctx to many internal APIsClifford Wolf2018-06-189-151/+191
* Getting rid of users of old IdString APIClifford Wolf2018-06-182-72/+75
* Getting rid of users of old IdString APIClifford Wolf2018-06-186-48/+50
* Getting rid of users of old IdString APIClifford Wolf2018-06-188-65/+80
* 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-185-53/+107
* 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
* Merge branch 'refactor'Clifford Wolf2018-06-1840-615/+591
|\
| * Rename chip.h to arch.hClifford Wolf2018-06-185-3/+3
| * Updates from clangformatClifford Wolf2018-06-185-22/+12
| * Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-1831-322/+309
| * Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-1814-159/+158
|/
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-187-23/+52
|\
| * cmake: Set EXCLUDE_FROM_ALL on Python module and testsDavid Shah2018-06-181-2/+2
| * cmake: Reenable -O3 for release buildsDavid Shah2018-06-181-1/+2
| * Fix hash specialisation for BelType and warnings in place_sa.ccDavid Shah2018-06-182-13/+22
| * Enable -WallDavid Shah2018-06-181-1/+1
| * Improving code style and fixing dummyDavid Shah2018-06-185-15/+34
* | Improvements in routerClifford Wolf2018-06-182-28/+35
|/
* Improve router log outputClifford Wolf2018-06-171-1/+6
* Updates from clangformatClifford Wolf2018-06-172-9/+13
* Improve router log messagesClifford Wolf2018-06-171-3/+29