From b5d46a0235464dbf27e49f804ef69e7fa434828c Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 13 Jan 2020 21:02:11 +0000 Subject: nexus: Add Python bindings Signed-off-by: David Shah --- common/arch_pybindings_shared.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index 3f7efcc1..8bb93a80 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -103,11 +103,6 @@ fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getPipDelay"); -fn_wrapper_1a, - pass_through>::def_wrap(ctx_cls, "getPackagePinBel"); -fn_wrapper_1a, - conv_from_str>::def_wrap(ctx_cls, "getBelPackagePin"); - fn_wrapper_0a>::def_wrap( ctx_cls, "getChipName"); fn_wrapper_0a>::def_wrap(ctx_cls, -- cgit v1.2.3