aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-09-16 21:14:31 +0200
committerTristan Gingold <tgingold@free.fr>2020-09-16 21:14:31 +0200
commit970afd54338ed04440c23a7b625f5c660e858cb2 (patch)
tree65d1d80d3cc07874ab75435dc1e94d59d906914f /src/std_names.adb
parent63fd2ca7ce387c914668f8393962751a55ac4138 (diff)
downloadghdl-970afd54338ed04440c23a7b625f5c660e858cb2.tar.gz
ghdl-970afd54338ed04440c23a7b625f5c660e858cb2.tar.bz2
ghdl-970afd54338ed04440c23a7b625f5c660e858cb2.zip
vhdl: recognize find_leftmost/find_rightmost. For #1460
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 8855b3b75..0545fdbaa 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -676,6 +676,8 @@ package body Std_Names is
Def ("shr", Name_Shr);
Def ("ext", Name_Ext);
Def ("sxt", Name_Sxt);
+ Def ("find_leftmost", Name_Find_Leftmost);
+ Def ("find_rightmost", Name_Find_Rightmost);
Def ("allconst", Name_Allconst);
Def ("allseq", Name_Allseq);