aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-simulation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-03 20:56:44 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-03 20:56:44 +0100
commit57cc5b5215f018ac0e5d9c5c16a5ad7c39c67cf1 (patch)
treece3b92c1926bad6547f535383dfd250454bb219c /src/vhdl/simulate/simul-simulation.adb
parent68c02ac97cbb64be2fcf99a4050fd8ae4066be48 (diff)
downloadghdl-57cc5b5215f018ac0e5d9c5c16a5ad7c39c67cf1.tar.gz
ghdl-57cc5b5215f018ac0e5d9c5c16a5ad7c39c67cf1.tar.bz2
ghdl-57cc5b5215f018ac0e5d9c5c16a5ad7c39c67cf1.zip
simul: add iir_value_instance, remove package_instances.
Diffstat (limited to 'src/vhdl/simulate/simul-simulation.adb')
-rw-r--r--src/vhdl/simulate/simul-simulation.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-simulation.adb b/src/vhdl/simulate/simul-simulation.adb
index cc8c4aa51..73036c4a3 100644
--- a/src/vhdl/simulate/simul-simulation.adb
+++ b/src/vhdl/simulate/simul-simulation.adb
@@ -458,6 +458,7 @@ package body Simul.Simulation is
| Iir_Value_Protected
| Iir_Value_Quantity
| Iir_Value_Terminal
+ | Iir_Value_Instance
| Iir_Value_Environment =>
raise Internal_Error;
end case;