Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the default log to stdout | ZipCPU | 2018-06-07 | 2 | -2/+17 |
|\ | |||||
| * | Moved placer definitions to place.h, main automatically runs placer now | ZipCPU | 2018-06-07 | 1 | -3/+2 |
| | | |||||
| * | Initial (random) placer capability | ZipCPU | 2018-06-07 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | 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++. | ||||
| * | Preliminary placer changes to main | ZipCPU | 2018-06-07 | 1 | -0/+7 |
| | | |||||
* | | ice40: More Python bindings and examples | David Shah | 2018-06-07 | 2 | -1/+17 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ice40: Refactor PortPin and add Python binding | David Shah | 2018-06-07 | 5 | -318/+126 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Connected the log file facility to stderr | ZipCPU | 2018-06-07 | 1 | -0/+3 |
|/ | |||||
* | cmake: Add HX1K-only builds support | David Shah | 2018-06-07 | 1 | -1/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Reformat Python bindings and ice40 main | David Shah | 2018-06-07 | 2 | -225/+230 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixing file->run renaming | David Shah | 2018-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-07 | 3 | -813/+819 |
|\ | |||||
| * | clang-format for design and chip codebase | Clifford Wolf | 2018-06-07 | 2 | -813/+817 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix clang-format include order issues | Clifford Wolf | 2018-06-07 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge branch 'python' | David Shah | 2018-06-07 | 1 | -1/+2 |
|\ \ | |/ |/| | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Global design object working | David Shah | 2018-06-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Working on global Python design object | David Shah | 2018-06-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Add ICE40_HX1K_ONLY config macro | Clifford Wolf | 2018-06-07 | 2 | -8/+43 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Rename --file to --run | Clifford Wolf | 2018-06-07 | 1 | -3/+3 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Allow specifying multiple Python files on the command line | David Shah | 2018-06-07 | 1 | -3/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Allow loading and running Python files before GUI starts | David Shah | 2018-06-07 | 1 | -14/+15 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Attempt to add JSON parser--not working yet w/ build system | ZipCPU | 2018-06-06 | 1 | -12/+26 |
| | |||||
* | Add iCE40 device selection, improve iCE40 IO GraphicElements | Clifford Wolf | 2018-06-06 | 2 | -13/+61 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add simple SVG generator to ice40 main | Clifford Wolf | 2018-06-06 | 1 | -4/+36 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ice40 geometry information | Clifford Wolf | 2018-06-06 | 3 | -15/+95 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ice40 --test mode | Clifford Wolf | 2018-06-06 | 2 | -5/+66 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactor Chip API and iCE40 database | Clifford Wolf | 2018-06-06 | 4 | -166/+376 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Initial GUI work | Miodrag Milanovic | 2018-06-05 | 1 | -7/+75 |
| | |||||
* | Initial JSON parser | ZipCPU | 2018-06-05 | 1 | -0/+3 |
| | |||||
* | Add iCE40 blockram bels | Clifford Wolf | 2018-06-04 | 3 | -0/+285 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Replace GuiLine with GraphicElement | Clifford Wolf | 2018-06-04 | 1 | -7/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add iCE40 SB_IO bels | Clifford Wolf | 2018-06-03 | 3 | -26/+106 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ice40 ICESTORM_LC bels | Clifford Wolf | 2018-06-02 | 3 | -12/+157 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove now obsolete ice40/makefile.inc | Clifford Wolf | 2018-06-02 | 1 | -17/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix race condition and optimise the build | David Shah | 2018-06-02 | 2 | -2/+7 |
| | |||||
* | Python bindings working on both architectures | David Shah | 2018-06-02 | 1 | -9/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Simple Python test working | David Shah | 2018-06-02 | 1 | -0/+37 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add architecture specific Python defs | David Shah | 2018-06-02 | 1 | -0/+27 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add a CMake based build system | David Shah | 2018-06-02 | 1 | -0/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Use singular in type names (BelRange, WireIterator) | Clifford Wolf | 2018-06-02 | 1 | -18/+18 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add iCE40 blinky example | Clifford Wolf | 2018-05-31 | 3 | -0/+152 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add DelayInfo struct | Clifford Wolf | 2018-05-29 | 1 | -2/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Progress in chip.h API | Clifford Wolf | 2018-05-26 | 2 | -32/+174 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Progress in ice40 chipdb | Clifford Wolf | 2018-05-26 | 4 | -52/+131 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Start work on iCE40 chipdb | Clifford Wolf | 2018-05-26 | 6 | -0/+423 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |