Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default for 5G is speed 8 | Miodrag Milanovic | 2019-06-21 | 1 | -1/+5 |
* | fix regression | Miodrag Milanovic | 2019-06-21 | 1 | -1/+1 |
* | Fix loading json | Miodrag Milanovic | 2019-06-21 | 1 | -54/+56 |
* | Preserve ports | Miodrag Milanovic | 2019-06-21 | 3 | -3/+21 |
* | default placement only if not set | Miodrag Milanovic | 2019-06-15 | 1 | -3/+3 |
* | use save seed | Miodrag Milanovic | 2019-06-15 | 1 | -0/+3 |
* | moved some context variables to settings | Miodrag Milanovic | 2019-06-15 | 7 | -34/+47 |
* | No need for settings class | Miodrag Milanovic | 2019-06-15 | 11 | -105/+48 |
* | enable lading of jsons and setting up context | Miodrag Milanovic | 2019-06-14 | 13 | -35/+53 |
* | fix title | Miodrag Milanovic | 2019-06-14 | 2 | -3/+1 |
* | Remove base config, since deprecated | Miodrag Milanovic | 2019-06-14 | 2 | -32/+1 |
* | gui for json write and proper statuses | Miodrag Milanovic | 2019-06-14 | 11 | -36/+84 |
* | Cleanup | Miodrag Milanovic | 2019-06-14 | 7 | -16/+1 |
* | Use flags for each step | Miodrag Milanovic | 2019-06-14 | 7 | -11/+9 |
* | restore arch info for ecp5 | Miodrag Milanovic | 2019-06-14 | 3 | -24/+99 |
* | restore context from json | Miodrag Milanovic | 2019-06-14 | 1 | -3/+43 |
* | Load properties from json and propagate to context create | Miodrag Milanovic | 2019-06-13 | 7 | -9/+65 |
* | Save settings that we saved in project | Miodrag Milanovic | 2019-06-13 | 4 | -2/+7 |
* | Cleanup | Miodrag Milanovic | 2019-06-13 | 1 | -2/+0 |
* | Remove concept of project and code connected | Miodrag Milanovic | 2019-06-13 | 9 | -459/+4 |
* | Use properties for settings and save in json | Miodrag Milanovic | 2019-06-12 | 7 | -23/+16 |
* | Save top level attrs and store current step | Miodrag Milanovic | 2019-06-07 | 9 | -5/+55 |
* | Save/restore net strength | Miodrag Milanovic | 2019-06-07 | 1 | -5/+7 |
* | Restore routing from json | Miodrag Milanovic | 2019-06-07 | 1 | -1/+21 |
* | Add vcc and gnd nets and cells only if needed | Miodrag Milanovic | 2019-06-07 | 1 | -5/+20 |
* | Cleanup | Miodrag Milanovic | 2019-06-07 | 8 | -43/+5 |
* | No need for this one | Miodrag Milanovic | 2019-06-07 | 1 | -4/+0 |
* | Cleanup and fixes, flow works now | Miodrag Milanovic | 2019-06-07 | 3 | -21/+32 |
* | Merge pull request #286 from YosysHQ/json_write_ecp5 | Miodrag Milanović | 2019-06-07 | 3 | -4/+9 |
|\ | |||||
| * | ecp5: Use an attribute to store is_global | David Shah | 2019-06-07 | 3 | -4/+9 |
|/ | |||||
* | WIP saving/loading attributes | Miodrag Milanovic | 2019-06-07 | 13 | -130/+130 |
* | Use index as unique identifier for nets | Miodrag Milanovic | 2019-06-04 | 1 | -4/+2 |
* | hacky way to support ECP5 for now | Miodrag Milanovic | 2019-06-03 | 2 | -1/+10 |
* | Support ecp5 read write additional cell info | Miodrag Milanovic | 2019-06-03 | 2 | -4/+30 |
* | use NEXTPNR_BEL, since BEL is initial placement | Miodrag Milanovic | 2019-06-02 | 2 | -1/+6 |
* | Read constraints and placing from file | Miodrag Milanovic | 2019-06-02 | 1 | -0/+50 |
* | preserve constraints | Miodrag Milanovic | 2019-06-02 | 1 | -2/+26 |
* | option to disable packing | Miodrag Milanovic | 2019-06-02 | 1 | -4/+8 |
* | added no-place and no-route options | Miodrag Milanovic | 2019-06-02 | 1 | -12/+22 |
* | Revert "Do not add VCC if not used, loading json works" | Miodrag Milanovic | 2019-06-02 | 1 | -6/+5 |
* | Proper save message | Miodrag Milanovic | 2019-06-02 | 1 | -1/+1 |
* | Added support for attributes/properties types | Miodrag Milanovic | 2019-06-01 | 6 | -13/+51 |
* | Add reading attributes to nets from json | Miodrag Milanovic | 2019-06-01 | 1 | -0/+59 |
* | Add writing routing data to json | Miodrag Milanovic | 2019-06-01 | 1 | -2/+23 |
* | Solve issue with nets/cells not visible on load | Miodrag Milanovic | 2019-06-01 | 1 | -1/+1 |
* | Do not add VCC if not used, loading json works | Miodrag Milanovic | 2019-05-31 | 1 | -5/+6 |
* | Solve some of connection issues | Miodrag Milanovic | 2019-05-31 | 1 | -11/+11 |
* | Initial work on jsonwrite | Miodrag Milanovic | 2019-05-31 | 3 | -0/+208 |
* | Merge pull request #281 from whitequark/prefer-ports-as-netlabel | David Shah | 2019-05-29 | 2 | -4/+13 |
|\ | |||||
| * | When choosing between labels for one net, always prefer ports. | whitequark | 2019-05-29 | 2 | -4/+13 |