aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/execution.ads
diff options
context:
space:
mode:
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)