Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| | * | | ecp5: Use an attribute to store is_global | David Shah | 2019-06-07 | 3 | -4/+9 | |
| |/ / | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | | 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 | |
| | | | | | | | | | | | | This reverts commit f1b3a14bc23ccee6acaf6bbe27827523dc13c111. | |||||
| * | | 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 #297 from whitequark/serialize-chipdb | David Shah | 2019-06-27 | 3 | -31/+48 | |
|\ \ \ | | | | | | | | | Serialize chipdb generation by default | |||||
| * | | | CMake: serialize chipdb generation by default. | whitequark | 2019-06-26 | 3 | -8/+25 | |
| | | | | | | | | | | | | | | | | Fixes #296. | |||||
| * | | | CMake: formatting. NFC. | whitequark | 2019-06-26 | 2 | -25/+25 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #298 from YosysHQ/clifford/bbasm | David Shah | 2019-06-27 | 1 | -7/+13 | |
|\ \ \ | | | | | | | | | Improvements in bbasm | |||||
| * | | | Improvements in bbasm | Clifford Wolf | 2019-06-27 | 1 | -7/+13 | |
|/ / / | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Merge pull request #248 from koriakin/bba-fix | Clifford Wolf | 2019-06-27 | 1 | -4/+5 | |
|\ \ \ | | | | | | | | | bba: Fix str with empty string. | |||||
| * | | | bba: Fix str with empty string. | Marcin Kościelnicki | 2019-03-12 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Marcin Kościelnicki <marcin@symbioticeda.com> | |||||
* | | | | Merge pull request #283 from tux3/warn_pcf_trailing | David Shah | 2019-06-26 | 1 | -1/+4 | |
|\ \ \ \ | |_|/ / |/| | | | ice40: Warn that trailing PCF settings are ignored | |||||
| * | | | ice40: Warn that trailing PCF settings are ignored | tux3 | 2019-05-31 | 1 | -1/+4 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #294 from YosysHQ/eddie/whiteboxes | David Shah | 2019-06-24 | 1 | -7/+12 | |
|\ \ \ | | | | | | | | | Changes to cope with YosysHQ/yosys#943 | |||||
| * | | | Changes to cope with YosysHQ/yosys#943 | Eddie Hung | 2019-04-19 | 1 | -7/+12 | |
| | | | | ||||||
* | | | | Merge pull request #276 from YosysHQ/add-link | David Shah | 2019-06-24 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | Add link to arXiv paper | |||||
| * | | | | Add link to arXiv paper | Eddie Hung | 2019-05-20 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | clangformat | David Shah | 2019-06-24 | 5 | -9/+16 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | | | | Merge pull request #293 from YosysHQ/json_ports | David Shah | 2019-06-24 | 1 | -5/+35 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for upto and offset in JSON files | |||||
| * | | | | | Fix formatting | Miodrag Milanovic | 2019-06-24 | 1 | -9/+9 | |
| | | | | | | ||||||
| * | | | | | Reversed logic | Miodrag Milanovic | 2019-06-22 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Add support for upto and offset in JSON files | Miodrag Milanovic | 2019-06-21 | 1 | -5/+35 | |
| | | | | | |