diff options
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/dom/Sequential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/Sequential.py b/pyGHDL/dom/Sequential.py index 42e5e2245..d1396941e 100644 --- a/pyGHDL/dom/Sequential.py +++ b/pyGHDL/dom/Sequential.py @@ -487,7 +487,7 @@ class ExitStatement(VHDLModel_ExitStatement, DOMMixin): ): super().__init__(condition=None, loopLabel=label) DOMMixin.__init__(self, exitNode) - #TODO: parse condition + # TODO: parse condition @export |