diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2022-06-19 21:40:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 21:40:35 +0200 |
commit | 4afeced94eba857e929e7eaa4ca2899db69be520 (patch) | |
tree | bbbe8e33a86ca21cd9ae68e0eb813c9bf2269cf1 /pyGHDL/dom/NonStandard.py | |
parent | 6080383b327571d366d3ed69bcf3cd4257a20010 (diff) | |
parent | 24f4de4220f3635afc8c4334c5805e874329e396 (diff) | |
download | ghdl-4afeced94eba857e929e7eaa4ca2899db69be520.tar.gz ghdl-4afeced94eba857e929e7eaa4ca2899db69be520.tar.bz2 ghdl-4afeced94eba857e929e7eaa4ca2899db69be520.zip |
Bumped dependencies to support pyTooling ≥2.0.
Diffstat (limited to 'pyGHDL/dom/NonStandard.py')
-rw-r--r-- | pyGHDL/dom/NonStandard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyGHDL/dom/NonStandard.py b/pyGHDL/dom/NonStandard.py index f6f451325..4e842f012 100644 --- a/pyGHDL/dom/NonStandard.py +++ b/pyGHDL/dom/NonStandard.py @@ -98,6 +98,7 @@ class Design(VHDLModel_Design): errorout_memory.Install_Handler() libghdl_set_option("--std=08") + libghdl_set_option("--ams") parse.Flag_Parse_Parenthesis.value = True |