summaryrefslogtreecommitdiff
path: root/simulate/execution.ads
diff options
context:
space:
mode:
Diffstat (limited to 'simulate/execution.ads')
-rw-r--r--simulate/execution.ads3
1 files changed, 3 insertions, 0 deletions
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;