aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pybindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/pybindings.cc')
-rw-r--r--ice40/pybindings.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/pybindings.cc b/ice40/pybindings.cc
index 9094fe7c..5ccf9495 100644
--- a/ice40/pybindings.cc
+++ b/ice40/pybindings.cc
@@ -73,8 +73,8 @@ void arch_wrap_python()
.def("getPipsDownhill", &Chip::getPipsDownhill)
.def("getPipsUphill", &Chip::getPipsUphill)
.def("getWireAliases", &Chip::getWireAliases)
- .def("getBelPosition", &Chip::getBelPosition)
- .def("getWirePosition", &Chip::getWirePosition);
+ .def("estimatePosition", &Chip::estimatePosition)
+ .def("estimateDelay", &Chip::estimateDelay);
WRAP_RANGE(Bel);
WRAP_RANGE(BelPin);