aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Speedup critical pathMiodrag Milanovic2019-06-284-9/+14
|
* clangformat runMiodrag Milanovic2019-06-2523-162/+171
|
* Merge masterMiodrag Milanovic2019-06-2515-32/+157
|\
| * Merge pull request #294 from YosysHQ/eddie/whiteboxesDavid Shah2019-06-241-7/+12
| |\ | | | | | | Changes to cope with YosysHQ/yosys#943
| | * Changes to cope with YosysHQ/yosys#943Eddie Hung2019-04-191-7/+12
| | |
| * | Merge pull request #276 from YosysHQ/add-linkDavid Shah2019-06-241-0/+3
| |\ \ | | | | | | | | Add link to arXiv paper
| | * | Add link to arXiv paperEddie Hung2019-05-201-0/+3
| | | |
| * | | clangformatDavid Shah2019-06-245-9/+16
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | Merge pull request #293 from YosysHQ/json_portsDavid Shah2019-06-241-5/+35
| |\ \ \ | | | | | | | | | | Add support for upto and offset in JSON files
| | * | | Fix formattingMiodrag Milanovic2019-06-241-9/+9
| | | | |
| | * | | Reversed logicMiodrag Milanovic2019-06-221-2/+2
| | | | |
| | * | | Add support for upto and offset in JSON filesMiodrag Milanovic2019-06-211-5/+35
| | | | |
| * | | | timing: Add missing std::minDavid Shah2019-06-231-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | ecp5: Delay tweaking for lower speed gradesDavid Shah2019-06-212-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | ecp5: Reduce cfg.criticalityExponent for nowDavid Shah2019-06-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | Merge pull request #288 from corecode/u4kDavid Shah2019-06-108-4/+77
| |\ \ \ | | | | | | | | | | ice40: add RGB_DRV/LED_DRV_CUR support for u4k
| | * | | ice40: add RGB_DRV/LED_DRV_CUR support for u4kSimon Schubert2019-06-108-4/+77
| |/ / /
| * | | ecp5: Improve error message for bad chars in BRAM init stringsDavid Shah2019-06-081-7/+12
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | Merge pull request #285 from whitequark/fix-missing-newlineDavid Shah2019-06-041-1/+1
| |\ \ \ | | | | | | | | | | Fix missing \n in log statement
| | * | | Fix missing \n in log statement.whitequark2019-06-041-1/+1
| |/ / /
* | | | default for 5G is speed 8Miodrag Milanovic2019-06-211-1/+5
| | | |
* | | | fix regressionMiodrag Milanovic2019-06-211-1/+1
| | | |
* | | | Fix loading jsonMiodrag Milanovic2019-06-211-54/+56
| | | |
* | | | Preserve portsMiodrag Milanovic2019-06-213-3/+21
| | | |
* | | | default placement only if not setMiodrag Milanovic2019-06-151-3/+3
| | | |
* | | | use save seedMiodrag Milanovic2019-06-151-0/+3
| | | |
* | | | moved some context variables to settingsMiodrag Milanovic2019-06-157-34/+47
| | | |
* | | | No need for settings classMiodrag Milanovic2019-06-1511-105/+48
| | | |
* | | | enable lading of jsons and setting up contextMiodrag Milanovic2019-06-1413-35/+53
| | | |
* | | | fix titleMiodrag Milanovic2019-06-142-3/+1
| | | |
* | | | Remove base config, since deprecatedMiodrag Milanovic2019-06-142-32/+1
| | | |
* | | | gui for json write and proper statusesMiodrag Milanovic2019-06-1411-36/+84
| | | |
* | | | CleanupMiodrag Milanovic2019-06-147-16/+1
| | | |
* | | | Use flags for each stepMiodrag Milanovic2019-06-147-11/+9
| | | |
* | | | restore arch info for ecp5Miodrag Milanovic2019-06-143-24/+99
| | | |
* | | | restore context from jsonMiodrag Milanovic2019-06-141-3/+43
| | | |
* | | | Load properties from json and propagate to context createMiodrag Milanovic2019-06-137-9/+65
| | | |
* | | | Save settings that we saved in projectMiodrag Milanovic2019-06-134-2/+7
| | | |
* | | | CleanupMiodrag Milanovic2019-06-131-2/+0
| | | |
* | | | Remove concept of project and code connectedMiodrag Milanovic2019-06-139-459/+4
| | | |
* | | | Use properties for settings and save in jsonMiodrag Milanovic2019-06-127-23/+16
| | | |
* | | | Save top level attrs and store current stepMiodrag Milanovic2019-06-079-5/+55
| | | |
* | | | Save/restore net strengthMiodrag Milanovic2019-06-071-5/+7
| | | |
* | | | Restore routing from jsonMiodrag Milanovic2019-06-071-1/+21
| | | |
* | | | Add vcc and gnd nets and cells only if neededMiodrag Milanovic2019-06-071-5/+20
| | | |
* | | | CleanupMiodrag Milanovic2019-06-078-43/+5
| | | |
* | | | No need for this oneMiodrag Milanovic2019-06-071-4/+0
| | | |
* | | | Cleanup and fixes, flow works nowMiodrag Milanovic2019-06-073-21/+32
| | | |
* | | | Merge pull request #286 from YosysHQ/json_write_ecp5Miodrag Milanović2019-06-073-4/+9
|\ \ \ \ | | | | | | | | | | ecp5: Use an attribute to store is_global
| * | | | ecp5: Use an attribute to store is_globalDavid Shah2019-06-073-4/+9
|/ / / / | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>