aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-11 07:55:43 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-11 07:55:43 +0200
commit06ee1499b50458cd23118b99b3727f8a08d847bd (patch)
treea907228fe0adafa7213f222fbbee96209e02c6f1 /src/std_names.adb
parentba140c09d7b9f21cbccdd29e1fdda67e110a38f0 (diff)
downloadghdl-06ee1499b50458cd23118b99b3727f8a08d847bd.tar.gz
ghdl-06ee1499b50458cd23118b99b3727f8a08d847bd.tar.bz2
ghdl-06ee1499b50458cd23118b99b3727f8a08d847bd.zip
vhdl: recognize ext/sxt from std_logic_arith.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 9d9cfcbe7..ece86763f 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -668,6 +668,8 @@ package body Std_Names is
Def ("log2", Name_Log2);
Def ("sin", Name_Sin);
Def ("cos", Name_Cos);
+ Def ("ext", Name_Ext);
+ Def ("sxt", Name_Sxt);
Def ("allconst", Name_Allconst);
Def ("allseq", Name_Allseq);