From dcb09ec8deddb1c90c53acc157baf941fb875142 Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 30 Apr 2021 11:07:31 +0100 Subject: interchange: Implement getWireType Signed-off-by: gatecat --- common/arch_pybindings_shared.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/arch_pybindings_shared.h') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index 69d7025f..c2fe3e24 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -67,6 +67,8 @@ fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getWireChecksum"); +fn_wrapper_1a, + conv_from_str>::def_wrap(ctx_cls, "getWireType"); fn_wrapper_3a_v, addr_and_unwrap, pass_through>::def_wrap(ctx_cls, "bindWire"); fn_wrapper_1a_v>::def_wrap( -- cgit v1.2.3