diff options
-rwxr-xr-x | pyGHDL/cli/dom.py | 2 | ||||
-rw-r--r-- | pyGHDL/dom/requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index 2443beb54..b342b3d9c 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -343,7 +343,7 @@ def main(): # mccabe:disable=MC0001 try: # handover to a class instance - app = Application() #debug, verbose, quiet) + app = Application() # debug, verbose, quiet) app.Run() app.exit() except PrettyPrintException as ex: diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index 18b3495eb..2e00a19a6 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.14.1 +pyVHDLModel==0.14.3 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |