diff options
Diffstat (limited to 'python/libghdl/thin/vhdl/sem.py')
-rw-r--r-- | python/libghdl/thin/vhdl/sem.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/sem.py b/python/libghdl/thin/vhdl/sem.py new file mode 100644 index 000000000..df82435da --- /dev/null +++ b/python/libghdl/thin/vhdl/sem.py @@ -0,0 +1,3 @@ +from libghdl import libghdl + +Semantic = libghdl.vhdl__sem__semantic |