aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-annotations.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-03 11:43:12 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-03 11:43:12 +0100
commit2a3b2b2638b68b4ac47a36db2840790342c383ed (patch)
tree617dd3ea015fa0e057cf0c44be26491206e40e3f /src/vhdl/simulate/simul-annotations.ads
parente62abb62264f7271ad5521d75a84fd689c3b49e0 (diff)
downloadghdl-2a3b2b2638b68b4ac47a36db2840790342c383ed.tar.gz
ghdl-2a3b2b2638b68b4ac47a36db2840790342c383ed.tar.bz2
ghdl-2a3b2b2638b68b4ac47a36db2840790342c383ed.zip
simul: add global_info.
Diffstat (limited to 'src/vhdl/simulate/simul-annotations.ads')
-rw-r--r--src/vhdl/simulate/simul-annotations.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-annotations.ads b/src/vhdl/simulate/simul-annotations.ads
index f4991b093..3965d7b74 100644
--- a/src/vhdl/simulate/simul-annotations.ads
+++ b/src/vhdl/simulate/simul-annotations.ads
@@ -27,7 +27,7 @@ package Simul.Annotations is
procedure Disp_Vhdl_Info (Node : Iir);
procedure Disp_Tree_Info (Node : Iir);
- Nbr_Packages : Pkg_Index_Type := 0;
+ Global_Info : Sim_Info_Acc;
-- Annotations are used to collect informations for elaboration and to
-- locate iir_value_literal for signals, variables or constants.