aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/worker.cc
Commit message (Expand)AuthorAgeFilesLines
* make update of tree for nets and cells partialMiodrag Milanovic2018-07-231-2/+2
* write frequency infoMiodrag Milanovic2018-07-231-0/+1
* always assign budget before placingMiodrag Milanovic2018-07-231-2/+2
* Add ctx->pack() APIClifford Wolf2018-07-131-2/+1
* Add ctx->place() APIClifford Wolf2018-07-111-2/+1
* Add ctx->route() APIClifford Wolf2018-07-111-2/+1
* Improving the SA+legalisation flowDavid Shah2018-06-291-1/+2
* Tidying up the SA placerDavid Shah2018-06-291-1/+2
* clangformat cleanupMiodrag Milanovic2018-06-281-5/+1
* Make GUI use recreated contextMiodrag Milanovic2018-06-261-3/+11
* Added Save ASC optionMiodrag Milanovic2018-06-261-0/+15
* added PCF loadMiodrag Milanovic2018-06-231-0/+14
* clangformat cleanupMiodrag Milanovic2018-06-231-6/+3
* Added assign time budget and placement optionMiodrag Milanovic2018-06-231-5/+17
* Added custom QApplication implementationMiodrag Milanovic2018-06-221-9/+10
* Added creditsMiodrag Milanovic2018-06-221-0/+19
* routing flow supported in guiMiodrag Milanovic2018-06-221-13/+61
* fixed namespace for gui sectionMiodrag Milanovic2018-06-221-3/+7
* more task controlMiodrag Milanovic2018-06-221-1/+21
* terminate on closeMiodrag Milanovic2018-06-221-0/+2
* Add ability to terminate running tasksMiodrag Milanovic2018-06-221-6/+36
* Added return code to json parsing and pcf readingMiodrag Milanovic2018-06-211-2/+2
* Fixed return codes for packer, placer and routerMiodrag Milanovic2018-06-211-13/+15
* log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-211-10/+6
* Cleanup parse_json_file API, some other cleanupsClifford Wolf2018-06-211-1/+1
* Added task manager and worker thread for ice40Miodrag Milanovic2018-06-211-0/+58