aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/translate/ortho_front.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/translate/ortho_front.adb b/src/vhdl/translate/ortho_front.adb
index a1364a243..88effc3c1 100644
--- a/src/vhdl/translate/ortho_front.adb
+++ b/src/vhdl/translate/ortho_front.adb
@@ -643,6 +643,11 @@ package body Ortho_Front is
Flags.Flag_Only_Elab_Warnings := False;
Config := Vhdl.Configuration.Configure
(Elab_Library, Elab_Entity, Elab_Architecture);
+
+ if Errorout.Nbr_Errors > 0 then
+ raise Compilation_Error;
+ end if;
+
Translation.Elaborate (Config, True);
if Errorout.Nbr_Errors > 0 then