diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-20 18:16:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-21 20:41:20 +0200 |
commit | bfaf785fdfa06002a911977f63852b65a97c8c20 (patch) | |
tree | b7fbfaa965e86dcbd5f0f3429b5b8432cae1fda2 /src/vhdl/python/libghdl | |
parent | b2276823d4d04f63abb330908df635cba5010ebf (diff) | |
download | ghdl-bfaf785fdfa06002a911977f63852b65a97c8c20.tar.gz ghdl-bfaf785fdfa06002a911977f63852b65a97c8c20.tar.bz2 ghdl-bfaf785fdfa06002a911977f63852b65a97c8c20.zip |
python: regenerated nodes.py
Diffstat (limited to 'src/vhdl/python/libghdl')
-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 |