From 2031c52e845d17f4b96011b88f814b7af467cdd5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 23 Jan 2015 06:40:20 +0100 Subject: Simulation: renaming. --- src/vhdl/simulate/elaboration.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/simulate/elaboration.ads') 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. -- cgit