pyGHDL.libghdl.flags
¶
Variables
Classes
VhdlStandard
: An enumeration representing libghdl’s internalVhdl_Std_Type
enumeration type.
Variables
- pyGHDL.libghdl.flags.Flag_Elocations¶
c_bool(False)
- pyGHDL.libghdl.flags.MB_Comment¶
Internal boolean flag representing
--mb-comment
.c_bool(False)
- pyGHDL.libghdl.flags.Explicit¶
Internal boolean flag representing
-fexplicit
.c_bool(False)
- pyGHDL.libghdl.flags.Relaxed¶
Internal boolean flag representing
-frelaxed
.c_bool(True)
- pyGHDL.libghdl.flags.Flag_Elaborate_With_Outdated¶
c_bool(False)
- pyGHDL.libghdl.flags.Flag_Force_Analysis¶
c_bool(False)
- pyGHDL.libghdl.flags.AMS_Vhdl¶
Internal boolean flag representing
-ams
.c_bool(False)
- pyGHDL.libghdl.flags.Flag_Gather_Comments¶
c_bool(False)
Classes