aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/flists.py
blob: 6cdd39ff37e34ba364e69952748127bc6eff50aa (plain)
1
2
3
4
5
6
7
8
9
10
11
from 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