Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve log messages, move many messages to verbose mode | Clifford Wolf | 2018-06-21 | 1 | -3/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix jsonparse compiler warnings, clangformat updates | Clifford Wolf | 2018-06-20 | 1 | -12/+8 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-20 | 1 | -7/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | json: Make the JSON parser deterministic | David Shah | 2018-06-19 | 1 | -6/+8 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-19 | 1 | -6/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Adding support for tristate IO | David Shah | 2018-06-19 | 1 | -17/+24 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 1 | -71/+74 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-18 | 1 | -8/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 2 | -31/+31 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improving code style and fixing dummy | David Shah | 2018-06-18 | 1 | -3/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-17 | 1 | -4/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | frontend/json: Look up netnames properly instead of using number | David Shah | 2018-06-17 | 1 | -7/+43 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add support for CellInfo->pins in router | Clifford Wolf | 2018-06-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | frontend/json: Fix bus ports | David Shah | 2018-06-13 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixing implementation of constants | David Shah | 2018-06-13 | 1 | -1/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Remove IO buffers when fed by SB_IO | David Shah | 2018-06-13 | 1 | -5/+11 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | frontend/son: Insert generic IO buffers for top level IO | David Shah | 2018-06-13 | 1 | -4/+30 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | 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 |