aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/flists.py
blob: 96bac53d5a19c68cf51255d0c1661ae87d0f908c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from pyGHDL.libghdl import libghdl
from ctypes import c_int32


Flist_Type = c_int32

Ffirst = 0
Flast = libghdl.vhdl__flists__flast

Length = libghdl.vhdl__flists__length

Get_Nth_Element = libghdl.vhdl__flists__get_nth_element