diff options
Diffstat (limited to 'src/vhdl/python/pnodespy.py')
-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') |