aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/nodes.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-26 07:14:25 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-26 07:14:25 +0100
commit8a5fe99b279b1ce1ea7fe4313a24d0f3a399149d (patch)
treecf14414d9b18d8bb8ec59ac6b89ef8ebc3e28933 /python/libghdl/thin/vhdl/nodes.py
parenta24642ace5f43509c40b5a94927a1cff865f2ece (diff)
downloadghdl-8a5fe99b279b1ce1ea7fe4313a24d0f3a399149d.tar.gz
ghdl-8a5fe99b279b1ce1ea7fe4313a24d0f3a399149d.tar.bz2
ghdl-8a5fe99b279b1ce1ea7fe4313a24d0f3a399149d.zip
vhdl: add Has_Delay_Machanism for optional 'inertial' printing.
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r--python/libghdl/thin/vhdl/nodes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py
index e5c1a431b..a1a159b6f 100644
--- a/python/libghdl/thin/vhdl/nodes.py
+++ b/python/libghdl/thin/vhdl/nodes.py
@@ -2507,6 +2507,10 @@ Get_Has_Class = libghdl.vhdl__nodes__get_has_class
Set_Has_Class = libghdl.vhdl__nodes__set_has_class
+Get_Has_Delay_Mechanism = libghdl.vhdl__nodes__get_has_delay_mechanism
+
+Set_Has_Delay_Mechanism = libghdl.vhdl__nodes__set_has_delay_mechanism
+
Get_Suspend_Flag = libghdl.vhdl__nodes__get_suspend_flag
Set_Suspend_Flag = libghdl.vhdl__nodes__set_suspend_flag