From e23e4d39d702cb31e0957e434c8362753e877c20 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 9 Oct 2023 10:03:43 +0800 Subject: [PATCH] artiq_compile: ignore subkernel_arg_types --- artiq/frontend/artiq_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_compile.py b/artiq/frontend/artiq_compile.py index 938f5b787..9aeceb6d9 100755 --- a/artiq/frontend/artiq_compile.py +++ b/artiq/frontend/artiq_compile.py @@ -63,7 +63,7 @@ def main(): core_name = exp.run.artiq_embedded.core_name core = getattr(exp_inst, core_name) - object_map, kernel_library, _, _ = \ + object_map, kernel_library, _, _, _ = \ core.compile(exp.run, [exp_inst], {}, attribute_writeback=False, print_as_rpc=False) except CompileError as error: