aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl/thin/errorout_memory.py
blob: 2967863f5d61c6ea58c1ded0397cc1c0c0271d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Install_Handler = libghdl.errorout__memory__install_handler

Get_Nbr_Messages = libghdl.errorout__memory__get_nbr_messages

Get_Error_Record = libghdl.errorout__memory__get_error_record
Get_Error_Record.argstypes = [c_int32]
Get_Error_Record.restype = Errorout.Error_Record

Get_Error_Message = libghdl.errorout__memory__get_error_message_addr
Get_Error_Message.argstype = [c_int32]
Get_Error_Message.restype = c_char_p

Clear_Errors = libghdl.errorout__memory__clear_errors