Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Sep 9, 2024
1 parent f975560 commit 85ee662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/aiertx_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 85ee662

Please sign in to comment.