aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbngClifford Wolf2018-06-172-6/+2
|\
| * Speed up placerDavid Shah2018-06-172-6/+2
* | Refactore ice40 chipdb to use a super-large C-string as output formatClifford Wolf2018-06-173-27/+85
* | Minor chipdb.py improvementClifford Wolf2018-06-171-2/+17
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbngClifford Wolf2018-06-177-58/+111
|\|
| * Minor performance tweaks and fixesDavid Shah2018-06-173-24/+30
| * ice40: Fixing negative clock bitstream generationDavid Shah2018-06-171-1/+8
| * place_sa: Adding seed optionDavid Shah2018-06-174-13/+23
| * place_sa: Add a rip-up feature when initial placement failsDavid Shah2018-06-173-29/+59
* | Updates from clangformatClifford Wolf2018-06-172-22/+25
* | Move top-level ChipInfoPOD into ice40 chipdb blobClifford Wolf2018-06-174-126/+139
* | Move PackageInfoPOD to ice40 chipdb blobClifford Wolf2018-06-173-10/+12
* | Move TileType array to ice40 chipdb blobClifford Wolf2018-06-172-7/+14
* | Move BitstreamInfoPOD to ice40 chipdb blobClifford Wolf2018-06-173-17/+23
* | Move IerenInfoPOD to ice40 chipdb blobClifford Wolf2018-06-171-12/+11
* | Move TileInfoPOD to chipdb blobClifford Wolf2018-06-172-8/+16
* | Move SwitchInfoPOD to chipdb blobClifford Wolf2018-06-172-15/+25
* | Move PipInfoPOD into ChipDB binary blobClifford Wolf2018-06-171-6/+28
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbngClifford Wolf2018-06-1722-84/+387
|\|
| * place_sa: Make placement independant of unordered_map orderingDavid Shah2018-06-171-4/+8
| * General reformattingDavid Shah2018-06-174-4/+3
| * frontend/json: Look up netnames properly instead of using numberDavid Shah2018-06-171-7/+43
| * ice40: Add symbol output to bitstream generationDavid Shah2018-06-171-6/+8
| * Updating copyrightsDavid Shah2018-06-1717-7/+21
| * Improving the placer outputDavid Shah2018-06-176-15/+42
| * place_sa: Ignore Bels locked by manual placement for SA swapsDavid Shah2018-06-171-2/+8
| * Add 'get or default' functionsDavid Shah2018-06-172-3/+67
| * place_sa: Run a validity check at the end of placementDavid Shah2018-06-171-0/+9
| * ice40: Fixing buildDavid Shah2018-06-172-2/+2
| * 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-163-6/+33
| |/
| * Renamed placer to Simulated-Annealing placerZipCPU2018-06-161-0/+0
| * ice40: Proper global promotionDavid Shah2018-06-164-24/+83
| * ice40: Promote reset signalDavid Shah2018-06-165-36/+89
| * Tweaking placer and routerDavid Shah2018-06-162-4/+7
* | Move WireInfoPOD into ChipDB binary blobClifford Wolf2018-06-173-39/+61
* | Minor refactoring of BinaryBlobAssembler, fix alignmentsClifford Wolf2018-06-174-84/+145