aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pybindings.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-181-31/+31
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Updating copyrightsDavid Shah2018-06-171-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Refactor position/delay estimation APIClifford Wolf2018-06-141-2/+2
| | | | 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>
* Getting rid of .nil() methods, compare with zero- and default-constructed ↵Clifford Wolf2018-06-091-9/+3
| | | | | | objects instead Signed-off-by: Clifford Wolf <clifford@clifford.at>
* ice40: More Python bindings and examplesDavid Shah2018-06-071-1/+16
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Refactor PortPin and add Python bindingDavid Shah2018-06-071-0/+14
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Reformat Python bindings and ice40 mainDavid Shah2018-06-071-4/+4
| | | | 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>
* Refactor Chip API and iCE40 databaseClifford Wolf2018-06-061-2/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Python bindings working on both architecturesDavid Shah2018-06-021-9/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Simple Python test workingDavid Shah2018-06-021-0/+37
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add architecture specific Python defsDavid Shah2018-06-021-0/+27
Signed-off-by: David Shah <davey1576@gmail.com>