Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang-format include order issues | Clifford Wolf | 2018-06-07 | 4 | -6/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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> | ||||
* | Adding Python to/from string wrappers for internal IDs | David Shah | 2018-06-07 | 1 | -0/+48 |
| | |||||
* | 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 | 5 | -52/+63 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Added the build directory to .gitignore | ZipCPU | 2018-06-06 | 1 | -0/+1 |
| | |||||
* | rulecheck.cc: Add missing return | David Shah | 2018-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixed run-time bug in json parser | ZipCPU | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gqtech' into jsonparser | ZipCPU | 2018-06-06 | 1 | -2/+2 |
|\ | |||||
| * | String fixes to json parser | ZipCPU | 2018-06-06 | 1 | -4/+4 |
| | | |||||
* | | json: Fixing the build | David Shah | 2018-06-06 | 2 | -3/+3 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Attempt to add JSON parser--not working yet w/ build system | ZipCPU | 2018-06-06 | 6 | -35/+68 |
| | |||||
* | Merge branch 'master' into gqtech | ZipCPU | 2018-06-06 | 11 | -337/+648 |
|\ | |||||
| * | Add iCE40 device selection, improve iCE40 IO GraphicElements | Clifford Wolf | 2018-06-06 | 2 | -13/+61 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'ice40-xy' | Clifford Wolf | 2018-06-06 | 5 | -20/+132 |
| |\ | |||||
| | * | 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 | 4 | -16/+96 |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'chip-api-refactor' | Clifford Wolf | 2018-06-06 | 11 | -330/+481 |
| |\ | |||||
| | * | Add ice40 --test mode | Clifford Wolf | 2018-06-06 | 2 | -5/+66 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Update and simplify dummy arch | Clifford Wolf | 2018-06-06 | 4 | -154/+38 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Refactor Chip API and iCE40 database | Clifford Wolf | 2018-06-06 | 6 | -171/+377 |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Applied Rule Check to parser results, refactored JSON parser | ZipCPU | 2018-06-06 | 2 | -160/+410 |
| | | |||||
* | | Merge branch 'master' into gqtech | ZipCPU | 2018-06-06 | 22 | -14/+1012 |
|\| | |||||
| * | cmake: Fix Boost::Python finder on Gentoo | David Shah | 2018-06-06 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Initial GUI work | Miodrag Milanovic | 2018-06-05 | 22 | -14/+998 |
| | | |||||
* | | Removed erroneous BEL assignment in JSON parser | ZipCPU | 2018-06-06 | 2 | -7/+12 |
|/ | |||||
* | Removed the log_ dependencies from json-parser | ZipCPU | 2018-06-05 | 3 | -47/+12 |
| | |||||
* | Added some logging functions, borrowed from Yosys | ZipCPU | 2018-06-05 | 2 | -0/+351 |
| | |||||
* | Initial JSON parser | ZipCPU | 2018-06-05 | 4 | -12/+549 |
| | |||||
* | Add 'styles' to GraphicElement | David Shah | 2018-06-04 | 1 | -0/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | 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 | 3 | -16/+21 |
| | | | | 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> | ||||
* | Update clangformat make target and config | Clifford Wolf | 2018-06-03 | 2 | -12/+11 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "clangformat" make target and .clang-format (for now with std LLVM style) | Clifford Wolf | 2018-06-03 | 2 | -0/+101 |
| | | | | 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 |
| | |||||
* | Update README with CMake instructions | David Shah | 2018-06-02 | 1 | -1/+23 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Improve documentation in CMakeLists.txt | David Shah | 2018-06-02 | 1 | -3/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Python bindings working on both architectures | David Shah | 2018-06-02 | 5 | -78/+90 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Simple Python test working | David Shah | 2018-06-02 | 4 | -2/+65 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add architecture specific Python defs | David Shah | 2018-06-02 | 3 | -1/+46 |
| | | | | 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 | 2 | -3/+18 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add a CMake based build system | David Shah | 2018-06-02 | 5 | -35/+85 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add new file | Clifford Wolf | 2018-06-02 | 1 | -0/+12 |
| | |||||
* | 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> |