From 2a94597e8c0cc0636c7f2274fb45de24014c7525 Mon Sep 17 00:00:00 2001 From: Alice Date: Mon, 3 Aug 2026 11:37:35 +0200 Subject: [PATCH] fix:use powerchip for xilinx --- tests/scripts/utils_for_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/utils_for_test.py b/tests/scripts/utils_for_test.py index 191aa5f44..b1d6d8057 100644 --- a/tests/scripts/utils_for_test.py +++ b/tests/scripts/utils_for_test.py @@ -312,7 +312,7 @@ def loadConfig(name, rx_hostname = 'localhost', settingsdir = None, log_file_fp d.zmqport = START_ZMQ_PORTNO d.rx_zmqport = START_ZMQ_PORTNO - if name == "jungfrau" or name == "moench": + if name == "jungfrau" or name == "moench" or name == "xilinx_ctb": d.powerchip = 1 if name == "xilinx_ctb":