diff options
Diffstat (limited to 'pyGHDL/libghdl/vhdl/lists.py')
-rw-r--r-- | pyGHDL/libghdl/vhdl/lists.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/vhdl/lists.py b/pyGHDL/libghdl/vhdl/lists.py index 5b4a389e2..efb5b4ea9 100644 --- a/pyGHDL/libghdl/vhdl/lists.py +++ b/pyGHDL/libghdl/vhdl/lists.py @@ -42,6 +42,7 @@ from pyGHDL.libghdl import libghdl List_Type = c_int32 +@export class Iterator(Structure): _fields_ = [("chunk", c_int32), ("chunk_idx", c_int32), ("remain", c_int32)] |