From a120ae1fa7be5bac98e77755a6220df59e443b16 Mon Sep 17 00:00:00 2001 From: gatecat Date: Tue, 14 Dec 2021 18:47:35 +0000 Subject: python: Bind getBelLocation/getPipLocation Signed-off-by: gatecat --- common/arch_pybindings_shared.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/arch_pybindings_shared.h') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index f44aa70e..b3dc0506 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -48,6 +48,8 @@ fn_wrapper_2a_v, conv_from_str>::def_wrap(ctx_cls, "getBelType"); +fn_wrapper_1a, + conv_from_str>::def_wrap(ctx_cls, "getBelLocation"); fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "checkBelAvail"); fn_wrapper_1a, @@ -92,6 +94,8 @@ fn_wrapper_0a, conv_from_str>::def_wrap(ctx_cls, "getPipChecksum"); +fn_wrapper_1a, + conv_from_str>::def_wrap(ctx_cls, "getPipLocation"); fn_wrapper_3a_v, addr_and_unwrap, pass_through>::def_wrap(ctx_cls, "bindPip"); fn_wrapper_1a_v>::def_wrap( -- cgit v1.2.3