diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-01 18:46:04 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-01 18:46:04 +0100 |
commit | 2b61f516ef9775502da6dfcc8b21e79cf8482c87 (patch) | |
tree | d8aa8f7fa8a87284ab2eba374cdbe7e151df3bf6 /src/vhdl/python | |
parent | 27a653c717618b0ce5b7e768a0697c3cec5e9a1c (diff) | |
download | ghdl-2b61f516ef9775502da6dfcc8b21e79cf8482c87.tar.gz ghdl-2b61f516ef9775502da6dfcc8b21e79cf8482c87.tar.bz2 ghdl-2b61f516ef9775502da6dfcc8b21e79cf8482c87.zip |
python: generate more declarations.
Diffstat (limited to 'src/vhdl/python')
-rwxr-xr-x | src/vhdl/python/pnodespy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/python/pnodespy.py b/src/vhdl/python/pnodespy.py index 3f3dfb4ee..4c8353fca 100755 --- a/src/vhdl/python/pnodespy.py +++ b/src/vhdl/python/pnodespy.py @@ -120,6 +120,8 @@ def do_libghdl_iirs(): read_spec_enum('Iir_Mode', 'Iir_', 'Iir_Mode') read_spec_enum('Iir_Staticness', '', 'Iir_Staticness') read_spec_enum('Iir_Constraint', '', 'Iir_Constraint') + read_spec_enum('Iir_Direction', 'Iir_', 'Iir_Direction') + read_spec_enum('Iir_Delay_Mechanism', 'Iir_', 'Iir_Delay_Mechanism') read_spec_enum('Date_State_Type', 'Date_', 'Date_State') read_spec_enum('Iir_Predefined_Functions', 'Iir_Predefined_', 'Iir_Predefined') |