msitral: Fix pip iterator Python bindings

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-05-14 14:58:56 +01:00
parent 8c7fa8e6c9
commit bd525d3548

View File

@ -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;