Commit 9c63091
[dyn-seq] dma_op.py: update to renamed transfer_len kwarg + static len form
The self-review commit renamed the dma_bd() wrapper's len kwarg to
transfer_len (avoids shadowing the builtin, matches shim_dma_bd) and made a
constant len land in the static_len attribute rather than an arith.constant
operand. This test still passed len= and CHECK'd the operand form, so it hit
"got multiple values for keyword argument 'len'". Route through transfer_len
and expect the bare `len = 2`.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e9456b4 commit 9c63091
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments