Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied clang-format to my own contributions | ZipCPU | 2018-06-07 | 1 | -44/+45 |
| | |||||
* | Fix placer build for dummy arch | Clifford Wolf | 2018-06-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Moved placer definitions to place.h, main automatically runs placer now | ZipCPU | 2018-06-07 | 1 | -3/+1 |
| | |||||
* | Initial (random) placer capability | ZipCPU | 2018-06-07 | 1 | -0/+82 |
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++. |