| Commit message (Expand) | Author | Age | Files | Lines |
* | ecp5: Working on arch implementation | David Shah | 2018-07-11 | 1 | -4/+4 |
* | Renamed dummy->generic for tests, also fix warning | Miodrag Milanovic | 2018-07-11 | 1 | -0/+2 |
* | typeof to decltype | Miodrag Milanovic | 2018-07-05 | 1 | -18/+18 |
* | python: More design-related bindings, dump_design.py working again | David Shah | 2018-07-04 | 1 | -21/+49 |
* | python: Update wrapper for non-unique_ptr maps | David Shah | 2018-07-04 | 1 | -17/+6 |
* | python: Adding more wrapped bindings for ice40 | David Shah | 2018-07-04 | 1 | -4/+5 |
* | python: Translate NPNR_ASSERTs to Python | David Shah | 2018-07-04 | 1 | -0/+7 |
* | python: New wrapper system working for unique_ptr maps | David Shah | 2018-07-04 | 1 | -2/+8 |
* | python: Developing context wrappers for maps | David Shah | 2018-07-04 | 1 | -3/+3 |
* | python: Adding more bindings | David Shah | 2018-07-04 | 1 | -4/+0 |
* | python: Add context wrapper support for ranges | David Shah | 2018-07-04 | 1 | -5/+4 |
* | Progress on new wrapper system | David Shah | 2018-07-04 | 1 | -1/+0 |
* | remove emb.cc | Miodrag Milanovic | 2018-06-28 | 1 | -4/+1 |
* | Improving post-ripup placement in the legaliser | David Shah | 2018-06-27 | 1 | -3/+2 |
* | reinit python tab | Miodrag Milanovic | 2018-06-27 | 1 | -6/+8 |
* | Fixing Python bindings bugs | David Shah | 2018-06-26 | 1 | -2/+2 |
* | Fixing Python bindings after adding unique_ptr | David Shah | 2018-06-26 | 1 | -13/+13 |
* | Fixing the Python bindings following Context/Arch refactoring | David Shah | 2018-06-23 | 1 | -2/+4 |
* | Update from increased clangformat line length | David Shah | 2018-06-23 | 1 | -15/+5 |
* | Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options, | Miodrag Milanovic | 2018-06-23 | 1 | -0/+4 |
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright... | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
* | Cleanup parse_json_file API, some other cleanups | Clifford Wolf | 2018-06-21 | 1 | -2/+1 |
* | Towards IdString as per-context facility | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 1 | -9/+8 |
* | Rename Chip to Arch and ChipArgs to ArchArgs | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
* | Updating copyrights | David Shah | 2018-06-17 | 1 | -1/+1 |
* | python: Clear SIGINT handler after Python loads | David Shah | 2018-06-14 | 1 | -0/+2 |
* | reveresed logic for enabling main file, and made tests link arch files | Miodrag Milanovic | 2018-06-12 | 1 | -2/+2 |
* | Minimal Python bindings for IdString | David Shah | 2018-06-12 | 1 | -0/+5 |
* | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 1 | -1/+4 |
* | Add "nextpnr.h" | Clifford Wolf | 2018-06-11 | 1 | -5/+2 |
* | Remove pool, dict, vector namespace aliases | Clifford Wolf | 2018-06-11 | 1 | -2/+2 |
* | Improving the Python bindings, particularly the map/pair wrappers | David Shah | 2018-06-08 | 1 | -0/+24 |
* | python: Fixing builds as importable module | David Shah | 2018-06-08 | 1 | -0/+4 |
* | Reformat Python bindings and ice40 main | David Shah | 2018-06-07 | 1 | -105/+109 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-07 | 1 | -1/+3 |
|\ |
|
| * | Fix clang-format include order issues | Clifford Wolf | 2018-06-07 | 1 | -1/+3 |
* | | Global design object working | David Shah | 2018-06-07 | 1 | -0/+6 |
* | | Working on global Python design object | David Shah | 2018-06-07 | 1 | -1/+9 |
* | | Developing Python bindings for Design and related types | David Shah | 2018-06-07 | 1 | -0/+47 |
|/ |
|
* | Allow loading and running Python files before GUI starts | David Shah | 2018-06-07 | 1 | -32/+42 |
* | Refactor Chip API and iCE40 database | Clifford Wolf | 2018-06-06 | 1 | -5/+0 |
* | Initial GUI work | Miodrag Milanovic | 2018-06-05 | 1 | -0/+42 |
* | Python bindings working on both architectures | David Shah | 2018-06-02 | 1 | -61/+3 |
* | Simple Python test working | David Shah | 2018-06-02 | 1 | -2/+2 |
* | Add architecture specific Python defs | David Shah | 2018-06-02 | 1 | -1/+5 |
* | Adding generic Python range and iterator bindings | David Shah | 2018-06-02 | 1 | -3/+83 |
* | Creating an empty Python module | David Shah | 2018-06-02 | 1 | -0/+15 |