Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of old IdString API users, Add ctx to many internal APIs | Clifford Wolf | 2018-06-18 | 1 | -11/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add IdString API | Clifford Wolf | 2018-06-12 | 1 | -7/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 1 | -0/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "nextpnr.h" | Clifford Wolf | 2018-06-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Applied clang-format to my own contributions | ZipCPU | 2018-06-07 | 1 | -52/+56 |
| | |||||
* | Adjusted info message names for rule-checker and parser | ZipCPU | 2018-06-07 | 1 | -1/+2 |
| | |||||
* | Initial (random) placer capability | ZipCPU | 2018-06-07 | 1 | -5/+10 |
| | | | | | | | | | | This commit also includes changes to jsonparse to allow it to 1) recognize ports with no connection, and set their net pointers to NULL 2) recognize designs with a ports node rather than a ports_direction The rule checker has also been modified to accommodate possible NULL netlists The ice40 chip now also has iterator operations ++bi and bi++. | ||||
* | rulecheck.cc: Add missing return | David Shah | 2018-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Attempt to add JSON parser--not working yet w/ build system | ZipCPU | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Applied Rule Check to parser results, refactored JSON parser | ZipCPU | 2018-06-06 | 1 | -0/+61 |