diff options
-rw-r--r-- | mistral/arch_pybindings.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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<BelId> &BelRange; - typedef const UpDownhillPipRange UphillPipRange; - typedef const UpDownhillPipRange DownhillPipRange; + typedef UpDownhillPipRange UphillPipRange; + typedef UpDownhillPipRange DownhillPipRange; typedef AllWireRange WireRange; typedef const std::vector<BelPin> &BelPinRange; |