aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-debugger.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-05 04:36:09 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-05 04:36:09 +0100
commit619a6e10cbcd439ba2a499ea74357774e9d4ffae (patch)
treecc38138c1c06cf7cb69ec26965aeea4835882258 /src/vhdl/simulate/simul-debugger.adb
parent6fa695890d8ccae675f3606d25e2bb58bbfb243e (diff)
downloadghdl-619a6e10cbcd439ba2a499ea74357774e9d4ffae.tar.gz
ghdl-619a6e10cbcd439ba2a499ea74357774e9d4ffae.tar.bz2
ghdl-619a6e10cbcd439ba2a499ea74357774e9d4ffae.zip
simul: handle package interface, remove iir_value_environment.
Diffstat (limited to 'src/vhdl/simulate/simul-debugger.adb')
-rw-r--r--src/vhdl/simulate/simul-debugger.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-debugger.adb b/src/vhdl/simulate/simul-debugger.adb
index 74c46c017..3ae364698 100644
--- a/src/vhdl/simulate/simul-debugger.adb
+++ b/src/vhdl/simulate/simul-debugger.adb
@@ -386,8 +386,7 @@ package body Simul.Debugger is
| Iir_Value_Protected
| Iir_Value_Quantity
| Iir_Value_Terminal
- | Iir_Value_Instance
- | Iir_Value_Environment =>
+ | Iir_Value_Instance =>
raise Internal_Error;
end case;
end Disp_Signal;