blob: 4fff64b84a0b30a3457e9480673cbd4fefe8b0ac (
plain)
1
2
3
4
5
6
  | 
from libghdl import libghdl
from ctypes import c_bool
Parse_Design_File = libghdl.vhdl__parse__parse_design_file
Flag_Parse_Parenthesis = c_bool.in_dll(libghdl, "vhdl__parse__flag_parse_parenthesis")
  
  |