pyGHDL.libghdl.vhdl.prints#

Functions


Functions

pyGHDL.libghdl.vhdl.prints.Print_String(File, Handle)[source]#

Reindent all lines of F between [First_Line; Last_Line] to Handle.

Parameters:
  • File (int) – File to indent lines within. Type: Iir_Design_File

  • Handle (c_void_p) – undocumented. Type: Vstring_Acc

  • FirstLine – undocumented.

  • LastLine – undocumented.

Return type:

None

pyGHDL.libghdl.vhdl.prints.Allocate_Handle()[source]#

Todo

Undocumented in Ada code.

Return type:

c_void_p

Returns:

undocumented. Type: Vstring_Acc

pyGHDL.libghdl.vhdl.prints.Get_Length(Handle)[source]#

Todo

Undocumented in Ada code.

Parameters:

Handle (c_void_p) – undocumented. Type: Vstring_Acc

Return type:

int

Returns:

undocumented.

pyGHDL.libghdl.vhdl.prints.Get_C_String(Handle)[source]#

Todo

Undocumented in Ada code.

Parameters:

Handle (c_void_p) – undocumented. Type: Vstring_Acc

Return type:

c_char_p

Returns:

Type: Grt.Types.Ghdl_C_String

pyGHDL.libghdl.vhdl.prints.Free_Handle(Handle)[source]#

Todo

Undocumented in Ada code.

Parameters:

Handle (c_void_p) – undocumented. Type: Vstring_Acc

Return type:

None