aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/parse.py
blob: c6fbb52598ae88d4a0035360a28dc425d9ee2104 (plain)
1
2
3
4
5
6
7
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")