From d4aac6586cc463bb14195289b510866ebe5e4092 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 15 Apr 2021 10:00:45 +0100 Subject: Add Python bindings for placement tests Signed-off-by: gatecat --- common/arch_pybindings_shared.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index ef355a54..69d7025f 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -116,6 +116,9 @@ fn_wrapper_0a, pass_through>::def_wrap(ctx_cls, "writeSVG"); +fn_wrapper_1a, + conv_from_str>::def_wrap(ctx_cls, "isBelLocationValid"); + // const\_range\ getBelBuckets() const fn_wrapper_0a>::def_wrap(ctx_cls, "getBelBuckets"); -- cgit v1.2.3