aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-30 03:53:40 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-30 03:53:40 +0200
commit18ae5082cbae9ebc652455419b60a9d420281688 (patch)
tree594170ddf9ef4779c6e1414eaacd4d280033504e /src/std_names.adb
parent612d41653c059b108df02d4ced4fbcfb37333183 (diff)
downloadghdl-18ae5082cbae9ebc652455419b60a9d420281688.tar.gz
ghdl-18ae5082cbae9ebc652455419b60a9d420281688.tar.bz2
ghdl-18ae5082cbae9ebc652455419b60a9d420281688.zip
std_names: add std_match
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 bdc11e695..34aae433c 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -641,6 +641,7 @@ package body Std_Names is
Def ("to_unsigned", Name_To_Unsigned);
Def ("to_signed", Name_To_Signed);
Def ("resize", Name_Resize);
+ Def ("std_match", Name_Std_Match);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
Def ("log2", Name_Log2);