aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r--python/libghdl/thin/vhdl/nodes.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py
index 4f93775a0..1df7f9445 100644
--- a/python/libghdl/thin/vhdl/nodes.py
+++ b/python/libghdl/thin/vhdl/nodes.py
@@ -962,11 +962,6 @@ class Iir_Constraint:
Fully_Constrained = 2
-class Iir_Direction:
- To = 0
- Downto = 1
-
-
class Iir_Delay_Mechanism:
Inertial_Delay = 0
Transport_Delay = 1