aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
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/vhdl/vhdl-nodes.ads
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/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 82a45c3ed..f98ff93a0 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5807,6 +5807,12 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Numeric_Std_Xor_Uns,
Iir_Predefined_Ieee_Numeric_Std_Xnor_Uns,
+ -- Find.
+ Iir_Predefined_Ieee_Numeric_Std_Find_Leftmost_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Find_Rightmost_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Find_Leftmost_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Find_Rightmost_Sgn,
+
-- Std_Match functions.
Iir_Predefined_Ieee_Numeric_Std_Match_Log,
Iir_Predefined_Ieee_Numeric_Std_Match_Uns,