From 76fba538b18166f770113140f4e3d35ce8cca834 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Mon, 18 Dec 2023 13:15:41 +0800 Subject: [PATCH] artiq_ddb_template: fixed missing separator --- artiq/frontend/artiq_ddb_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_ddb_template.py b/artiq/frontend/artiq_ddb_template.py index e55637d37..376467d75 100755 --- a/artiq/frontend/artiq_ddb_template.py +++ b/artiq/frontend/artiq_ddb_template.py @@ -58,7 +58,7 @@ def process_header(output, description): "arguments": {{ "host": core_addr, "ref_period": {ref_period}, - "analyzer_proxy": "core_analyzer" + "analyzer_proxy": "core_analyzer", "target": "{cpu_target}", "satellite_cpu_targets": {{}} }},