aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-07 07:58:12 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-07 18:35:02 +0200
commit705ef790875789d6e92aef48092f27af1ced27e6 (patch)
tree30482febb0a161d090f029a4bafd88ea38b8d22a /src/std_names.adb
parent0464fc08590bf4f8cc9d011ff26b4e726134d5dd (diff)
downloadghdl-705ef790875789d6e92aef48092f27af1ced27e6.tar.gz
ghdl-705ef790875789d6e92aef48092f27af1ced27e6.tar.bz2
ghdl-705ef790875789d6e92aef48092f27af1ced27e6.zip
vhdl-sem: adjust condition to set suspend_state on procedures
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 3e7a769d5..649029ff7 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -621,6 +621,7 @@ package body Std_Names is
Def ("ieee", Name_Ieee);
Def ("std_logic_1164", Name_Std_Logic_1164);
Def ("vital_timing", Name_VITAL_Timing);
+ Def ("vital_primitives", Name_VITAL_Primitives);
Def ("numeric_std", Name_Numeric_Std);
Def ("numeric_bit", Name_Numeric_Bit);
Def ("numeric_std_unsigned", Name_Numeric_Std_Unsigned);