diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-03 10:27:57 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-03 10:27:57 +0100 |
commit | e62abb62264f7271ad5521d75a84fd689c3b49e0 (patch) | |
tree | e3a14524a135b4dad09f3b0833d77ef474fe601a /src/vhdl/simulate/simul-execution.ads | |
parent | 2b61f516ef9775502da6dfcc8b21e79cf8482c87 (diff) | |
download | ghdl-e62abb62264f7271ad5521d75a84fd689c3b49e0.tar.gz ghdl-e62abb62264f7271ad5521d75a84fd689c3b49e0.tar.bz2 ghdl-e62abb62264f7271ad5521d75a84fd689c3b49e0.zip |
simul: refactoring: scope is now the corresponding sim_info.
Diffstat (limited to 'src/vhdl/simulate/simul-execution.ads')
-rw-r--r-- | src/vhdl/simulate/simul-execution.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-execution.ads b/src/vhdl/simulate/simul-execution.ads index 358c26eae..ac69ed8f5 100644 --- a/src/vhdl/simulate/simul-execution.ads +++ b/src/vhdl/simulate/simul-execution.ads @@ -102,7 +102,7 @@ package Simul.Execution is Default_Severity : Natural); function Execute_Resolution_Function - (Block: Block_Instance_Acc; Imp : Iir; Arr : Iir_Value_Literal_Acc) + (Block: Block_Instance_Acc; Imp : Iir; Arr : Iir_Value_Literal_Acc) return Iir_Value_Literal_Acc; function Execute_Assoc_Conversion @@ -126,7 +126,7 @@ package Simul.Execution is return Iir_Value_Literal_Acc; function Get_Instance_By_Scope - (Instance: Block_Instance_Acc; Scope: Scope_Type) + (Instance: Block_Instance_Acc; Scope: Sim_Info_Acc) return Block_Instance_Acc; function Get_Instance_For_Slot (Instance: Block_Instance_Acc; Decl: Iir) |