aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-23 18:36:50 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-24 05:23:31 +0200
commit8653cfdef98b6ccd591b2cdf903c4a8149a18e93 (patch)
tree980761da8bab228485a55bd3d2d0d3a96703f928 /src/std_names.adb
parente0281345a5437282f287568b6fafa8519512b9dd (diff)
downloadghdl-8653cfdef98b6ccd591b2cdf903c4a8149a18e93.tar.gz
ghdl-8653cfdef98b6ccd591b2cdf903c4a8149a18e93.tar.bz2
ghdl-8653cfdef98b6ccd591b2cdf903c4a8149a18e93.zip
vhdl: recognize resize function.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 3a5cb9c9f..499eb29c4 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -625,6 +625,7 @@ package body Std_Names is
Def ("to_integer", Name_To_Integer);
Def ("to_unsigned", Name_To_Unsigned);
Def ("to_signed", Name_To_Signed);
+ Def ("resize", Name_Resize);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
Def ("log2", Name_Log2);