aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-07 17:41:00 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-11 06:37:26 +0200
commit2b3a1bb316317453d4e40bc3a650b4ed07eee7a8 (patch)
tree2d4446502e2ab262c6a3fcf03b2d912bfad2944d /src/std_names.adb
parent89969411e5d6ecb5efd89172a9462a92878f093b (diff)
downloadghdl-2b3a1bb316317453d4e40bc3a650b4ed07eee7a8.tar.gz
ghdl-2b3a1bb316317453d4e40bc3a650b4ed07eee7a8.tar.bz2
ghdl-2b3a1bb316317453d4e40bc3a650b4ed07eee7a8.zip
vhdl: recognize numeric_std shift_left.
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 34aae433c..7552a4097 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -642,6 +642,8 @@ package body Std_Names is
Def ("to_signed", Name_To_Signed);
Def ("resize", Name_Resize);
Def ("std_match", Name_Std_Match);
+ Def ("shift_left", Name_Shift_Left);
+ Def ("shift_right", Name_Shift_Right);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
Def ("log2", Name_Log2);