From 5cf2f8d1ea60537f0c2061451b83e8eb2ba3eefa Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:23:21 -0800 Subject: Seperate PipRange types in pybindings_shared. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- ecp5/arch_pybindings.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ecp5/arch_pybindings.cc') diff --git a/ecp5/arch_pybindings.cc b/ecp5/arch_pybindings.cc index b8e48ccf..8618bec1 100644 --- a/ecp5/arch_pybindings.cc +++ b/ecp5/arch_pybindings.cc @@ -56,6 +56,9 @@ void arch_wrap_python(py::module &m) readonly_wrapper>::def_wrap(belpin_cls, "bel"); readonly_wrapper>::def_wrap(belpin_cls, "pin"); + typedef const PipRange UphillPipRange; + typedef const PipRange DownhillPipRange; + #include "arch_pybindings_shared.h" WRAP_RANGE(m, Bel, conv_to_str); -- cgit v1.2.3