aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/execution.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-24 05:44:28 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-24 05:44:28 +0100
commit947d5b8876198dda1cf8e0c65a554e5dbd5e80f2 (patch)
tree67d8064b5a42ad3f1837984410022eb6018f1fb3 /src/vhdl/simulate/execution.ads
parent345bcdbf2fbe012a8b4da772329d18757fef5594 (diff)
downloadghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.tar.gz
ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.tar.bz2
ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.zip
simulation: refactoring (move block_instance to iir_values).
Diffstat (limited to 'src/vhdl/simulate/execution.ads')
-rw-r--r--src/vhdl/simulate/execution.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/simulate/execution.ads b/src/vhdl/simulate/execution.ads
index 40be27391..d9406be94 100644
--- a/src/vhdl/simulate/execution.ads
+++ b/src/vhdl/simulate/execution.ads
@@ -20,7 +20,6 @@ with Types; use Types;
with Iirs; use Iirs;
with Iir_Values; use Iir_Values;
with Elaboration; use Elaboration;
-with Annotations;
with Areapools; use Areapools;
package Execution is
@@ -127,7 +126,7 @@ package Execution is
return Iir_Value_Literal_Acc;
function Get_Instance_By_Scope
- (Instance: Block_Instance_Acc; Scope: Annotations.Scope_Type)
+ (Instance: Block_Instance_Acc; Scope: Scope_Type)
return Block_Instance_Acc;
function Get_Instance_For_Slot (Instance: Block_Instance_Acc; Decl: Iir)