diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-11 06:15:53 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-11 06:15:53 +0100 |
commit | 5c8f0eb66888e0b35de3c4ec59ec4cc11061b23d (patch) | |
tree | 72412ba3f0a3a3b5aee66faf97a447f641958715 /src/vhdl/simulate/simul-execution.ads | |
parent | b206f4cf1ee63ff517b9be3fcabaf156e07a9a15 (diff) | |
download | ghdl-5c8f0eb66888e0b35de3c4ec59ec4cc11061b23d.tar.gz ghdl-5c8f0eb66888e0b35de3c4ec59ec4cc11061b23d.tar.bz2 ghdl-5c8f0eb66888e0b35de3c4ec59ec4cc11061b23d.zip |
simul: replace Get_Instance_For_Slot by Get_Instance_Object.
Diffstat (limited to 'src/vhdl/simulate/simul-execution.ads')
-rw-r--r-- | src/vhdl/simulate/simul-execution.ads | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vhdl/simulate/simul-execution.ads b/src/vhdl/simulate/simul-execution.ads index b8ef5e7d2..66748b52a 100644 --- a/src/vhdl/simulate/simul-execution.ads +++ b/src/vhdl/simulate/simul-execution.ads @@ -139,9 +139,6 @@ package Simul.Execution is (Instance: Block_Instance_Acc; Scope: Sim_Info_Acc) return Block_Instance_Acc; - function Get_Instance_For_Slot (Instance: Block_Instance_Acc; Decl: Iir) - return Block_Instance_Acc; - -- Check VALUE follows the constraints of DEF. -- INSTANCE,DEF is the definition of a subtype. -- EXPR is just used in case of error to display the location |