aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simulation.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simulation.adb')
-rw-r--r--src/vhdl/simulate/simulation.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simulation.adb b/src/vhdl/simulate/simulation.adb
index 728e7b0cb..a3d58bcd7 100644
--- a/src/vhdl/simulate/simulation.adb
+++ b/src/vhdl/simulate/simulation.adb
@@ -1834,8 +1834,8 @@ package body Simulation is
end loop;
if In_Signals /= 0 then
- Error_Msg_Elab ("top entity should not have inputs signals", Entity);
- -- raise Simulation_Error;
+ Warning_Msg_Elab
+ ("top entity should not have inputs signals", Entity);
end if;
if Disp_Stats then