diff options
author | Tristan Gingold | 2015-01-23 06:40:20 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-23 06:40:20 +0100 |
commit | 2031c52e845d17f4b96011b88f814b7af467cdd5 (patch) | |
tree | 1684618ffd5b8fead3725a1678c7c1e2f38fe69f /src/vhdl/simulate/elaboration.ads | |
parent | bbb8b126da93d6a156dd19e37e7faa4aa3d199a1 (diff) | |
download | ghdl-2031c52e845d17f4b96011b88f814b7af467cdd5.tar.gz ghdl-2031c52e845d17f4b96011b88f814b7af467cdd5.tar.bz2 ghdl-2031c52e845d17f4b96011b88f814b7af467cdd5.zip |
Simulation: renaming.
Diffstat (limited to 'src/vhdl/simulate/elaboration.ads')
-rw-r--r-- | src/vhdl/simulate/elaboration.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/elaboration.ads b/src/vhdl/simulate/elaboration.ads index 8d6afc8..e203826 100644 --- a/src/vhdl/simulate/elaboration.ads +++ b/src/vhdl/simulate/elaboration.ads @@ -47,8 +47,8 @@ package Elaboration is -- Useful informations for a dynamic block (ie, a frame). -- The scope level and an access to the block of upper scope level. - Scope_Level: Scope_Level_Type; - Up_Block: Block_Instance_Acc; + Block_Scope : Scope_Type; + Up_Block : Block_Instance_Acc; -- Block, architecture, package, process, component instantiation for -- this instance. |