aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pybindings.cc
Commit message (Collapse)AuthorAgeFilesLines
* python: Renaming and fixing 'generic' buildDavid Shah2018-07-041-162/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Update wrapper for non-unique_ptr mapsDavid Shah2018-07-041-57/+18
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Near-complete Arch bindngsDavid Shah2018-07-041-5/+47
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Adding more wrapped bindings for ice40David Shah2018-07-041-23/+25
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Developing context wrappers for mapsDavid Shah2018-07-041-0/+16
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Adding more bindingsDavid Shah2018-07-041-4/+27
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Add context wrapper support for rangesDavid Shah2018-07-041-23/+20
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Progress on new wrapper systemDavid Shah2018-07-041-30/+42
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Restructuring wrapper systemDavid Shah2018-07-041-22/+43
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixing the Python bindings following Context/Arch refactoringDavid Shah2018-06-231-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Update from increased clangformat line lengthDavid Shah2018-06-231-3/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* 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 ↵Clifford Wolf2018-06-221-1/+1
| | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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>