pyGHDL.libghdl.str_table#

Functions


Functions

pyGHDL.libghdl.str_table._String8_Address(Id)[source]#
Return type:

c_char_p

Parameters:

Id (String8Id) –

pyGHDL.libghdl.str_table.Get_String8_Ptr(Id, Length)[source]#

Get the address of string8 ID. Note that as soon as a character is appended (using Append_String8) or a string8 is resized (using Resize_String8), an address previously returned is not valid anymore.

Parameters:
  • Id (TypeVar(String8Id, bound= c_uint)) – String8Id for the string to query.

  • Length (int) –

Return type:

str

Returns:

String8 as string.