aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/elaboration.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-27 05:58:56 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-27 18:49:25 +0100
commited5fdc7c5fee59ad06d3eed78c7505fc22009f95 (patch)
treef991c69675cc2b0dc7f1735c5692f51bceecd827 /src/vhdl/simulate/elaboration.adb
parentbbdcad893c34119c56812b9936fbc5e2dcc62f5c (diff)
downloadghdl-ed5fdc7c5fee59ad06d3eed78c7505fc22009f95.tar.gz
ghdl-ed5fdc7c5fee59ad06d3eed78c7505fc22009f95.tar.bz2
ghdl-ed5fdc7c5fee59ad06d3eed78c7505fc22009f95.zip
simul: preliminary work for environments.
Diffstat (limited to 'src/vhdl/simulate/elaboration.adb')
-rw-r--r--src/vhdl/simulate/elaboration.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/elaboration.adb b/src/vhdl/simulate/elaboration.adb
index 739bf02df..1ad2e02b5 100644
--- a/src/vhdl/simulate/elaboration.adb
+++ b/src/vhdl/simulate/elaboration.adb
@@ -95,7 +95,8 @@ package body Elaboration is
| Iir_Value_Access
| Iir_Value_Protected
| Iir_Value_Quantity
- | Iir_Value_Terminal =>
+ | Iir_Value_Terminal
+ | Iir_Value_Environment =>
raise Internal_Error;
end case;
return Res;