From bd525d3548df30b5e4831348fdad7fe5fd5180c2 Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 14 May 2021 14:58:56 +0100 Subject: msitral: Fix pip iterator Python bindings Signed-off-by: gatecat --- mistral/arch_pybindings.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mistral/arch_pybindings.cc') diff --git a/mistral/arch_pybindings.cc b/mistral/arch_pybindings.cc index d93b7e28..23716c93 100644 --- a/mistral/arch_pybindings.cc +++ b/mistral/arch_pybindings.cc @@ -61,8 +61,8 @@ void arch_wrap_python(py::module &m) typedef const std::vector &BelRange; - typedef const UpDownhillPipRange UphillPipRange; - typedef const UpDownhillPipRange DownhillPipRange; + typedef UpDownhillPipRange UphillPipRange; + typedef UpDownhillPipRange DownhillPipRange; typedef AllWireRange WireRange; typedef const std::vector &BelPinRange; -- cgit v1.2.3