aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-2318-196/+312
* Merge branch 'q3k/gl-vbo' into 'master'Miodrag Milanović2018-06-233-21/+100
|\
| * OpenGL 3.1, VAO/VBOSergiusz Bazanski2018-06-223-21/+100
* | place_sa: Add option to disable timing-driven placementDavid Shah2018-06-233-17/+29
* | ice40: Move global net test to ArchDavid Shah2018-06-236-26/+39
* | ice40: Fix UltraPlus quasi-logic-cell bitsDavid Shah2018-06-231-25/+29
* | Cleanup almost all deprecation warningsMiodrag Milanovic2018-06-235-63/+63
* | one moreMiodrag Milanovic2018-06-231-1/+1
* | cleaned some warningsMiodrag Milanovic2018-06-235-10/+10
|/
* Fix "dereferencing type-punned pointer" warningsClifford Wolf2018-06-221-15/+15
* ice40: SB_LFOSC support, fabric routing onlyDavid Shah2018-06-225-15/+94
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-225-113/+501
|\
| * Merge branch 'q3k/gl' into 'master'Serge Bazanski2018-06-225-113/+501
| |\
| | * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-2261-75/+767
| | |\
| | * | Small fixes.Sergiusz Bazanski2018-06-221-10/+10
| | * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-2251-680/+1463
| | |\ \
| | * | | Reimplement FPGAWidget in modern OpenGL.Sergiusz Bazanski2018-06-223-106/+502
| | * | | chipdb.py style fixSergiusz Bazanski2018-06-201-1/+1
| | * | | Contextualize DesignWidgetSergiusz Bazanski2018-06-201-7/+7
* | | | | ice40: Adding extra cell wires to database; SB_WARMBOOT workingDavid Shah2018-06-222-1/+49
|/ / / /
* | | / ice40: Preparations for extra cells supportDavid Shah2018-06-224-1/+372
| |_|/ |/| |
* | | Added custom QApplication implementationMiodrag Milanovic2018-06-228-26/+114
* | | ice40: Add UltraPlus tiles to databaseDavid Shah2018-06-223-4/+86
* | | Added creditsMiodrag Milanovic2018-06-2216-0/+304
* | | Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-2234-34/+34
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-2234-75/+475
|\ \ \
| * | | routing flow supported in guiMiodrag Milanovic2018-06-2211-31/+241
| | |/ | |/|
| * | 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
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-2219-34/+90
| |\ \
| | * | fixed namespace for gui sectionMiodrag Milanovic2018-06-2219-34/+90
| * | | Update READMEDavid Shah2018-06-221-5/+2
| |/ /
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-2211-13/+122
| |\ \
| | * | more task controlMiodrag Milanovic2018-06-2211-7/+67
| | * | terminate on closeMiodrag Milanovic2018-06-221-0/+2
| | * | Add ability to terminate running tasksMiodrag Milanovic2018-06-223-11/+58
| * | | ice40: Make the packer deterministicDavid Shah2018-06-222-8/+17
| |/ /
| * | Fixing 5k bitstream gen and place heuristicsDavid Shah2018-06-222-4/+14
* | | Add total visit counts to router log outputClifford Wolf2018-06-211-0/+11
|/ /
* | Updates from clangformatClifford Wolf2018-06-214-26/+22
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-2118-588/+628
|\ \
| * | Added return code to json parsing and pcf readingMiodrag Milanovic2018-06-216-54/+68
| * | Fixed return codes for packer, placer and routerMiodrag Milanovic2018-06-214-187/+207
| * | log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-2111-348/+355
* | | 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-216-31/+17
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-218-33/+153
|\ \
| * | Added task manager and worker thread for ice40Miodrag Milanovic2018-06-218-32/+147