Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ice40: Use snake case for arch-specific functions | D. Shah | 2021-02-03 | 1 | -1/+1 |
| | | | | | | | This makes the difference clearer between the general arch API that everyone must implement; and helper functions specific to one arch. Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | Use std::string::find(char c) when searching for a single character. | Tim Callahan | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Tim Callahan <tcal@google.com> | ||||
* | Fixes for new part types | Miodrag Milanovic | 2020-07-08 | 1 | -2/+2 |
| | |||||
* | ice40: Add set_frequency pcf command; and document pcf | David Shah | 2019-10-13 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -4/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #284 from YosysHQ/json_write | David Shah | 2019-07-03 | 1 | -1/+1 |
|\ | | | | | Initial support for writing to json files from nextpnr. | ||||
| * | Use properties for settings and save in json | Miodrag Milanovic | 2019-06-12 | 1 | -1/+1 |
| | | |||||
* | | ice40: Warn that trailing PCF settings are ignored | tux3 | 2019-05-31 | 1 | -1/+4 |
|/ | |||||
* | ice40: Improve handling of unconstrained IO | David Shah | 2018-12-26 | 1 | -0/+16 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Add PCF support for -pullup, -pullup_resistor and -nowarn | David Shah | 2018-12-20 | 1 | -2/+30 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Improve PCF error handling | David Shah | 2018-11-26 | 1 | -3/+9 |
| | | | | | | Fixes #147 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Save settings and give nicer names to some | Miodrag Milanovic | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Use settings for json and pcf | Miodrag Milanovic | 2018-08-08 | 1 | -1/+2 |
| | |||||
* | Fix message for pcf loading | Miodrag Milanovic | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | Update from increased clangformat line length | David Shah | 2018-06-23 | 1 | -6/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Cleanup almost all deprecation warnings | Miodrag Milanovic | 2018-06-23 | 1 | -4/+4 |
| | |||||
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵ | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
| | | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added return code to json parsing and pcf reading | Miodrag Milanovic | 2018-06-21 | 1 | -34/+41 |
| | |||||
* | Updates from clangformat | Clifford Wolf | 2018-06-18 | 1 | -2/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 1 | -5/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updating copyrights | David Shah | 2018-06-17 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Add a PCF parser | David Shah | 2018-06-13 | 1 | -0/+71 |
Signed-off-by: David Shah <davey1576@gmail.com> |