From b0fc6a361bd803f82590fcc30671d53de1c22123 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 28 Oct 2017 06:21:50 +0200 Subject: python: add features. --- src/vhdl/python/libghdl/thin.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vhdl/python/libghdl/thin.py') diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py index 68409531e..0a0178aa3 100644 --- a/src/vhdl/python/libghdl/thin.py +++ b/src/vhdl/python/libghdl/thin.py @@ -74,6 +74,9 @@ def Get_Identifier(s): # Ieee class Ieee: + Std_Logic_1164_Pkg = c_int.in_dll( + libghdl, "ieee__std_logic_1164__std_logic_1164_pkg") + # Get value Std_Logic_Type = c_int.in_dll( libghdl, "ieee__std_logic_1164__std_logic_type") -- cgit v1.2.3