aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add nextpnr namespaceClifford Wolf2018-06-121-1/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "nextpnr.h"Clifford Wolf2018-06-111-5/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-111-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improving the Python bindings, particularly the map/pair wrappersDavid Shah2018-06-081-0/+24
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Reformat Python bindings and ice40 mainDavid Shah2018-06-071-105/+109
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-071-1/+3
|\
| * Fix clang-format include order issuesClifford Wolf2018-06-071-1/+3
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Global design object workingDavid Shah2018-06-071-0/+6
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Working on global Python design objectDavid Shah2018-06-071-1/+9
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | 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
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Refactor Chip API and iCE40 databaseClifford Wolf2018-06-061-5/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Initial GUI workMiodrag Milanovic2018-06-051-0/+42
|
* Python bindings working on both architecturesDavid Shah2018-06-021-61/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Simple Python test workingDavid Shah2018-06-021-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add architecture specific Python defsDavid Shah2018-06-021-1/+5
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Adding generic Python range and iterator bindingsDavid Shah2018-06-021-3/+83
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Creating an empty Python moduleDavid Shah2018-06-021-0/+15
Signed-off-by: David Shah <davey1576@gmail.com>