aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-07 21:13:53 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-07 21:55:51 +0200
commitdb12214157722a004cd951b40dd1bdf1449be200 (patch)
treed24098401e5e70b9aacee6b960e076ce43dd4ebb /src/std_names.adb
parentcdc9c7a87a943e83901f56e1a1d5aa0c52b98daa (diff)
downloadghdl-db12214157722a004cd951b40dd1bdf1449be200.tar.gz
ghdl-db12214157722a004cd951b40dd1bdf1449be200.tar.bz2
ghdl-db12214157722a004cd951b40dd1bdf1449be200.zip
vhdl: recognize more std_logic_arith operators.
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 f633f3fbf..8855b3b75 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -672,6 +672,8 @@ package body Std_Names is
Def ("log2", Name_Log2);
Def ("sin", Name_Sin);
Def ("cos", Name_Cos);
+ Def ("shl", Name_Shl);
+ Def ("shr", Name_Shr);
Def ("ext", Name_Ext);
Def ("sxt", Name_Sxt);