From 85ee662d18f24c9e184fa53aebea1217ecee9beb Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Mon, 9 Sep 2024 15:39:58 -0600 Subject: [PATCH] fix again --- test/python/aiertx_bindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/aiertx_bindings.py b/test/python/aiertx_bindings.py index e7e05215aa..730ba7444c 100644 --- a/test/python/aiertx_bindings.py +++ b/test/python/aiertx_bindings.py @@ -14,7 +14,7 @@ # CHECK-LABEL: simple @construct_and_print_module def simple(module): - ctl = AIERTXControl(1, 4) + ctl = AIERTXControl(4) ctl.start_transaction() ctl.dma_update_bd_addr(0, 0, DDR_AIE_ADDR_OFFSET, 0) ctl.export_serialized_transaction()