aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/NonStandard.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-19 20:49:03 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-19 20:49:03 +0200
commit2387eff54cb72997fb9afd30a2ea0754264deb3b (patch)
tree9d34b09df88c45d7a4a7a610121a13334a3cf1b9 /pyGHDL/dom/NonStandard.py
parentc634df29a8ccd593f07f5e67625c556eff3a5345 (diff)
downloadghdl-2387eff54cb72997fb9afd30a2ea0754264deb3b.tar.gz
ghdl-2387eff54cb72997fb9afd30a2ea0754264deb3b.tar.bz2
ghdl-2387eff54cb72997fb9afd30a2ea0754264deb3b.zip
Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules to support VHDL-AMS code.
Diffstat (limited to 'pyGHDL/dom/NonStandard.py')
-rw-r--r--pyGHDL/dom/NonStandard.py1
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