aboutsummaryrefslogtreecommitdiffstats
path: root/common/arch_pybindings_shared.h
Commit message (Collapse)AuthorAgeFilesLines
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+3
| | | | Signed-off-by: D. Shah <dave@ds0.me>
* Run "make clangformat".Keith Rothman2021-02-021-6/+6
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add pybindings for new APIs.Keith Rothman2021-02-021-0/+16
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-011-2/+2
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* nexus: Add Python bindingsDavid Shah2020-11-301-5/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Remove wire alias APIDavid Shah2020-10-151-2/+0
| | | | | | It has not actually been implemented in any router for over 2.5 years and causes nothing more than confusion. It can always be added back if it forms part of a future solution; possibly as part of a more general database structure rethink. Signed-off-by: David Shah <dave@ds0.me>
* svg: Basic SVG graphics renderingDavid Shah2020-02-151-0/+3
| | | | Signed-off-by: David Shah <dave@ds0.me>
* python: Add bindings for hierarchy structuresDavid Shah2019-12-271-0/+4
| | | | Signed-off-by: David Shah <dave@ds0.me>
* clangformatDavid Shah2019-10-011-54/+52
| | | | Signed-off-by: David Shah <dave@ds0.me>
* python: Adding helper functions for netlist modificationDavid Shah2019-09-151-0/+16
| | | | Signed-off-by: David Shah <dave@ds0.me>
* python: Refactor out bindings shared between ECP5 and iCE40David Shah2019-09-151-0/+98
Signed-off-by: David Shah <dave@ds0.me>