aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pybindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/pybindings.cc')
-rw-r--r--ice40/pybindings.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/ice40/pybindings.cc b/ice40/pybindings.cc
index 2dd558d1..dc13f849 100644
--- a/ice40/pybindings.cc
+++ b/ice40/pybindings.cc
@@ -52,6 +52,9 @@ void arch_wrap_python() {
.def("getBels", &Chip::getBels)
.def("getWires", &Chip::getWires);
- WRAP_RANGE(AllWire);
-
+ WRAP_RANGE(Bel);
+ WRAP_RANGE(BelPin);
+ WRAP_RANGE(Wire);
+ WRAP_RANGE(AllPip);
+ WRAP_RANGE(Pip);
}