Commit dc63340
committed
fix(cocotbext - eth monitors): pass bytes instead of list[int] to callbacks
The drivers are using bytes object for sending packet:
unify for better "loopback" usage.1 parent 0705fb0 commit dc63340
File tree
2 files changed
+2
-2
lines changed- python/cocotbext/cocotbext/ofm
- avst_eth
- lbus
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
0 commit comments