aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/pybindings.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-181-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "nextpnr.h"Clifford Wolf2018-06-111-4/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Reformat Python bindings and ice40 mainDavid Shah2018-06-071-4/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fix clang-format include order issuesClifford Wolf2018-06-071-0/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Update and simplify dummy archClifford Wolf2018-06-061-1/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Python bindings working on both architecturesDavid Shah2018-06-021-8/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Simple Python test workingDavid Shah2018-06-021-0/+20
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add architecture specific Python defsDavid Shah2018-06-021-0/+14
Signed-off-by: David Shah <davey1576@gmail.com>