pyGHDL.libghdl.vhdl.formatters#

Functions

  • Indent_String(): Reindent all lines of F between [First_Line; Last_Line] to Handle.


Functions

pyGHDL.libghdl.vhdl.formatters.Indent_String(File, Handle, FirstLine, LastLine)[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 (int) – undocumented. Type: Vstring_Acc

  • FirstLine (int) – undocumented.

  • LastLine (int) – undocumented.

Return type:

None