aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-elaboration.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-elaboration.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-elaboration.ads')
-rw-r--r--src/vhdl/simulate/simul-elaboration.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.ads b/src/vhdl/simulate/simul-elaboration.ads
index a469ead00..66a3cba19 100644
--- a/src/vhdl/simulate/simul-elaboration.ads
+++ b/src/vhdl/simulate/simul-elaboration.ads
@@ -82,7 +82,7 @@ package Simul.Elaboration is
type Block_Instance_Acc_Array is array (Instance_Slot_Type range <>) of
Block_Instance_Acc;
- type Package_Instances_Array is array (Pkg_Index_Type range <>) of
+ type Package_Instances_Array is array (Object_Slot_Type range <>) of
Block_Instance_Acc;
type Package_Instances_Array_Acc is access Package_Instances_Array;