ecp5: Fix Python bindings for pip iterators
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
c61d490bd4
commit
6ee3daf06a
@ -54,8 +54,8 @@ void arch_wrap_python(py::module &m)
|
|||||||
readonly_wrapper<BelPin, decltype(&BelPin::bel), &BelPin::bel, conv_to_str<BelId>>::def_wrap(belpin_cls, "bel");
|
readonly_wrapper<BelPin, decltype(&BelPin::bel), &BelPin::bel, conv_to_str<BelId>>::def_wrap(belpin_cls, "bel");
|
||||||
readonly_wrapper<BelPin, decltype(&BelPin::pin), &BelPin::pin, conv_to_str<IdString>>::def_wrap(belpin_cls, "pin");
|
readonly_wrapper<BelPin, decltype(&BelPin::pin), &BelPin::pin, conv_to_str<IdString>>::def_wrap(belpin_cls, "pin");
|
||||||
|
|
||||||
typedef const PipRange UphillPipRange;
|
typedef PipRange UphillPipRange;
|
||||||
typedef const PipRange DownhillPipRange;
|
typedef PipRange DownhillPipRange;
|
||||||
|
|
||||||
typedef const std::vector<BelBucketId> &BelBucketRange;
|
typedef const std::vector<BelBucketId> &BelBucketRange;
|
||||||
typedef const std::vector<BelId> &BelRangeForBelBucket;
|
typedef const std::vector<BelId> &BelRangeForBelBucket;
|
||||||
|
Loading…
Reference in New Issue
Block a user