diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-06-02 20:21:32 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-06-02 20:21:32 +0200 |
commit | 3e6affe81ae722794a3d74e0a480c7d9dacdf406 (patch) | |
tree | c78b03e04ac761b40279b6838425be2f1b57e5ae /src/vhdl/simulate/simulation.adb | |
parent | d82c1416e7e247023f171aea8855f8a2cac5397c (diff) | |
download | ghdl-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.adb | 2 |
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; |