aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-02 07:35:51 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-02 07:35:51 +0200
commit0aeba1dc5b2560a0e64a627c96e34eb18aa88f64 (patch)
tree47b260baa8ea05f88c68ec2f34a31e8b8d592b4a /src/vhdl/vhdl-evaluation.adb
parent037379fbdf193f585af692284c865d8aded8d7cf (diff)
downloadghdl-0aeba1dc5b2560a0e64a627c96e34eb18aa88f64.tar.gz
ghdl-0aeba1dc5b2560a0e64a627c96e34eb18aa88f64.tar.bz2
ghdl-0aeba1dc5b2560a0e64a627c96e34eb18aa88f64.zip
vhdl-evaluation: handle more operations (thought synth).
For #2116
Diffstat (limited to 'src/vhdl/vhdl-evaluation.adb')
-rw-r--r--src/vhdl/vhdl-evaluation.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-evaluation.adb b/src/vhdl/vhdl-evaluation.adb
index b85342b8b..0cf803f97 100644
--- a/src/vhdl/vhdl-evaluation.adb
+++ b/src/vhdl/vhdl-evaluation.adb
@@ -2585,8 +2585,7 @@ package body Vhdl.Evaluation is
| Iir_Predefined_Bit_Array_Match_Inequality
| Iir_Predefined_Std_Ulogic_Array_Match_Equality
| Iir_Predefined_Std_Ulogic_Array_Match_Inequality =>
- -- TODO
- raise Internal_Error;
+ return Eval_Ieee_Operator (Orig, Imp, Left, Right);
when Iir_Predefined_Enum_To_String
| Iir_Predefined_Integer_To_String