aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.cc
Commit message (Expand)AuthorAgeFilesLines
* python: Fixes to get net wires map workingDavid Shah2018-11-221-0/+7
* python: Add wrapper for vectors to allow Python access to net.usersDavid Shah2018-11-221-2/+17
* ecp5: Working on arch implementationDavid Shah2018-07-111-4/+4
* Renamed dummy->generic for tests, also fix warningMiodrag Milanovic2018-07-111-0/+2
* typeof to decltypeMiodrag Milanovic2018-07-051-18/+18
* python: More design-related bindings, dump_design.py working againDavid Shah2018-07-041-21/+49
* python: Update wrapper for non-unique_ptr mapsDavid Shah2018-07-041-17/+6
* python: Adding more wrapped bindings for ice40David Shah2018-07-041-4/+5
* python: Translate NPNR_ASSERTs to PythonDavid Shah2018-07-041-0/+7
* python: New wrapper system working for unique_ptr mapsDavid Shah2018-07-041-2/+8
* python: Developing context wrappers for mapsDavid Shah2018-07-041-3/+3
* python: Adding more bindingsDavid Shah2018-07-041-4/+0
* python: Add context wrapper support for rangesDavid Shah2018-07-041-5/+4
* Progress on new wrapper systemDavid Shah2018-07-041-1/+0
* remove emb.ccMiodrag Milanovic2018-06-281-4/+1
* Improving post-ripup placement in the legaliserDavid Shah2018-06-271-3/+2
* reinit python tabMiodrag Milanovic2018-06-271-6/+8
* Fixing Python bindings bugsDavid Shah2018-06-261-2/+2
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-13/+13
* Fixing the Python bindings following Context/Arch refactoringDavid Shah2018-06-231-2/+4
* Update from increased clangformat line lengthDavid Shah2018-06-231-15/+5
* Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-231-0/+4
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-221-1/+1
* Cleanup parse_json_file API, some other cleanupsClifford Wolf2018-06-211-2/+1
* Towards IdString as per-context facilityClifford Wolf2018-06-181-1/+1
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-9/+8
* Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-181-1/+1
* Updating copyrightsDavid Shah2018-06-171-1/+1
* python: Clear SIGINT handler after Python loadsDavid Shah2018-06-141-0/+2
* reveresed logic for enabling main file, and made tests link arch filesMiodrag Milanovic2018-06-121-2/+2
* Minimal Python bindings for IdStringDavid Shah2018-06-121-0/+5
* Add nextpnr namespaceClifford Wolf2018-06-121-1/+4
* Add "nextpnr.h"Clifford Wolf2018-06-111-5/+2
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-111-2/+2
* Improving the Python bindings, particularly the map/pair wrappersDavid Shah2018-06-081-0/+24
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+4
* Reformat Python bindings and ice40 mainDavid Shah2018-06-071-105/+109
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-071-1/+3
|\
| * Fix clang-format include order issuesClifford Wolf2018-06-071-1/+3
* | Global design object workingDavid Shah2018-06-071-0/+6
* | Working on global Python design objectDavid Shah2018-06-071-1/+9
* | Developing Python bindings for Design and related typesDavid Shah2018-06-071-0/+47
|/
* Allow loading and running Python files before GUI startsDavid Shah2018-06-071-32/+42
* Refactor Chip API and iCE40 databaseClifford Wolf2018-06-061-5/+0
* Initial GUI workMiodrag Milanovic2018-06-051-0/+42
* Python bindings working on both architecturesDavid Shah2018-06-021-61/+3
* Simple Python test workingDavid Shah2018-06-021-2/+2
* Add architecture specific Python defsDavid Shah2018-06-021-1/+5
* Adding generic Python range and iterator bindingsDavid Shah2018-06-021-3/+83
* Creating an empty Python moduleDavid Shah2018-06-021-0/+15