aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and fixes, flow works nowMiodrag Milanovic2019-06-071-16/+0
* WIP saving/loading attributesMiodrag Milanovic2019-06-071-50/+1
* Support ecp5 read write additional cell infoMiodrag Milanovic2019-06-031-4/+17
* use NEXTPNR_BEL, since BEL is initial placementMiodrag Milanovic2019-06-021-1/+1
* Read constraints and placing from fileMiodrag Milanovic2019-06-021-0/+50
* option to disable packingMiodrag Milanovic2019-06-021-4/+8
* added no-place and no-route optionsMiodrag Milanovic2019-06-021-12/+22
* Proper save messageMiodrag Milanovic2019-06-021-1/+1
* Solve issue with nets/cells not visible on loadMiodrag Milanovic2019-06-011-1/+1
* Initial work on jsonwriteMiodrag Milanovic2019-05-311-0/+8
* Added explanation, fixes issue #278Miodrag Milanovic2019-05-271-1/+1
* option to disable anti aliasing in guiMiodrag Milanovic2019-05-251-1/+2
* common: avoid std::ofstream copyJanos Farkas2019-04-021-2/+2
* Add --placer option and refactor placer selectionDavid Shah2019-03-241-0/+19
* placer1: New temperature heuristicDavid Shah2019-03-221-0/+4
* placer1: Make budget-based placement an optionDavid Shah2019-03-221-0/+5
* Add flag timing-allow-fail to allow PnR to pass with warningMiodrag Milanovic2019-03-041-0/+5
* timing: Add --ignore-loops optionDavid Shah2019-02-051-0/+6
* command: Setup logging before attempting to create ContextDavid Shah2018-12-261-14/+14
* Renamed LogLevel members, to prevent issue with system defines on WindowsMiodrag Milanovic2018-12-051-5/+5
* Print warning and error count at end of executionDavid Shah2018-11-261-1/+14
* Add nonfatal error support and use for timing failuresDavid Shah2018-11-261-1/+1
* Refactor log code and add log file supportDavid Shah2018-11-211-7/+19
* add "randomize-seed" command-line optionMaik Merten2018-11-191-0/+10
* common: Allow running Python scripts for all points in flowDavid Shah2018-10-171-15/+40
* Use settings for placer1 and router1Miodrag Milanovic2018-08-091-1/+2
* Added quiet mode for loggingMiodrag Milanovic2018-08-091-0/+5
* Make loading works nice and use settingsMiodrag Milanovic2018-08-081-3/+7
* Moved option to commonMiodrag Milanovic2018-08-081-0/+1
* clangformatMiodrag Milanovic2018-08-081-2/+2
* sync with masterMiodrag Milanovic2018-08-081-0/+1
* Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-081-0/+1
* Added project loaderMiodrag Milanovic2018-08-061-1/+14
* Disable menu options on json loadMiodrag Milanovic2018-08-051-0/+1
* Added command parser and common implementationMiodrag Milanovic2018-08-051-0/+246