aboutsummaryrefslogtreecommitdiffstats
path: root/evaluation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-07-01 05:43:37 +0200
committerTristan Gingold <tgingold@free.fr>2014-07-01 05:43:37 +0200
commit1bc00453a725214de4964add2b7f8423d1a5d2da (patch)
tree107a1468eb9c2a825c8d91627808fbc4e0455fe6 /evaluation.adb
parentd6f65268ff859a80667978af2d4f4f1623ff6c66 (diff)
downloadghdl-1bc00453a725214de4964add2b7f8423d1a5d2da.tar.gz
ghdl-1bc00453a725214de4964add2b7f8423d1a5d2da.tar.bz2
ghdl-1bc00453a725214de4964add2b7f8423d1a5d2da.zip
vhdl08: add oread, hread.
Diffstat (limited to 'evaluation.adb')
-rw-r--r--evaluation.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/evaluation.adb b/evaluation.adb
index 9f0bae4e4..61ec39f12 100644
--- a/evaluation.adb
+++ b/evaluation.adb
@@ -1221,7 +1221,9 @@ package body Evaluation is
| Iir_Predefined_Attribute_Last_Active
| Iir_Predefined_Attribute_Driving
| Iir_Predefined_Attribute_Driving_Value
- | Iir_Predefined_Array_To_String =>
+ | Iir_Predefined_Array_To_String
+ | Iir_Predefined_Bit_Vector_To_Ostring
+ | Iir_Predefined_Bit_Vector_To_Hstring =>
-- Not binary or never locally static.
Error_Internal (Orig, "eval_dyadic_operator: " &
Iir_Predefined_Functions'Image (Func));