aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simulation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-06-02 20:21:32 +0200
committerTristan Gingold <tgingold@free.fr>2015-06-02 20:21:32 +0200
commit3e6affe81ae722794a3d74e0a480c7d9dacdf406 (patch)
treec78b03e04ac761b40279b6838425be2f1b57e5ae /src/vhdl/simulate/simulation.adb
parentd82c1416e7e247023f171aea8855f8a2cac5397c (diff)
downloadghdl-3e6affe81ae722794a3d74e0a480c7d9dacdf406.tar.gz
ghdl-3e6affe81ae722794a3d74e0a480c7d9dacdf406.tar.bz2
ghdl-3e6affe81ae722794a3d74e0a480c7d9dacdf406.zip
Fix simulate backend.
Diffstat (limited to 'src/vhdl/simulate/simulation.adb')
-rw-r--r--src/vhdl/simulate/simulation.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simulation.adb b/src/vhdl/simulate/simulation.adb
index b3a0160fc..da15b8708 100644
--- a/src/vhdl/simulate/simulation.adb
+++ b/src/vhdl/simulate/simulation.adb
@@ -1616,7 +1616,7 @@ package body Simulation is
end loop;
if In_Signals /= 0 then
- Error_Msg ("top entity should not have inputs signals");
+ Error_Msg_Elab ("top entity should not have inputs signals", Entity);
-- raise Simulation_Error;
end if;