Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -3/+27 |
| | |||||
* | Initial (random) placer capability | ZipCPU | 2018-06-07 | 2 | -5/+92 |
| | | | | | | | | | | 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++. | ||||
* | Merge branch 'master' into gqtech | ZipCPU | 2018-06-07 | 6 | -127/+367 |
|\ | |||||
| * | Replacing Boost type_traits with std | David Shah | 2018-06-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Reformat Python bindings and ice40 main | David Shah | 2018-06-07 | 2 | -173/+177 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-07 | 3 | -60/+64 |
| |\ | |||||
| | * | clang-format for design and chip codebase | Clifford Wolf | 2018-06-07 | 2 | -59/+61 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Fix clang-format include order issues | Clifford Wolf | 2018-06-07 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Global design object working | David Shah | 2018-06-07 | 2 | -1/+7 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Working on global Python design object | David Shah | 2018-06-07 | 2 | -14/+49 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Developing Python bindings for Design and related types | David Shah | 2018-06-07 | 3 | -49/+179 |
| |/ | |||||
| * | Adding Python to/from string wrappers for internal IDs | David Shah | 2018-06-07 | 1 | -0/+48 |
| | | |||||
| * | Allow loading and running Python files before GUI starts | David Shah | 2018-06-07 | 2 | -34/+46 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | rulecheck.cc: Add missing return | David Shah | 2018-06-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Removed unused set of warnings from log.cc | ZipCPU | 2018-06-06 | 2 | -5/+2 |
|/ | |||||
* | Attempt to add JSON parser--not working yet w/ build system | ZipCPU | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into gqtech | ZipCPU | 2018-06-06 | 2 | -5/+1 |
|\ | |||||
| * | Refactor Chip API and iCE40 database | Clifford Wolf | 2018-06-06 | 2 | -5/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Applied Rule Check to parser results, refactored JSON parser | ZipCPU | 2018-06-06 | 1 | -0/+61 |
| | | |||||
* | | Merge branch 'master' into gqtech | ZipCPU | 2018-06-06 | 4 | -0/+107 |
|\| | |||||
| * | Initial GUI work | Miodrag Milanovic | 2018-06-05 | 4 | -0/+107 |
| | | |||||
* | | Removed erroneous BEL assignment in JSON parser | ZipCPU | 2018-06-06 | 1 | -3/+3 |
|/ | |||||
* | Removed the log_ dependencies from json-parser | ZipCPU | 2018-06-05 | 2 | -12/+8 |
| | |||||
* | Added some logging functions, borrowed from Yosys | ZipCPU | 2018-06-05 | 2 | -0/+351 |
| | |||||
* | Initial JSON parser | ZipCPU | 2018-06-05 | 1 | -12/+16 |
| | |||||
* | Add 'styles' to GraphicElement | David Shah | 2018-06-04 | 1 | -0/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Replace GuiLine with GraphicElement | Clifford Wolf | 2018-06-04 | 1 | -0/+13 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Python bindings working on both architectures | David Shah | 2018-06-02 | 2 | -61/+86 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Simple Python test working | David Shah | 2018-06-02 | 1 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add architecture specific Python defs | David Shah | 2018-06-02 | 1 | -1/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Adding generic Python range and iterator bindings | David Shah | 2018-06-02 | 1 | -3/+83 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Creating an empty Python module | David Shah | 2018-06-02 | 1 | -0/+15 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add DelayInfo struct | Clifford Wolf | 2018-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Makefile | Clifford Wolf | 2018-05-26 | 2 | -1/+22 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Directory structure | Clifford Wolf | 2018-05-26 | 1 | -0/+95 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |