aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-258-36/+34
* ice40: Creating a carry chain splitter functionDavid Shah2018-06-251-3/+3
* Fix some memory leaksMiodrag Milanovic2018-06-251-0/+12
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-252-21/+11
* Fixing the Python bindings following Context/Arch refactoringDavid Shah2018-06-231-2/+4
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-239-150/+71
|\
| * Update from increased clangformat line lengthDavid Shah2018-06-238-148/+70
| * clangformat cleanupMiodrag Milanovic2018-06-231-2/+1
* | Improve router ripup handlingClifford Wolf2018-06-231-17/+43
|/
* Updates from clangformatClifford Wolf2018-06-236-165/+81
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-234-66/+11
|\
| * removed all deprecated unused api callsMiodrag Milanovic2018-06-231-66/+0
| * Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-233-0/+11
* | Refactoring bind/unbind APIClifford Wolf2018-06-234-48/+84
|/
* place_sa: Add option to disable timing-driven placementDavid Shah2018-06-232-15/+24
* cleaned some warningsMiodrag Milanovic2018-06-231-1/+1
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-2213-13/+13
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-222-11/+27
|\
| * place_sa: Tweak weighting given to timingDavid Shah2018-06-221-1/+1
| * place_sa: Fix temp printingDavid Shah2018-06-221-1/+1
| * Print quasi-TNS statistic during placementDavid Shah2018-06-222-11/+20
| * ice40: Make the packer deterministicDavid Shah2018-06-221-0/+8
| * Fixing 5k bitstream gen and place heuristicsDavid Shah2018-06-221-3/+2
* | Add total visit counts to router log outputClifford Wolf2018-06-211-0/+11
|/
* Updates from clangformatClifford Wolf2018-06-213-14/+19
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-214-172/+185
|\
| * Fixed return codes for packer, placer and routerMiodrag Milanovic2018-06-212-165/+179
| * log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-212-5/+5
* | Work "overtime" to find better solutions in routing search algorithmClifford Wolf2018-06-211-9/+23
|/
* Zero-initialize PortRef budgetsClifford Wolf2018-06-211-1/+1
* Cleanup parse_json_file API, some other cleanupsClifford Wolf2018-06-211-2/+1
* Add ctx->checksum(), slightly improve log messagesClifford Wolf2018-06-216-3/+140
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-212-0/+158
|\
| * Make arch specific main windowMiodrag Milanovic2018-06-212-0/+158
* | Fix build of "dummy" architextureClifford Wolf2018-06-211-26/+18
* | Improve log messages, move many messages to verbose modeClifford Wolf2018-06-215-34/+13
* | Improvements in routerClifford Wolf2018-06-212-64/+149
|/
* Add frequency setting and fix slack calculationDavid Shah2018-06-212-7/+6
* place_sa: Make the heuristic closer to arachne, seems to improve routabilityDavid Shah2018-06-211-11/+20
* place_sa: Use int64_t for "wirelength" metricDavid Shah2018-06-211-16/+19
* place_sa: Reduce effect of rounding errorsDavid Shah2018-06-201-1/+9
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-201-0/+16
|\
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-202-4/+33
| |\
| * | Improve --tmfuzz mode and iCE40 delay estimatorClifford Wolf2018-06-201-0/+16
* | | place_sa: Improvements including supporting force and ordering consistencyDavid Shah2018-06-201-8/+16
| |/ |/|
* | Improving placement timing heuristicDavid Shah2018-06-201-1/+4
* | WIP: adding timing budget to placerDavid Shah2018-06-202-4/+12
* | Improving timing annotatorDavid Shah2018-06-201-0/+18
|/
* Add "nextpnr-ice40 --tmfuzz"Clifford Wolf2018-06-202-0/+12
* Minor refactoring of router infrastructureClifford Wolf2018-06-201-78/+102