Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | frontend/json: Refactor port importer | David Shah | 2018-06-13 | 1 | -37/+32 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Adding IO buffer insertion function to JSON frontend | David Shah | 2018-06-13 | 1 | -0/+55 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Add IdString API | Clifford Wolf | 2018-06-12 | 1 | -5/+5 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 2 | -0/+8 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add "nextpnr.h" | Clifford Wolf | 2018-06-11 | 2 | -3/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Remove pool, dict, vector namespace aliases | Clifford Wolf | 2018-06-11 | 1 | -4/+5 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | json: Parse cell attributes | David Shah | 2018-06-09 | 1 | -7/+24 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Merged log_ lines in the JSON parser | ZipCPU | 2018-06-07 | 1 | -13/+6 | |
| | ||||||
* | Tried to add fixes *and* update clang-format jsonparse.cc | ZipCPU | 2018-06-07 | 1 | -2/+1 | |
|\ | ||||||
| * | Fix handling of parameters in JSON | David Shah | 2018-06-07 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | Applied clang-format to my own contributions | ZipCPU | 2018-06-07 | 2 | -605/+592 | |
|/ | ||||||
* | Adjusted info message names for rule-checker and parser | ZipCPU | 2018-06-07 | 1 | -2/+2 | |
| | ||||||
* | Initial (random) placer capability | ZipCPU | 2018-06-07 | 1 | -1/+19 | |
| | | | | | | | | | | 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++. | |||||
* | added ports (not ports_directions) to jsonparse.cc | ZipCPU | 2018-06-07 | 1 | -8/+19 | |
| | ||||||
* | String fixes to json parser | ZipCPU | 2018-06-06 | 1 | -4/+4 | |
| | ||||||
* | Attempt to add JSON parser--not working yet w/ build system | ZipCPU | 2018-06-06 | 2 | -19/+35 | |
| | ||||||
* | Applied Rule Check to parser results, refactored JSON parser | ZipCPU | 2018-06-06 | 1 | -160/+349 | |
| | ||||||
* | Removed erroneous BEL assignment in JSON parser | ZipCPU | 2018-06-06 | 1 | -4/+9 | |
| | ||||||
* | Removed the log_ dependencies from json-parser | ZipCPU | 2018-06-05 | 1 | -35/+4 | |
| | ||||||
* | Initial JSON parser | ZipCPU | 2018-06-05 | 1 | -0/+527 | |