aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-22 17:25:53 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-22 17:25:53 +0200
commit51d105ce7368344753ef90f84c2209dd514715bb (patch)
tree6c2d9b3be392f2dee0272ba03797f8ecf0ce5a18 /src/std_names.adb
parent1682d41d2faa1dcce87ec55a322695020ea0f751 (diff)
downloadghdl-51d105ce7368344753ef90f84c2209dd514715bb.tar.gz
ghdl-51d105ce7368344753ef90f84c2209dd514715bb.tar.bz2
ghdl-51d105ce7368344753ef90f84c2209dd514715bb.zip
vhdl: recognize rotate functions.
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 7552a4097..9df07bb6d 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -644,6 +644,8 @@ package body Std_Names is
Def ("std_match", Name_Std_Match);
Def ("shift_left", Name_Shift_Left);
Def ("shift_right", Name_Shift_Right);
+ Def ("rotate_left", Name_Rotate_Left);
+ Def ("rotate_right", Name_Rotate_Right);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
Def ("log2", Name_Log2);