diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-16 23:47:04 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-23 16:35:36 +0200 |
commit | 3f0308a5f807269aa5691fa1c704c0e9147d45f1 (patch) | |
tree | e29bc841c2720f5668a71c8b18c9aa8151b84645 /pyGHDL/dom/Sequential.py | |
parent | db48ba4042769646676f7ffb981149cbb5e52740 (diff) | |
download | ghdl-3f0308a5f807269aa5691fa1c704c0e9147d45f1.tar.gz ghdl-3f0308a5f807269aa5691fa1c704c0e9147d45f1.tar.bz2 ghdl-3f0308a5f807269aa5691fa1c704c0e9147d45f1.zip |
Handle contexts.
Diffstat (limited to 'pyGHDL/dom/Sequential.py')
-rw-r--r-- | pyGHDL/dom/Sequential.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyGHDL/dom/Sequential.py b/pyGHDL/dom/Sequential.py index 0503eca25..7fe94fad5 100644 --- a/pyGHDL/dom/Sequential.py +++ b/pyGHDL/dom/Sequential.py @@ -276,7 +276,6 @@ class CaseStatement(VHDLModel_CaseStatement, DOMMixin): while alternative != nodes.Null_Iir: choiceKind = GetIirKindOfNode(alternative) sameAlternative = nodes.Get_Same_Alternative_Flag(alternative) - print("sameAlternative: ", sameAlternative) if choiceKind in ( nodes.Iir_Kind.Choice_By_Name, |