msitral: Fix pip iterator Python bindings
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
8c7fa8e6c9
commit
bd525d3548
@ -61,8 +61,8 @@ void arch_wrap_python(py::module &m)
|
|||||||
|
|
||||||
typedef const std::vector<BelId> &BelRange;
|
typedef const std::vector<BelId> &BelRange;
|
||||||
|
|
||||||
typedef const UpDownhillPipRange UphillPipRange;
|
typedef UpDownhillPipRange UphillPipRange;
|
||||||
typedef const UpDownhillPipRange DownhillPipRange;
|
typedef UpDownhillPipRange DownhillPipRange;
|
||||||
|
|
||||||
typedef AllWireRange WireRange;
|
typedef AllWireRange WireRange;
|
||||||
typedef const std::vector<BelPin> &BelPinRange;
|
typedef const std::vector<BelPin> &BelPinRange;
|
||||||
|
Loading…
Reference in New Issue
Block a user