diff options
author | Tristan Gingold | 2014-06-21 02:55:01 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-06-21 02:55:01 +0200 |
commit | 1d211b6d4d30ec206d865ba68890505f040fd04f (patch) | |
tree | c17af31f1c6fee4a0361acecae0c3de77a9dc6a8 /simulate/execution.ads | |
parent | 5ca17f7e5385385c5094338c4fe368136d6fd336 (diff) | |
download | ghdl-1d211b6d4d30ec206d865ba68890505f040fd04f.tar.gz ghdl-1d211b6d4d30ec206d865ba68890505f040fd04f.tar.bz2 ghdl-1d211b6d4d30ec206d865ba68890505f040fd04f.zip |
simulate: rework configuration, add stats.
Diffstat (limited to 'simulate/execution.ads')
-rw-r--r-- | simulate/execution.ads | 3 |
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; |