From 1d211b6d4d30ec206d865ba68890505f040fd04f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 21 Jun 2014 02:55:01 +0200 Subject: simulate: rework configuration, add stats. --- simulate/execution.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'simulate/execution.ads') diff --git a/simulate/execution.ads b/simulate/execution.ads index 79afd9c..e6ccd1e 100644 --- a/simulate/execution.ads +++ b/simulate/execution.ads @@ -177,4 +177,7 @@ package Execution is function Execute_Function_Body (Instance : Block_Instance_Acc; Func : Iir) return Iir_Value_Literal_Acc; + function Execute_Image_Attribute (Val : Iir_Value_Literal_Acc; + Expr_Type : Iir) + return String; end Execution; -- cgit