aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-evaluation.ads')
-rw-r--r--src/vhdl/vhdl-evaluation.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-evaluation.ads b/src/vhdl/vhdl-evaluation.ads
index 48a36a886..bf63abb49 100644
--- a/src/vhdl/vhdl-evaluation.ads
+++ b/src/vhdl/vhdl-evaluation.ads
@@ -66,6 +66,12 @@ package Vhdl.Evaluation is
-- is locally static.
function Eval_Expr_If_Static (Expr : Iir) return Iir;
+ -- Concatenate all the elements of OPERANDS.
+ -- The first element of OPERANDS is the rightest one, the last the
+ -- leftest one. All the elements are concatenation operators.
+ -- All the elements are static.
+ function Eval_Concatenation (Operands : Iir_Array) return Iir;
+
-- Evaluate a physical literal and return a normalized literal (using
-- the primary unit as unit).
function Eval_Physical_Literal (Expr : Iir) return Iir;