From 4ac00af6fadc0405867fdac84229d2cda390c108 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 29 Jul 2021 12:02:45 +0100 Subject: basectx: Add a field to store timing results 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 c2fe3e24..46f1f9be 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -9,6 +9,8 @@ readonly_wrapper, conv_from_str>::def_wrap(ctx_cls, "top_module"); +readonly_wrapper>::def_wrap(ctx_cls, "timing_result"); fn_wrapper_0a>::def_wrap( ctx_cls, "getNameDelimiter"); -- cgit v1.2.3