pybindings: Fix mapping for PortRefVector
This is used by net.users for instance.
Removed by mistake in 4ac00af6fa
Fixes #799
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
parent
b37d133c43
commit
df67783dd3
@ -285,6 +285,8 @@ PYBIND11_EMBEDDED_MODULE(MODULE_NAME, m)
|
||||
WRAP_MAP(m, WireMap, wrap_context<PipMap &>, "WireMap");
|
||||
WRAP_MAP_UPTR(m, RegionMap, "RegionMap");
|
||||
|
||||
WRAP_VECTOR(m, PortRefVector, wrap_context<PortRef &>);
|
||||
|
||||
typedef dict<IdString, ClockFmax> ClockFmaxMap;
|
||||
WRAP_MAP(m, ClockFmaxMap, pass_through<ClockFmax>, "ClockFmaxMap");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user