aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-11 19:23:19 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-11 19:23:19 +0200
commit7ce33639f05fd8961e5024d1cf8b1fbd42ef18ec (patch)
tree159db0bb021e18cb2cda5b2ed1426294a6738b9b /src/ghdldrv
parent6479e65a8d4c4ed44dad2d7b97758d36f579094b (diff)
downloadghdl-7ce33639f05fd8961e5024d1cf8b1fbd42ef18ec.tar.gz
ghdl-7ce33639f05fd8961e5024d1cf8b1fbd42ef18ec.tar.bz2
ghdl-7ce33639f05fd8961e5024d1cf8b1fbd42ef18ec.zip
synth: set flag_elaborate.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlsynth.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index 233db4867..da37fed91 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -106,6 +106,8 @@ package body Ghdlsynth is
Vhdl.Annotations.Flag_Synthesis := True;
Common_Compile_Init (False);
+ -- Will elaborate.
+ Flags.Flag_Elaborate := True;
Flags.Flag_Elaborate_With_Outdated := False;
Flags.Flag_Only_Elab_Warnings := True;