diff options
-rw-r--r-- | src/vhdl/python/libghdl/thin/vhdl/nodes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/python/libghdl/thin/vhdl/nodes.py b/src/vhdl/python/libghdl/thin/vhdl/nodes.py index 9e687eebd..a42710e5e 100644 --- a/src/vhdl/python/libghdl/thin/vhdl/nodes.py +++ b/src/vhdl/python/libghdl/thin/vhdl/nodes.py @@ -1,6 +1,7 @@ from libghdl import libghdl Null_Iir = 0 + Null_Iir_List = 0 Iir_List_All = 1 |