pyGHDL.libghdl.str_table
Python binding for the Ada package Str_Table in libghdl.
Holds the string literals found in the source code, addressed by a String8_Id.
Functions
_String8_Address(): Raw binding returning the address of the string table.Get_String8_Ptr(): Get the address of string8 ID. Note that as soon as a character is appended
Functions
- pyGHDL.libghdl.str_table._String8_Address(Id)[source]
Raw binding returning the address of the string table.
Use
Get_String()instead, which reads a string out of it.- Return type:
- Returns:
The address of the string table.
- Parameters:
Id (String8Id)