from libghdl import libghdl
Null_Iir = 0
Null_Iir_List = 0
Iir_List_All = 1
Null_Iir_Flist = 0
Iir_Flist_Others = 1
Iir_Flist_All = 2
class Iir_Kind:
Unused = 0
Error = 1
Design_File = 2
Design_Unit = 3
Library_Clause = 4
Use_Clause = 5
Context_Reference = 6
Integer_Literal = 7
Floating_Point_Literal = 8
Null_Literal = 9
String_Literal8 = 10
Physical_Int_Literal = 11
Physical_Fp_Literal = 12
Simple_Aggregate = 13
Overflow_Literal = 14
Unaffected_Waveform = 15
Waveform_Element = 16
Conditional_Waveform = 17
Conditional_Expression = 18
Association_Element_By_Expression = 19
Association_Element_By_Individual = 20
Association_Element_Open = 21
Association_Element_Package = 22