diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-04-20 18:17:34 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-04-20 18:17:34 +0200 |
commit | aff11ca0c49a8c0c6917bace81976a92ff7dc6b9 (patch) | |
tree | 77d2c6cd0217bceda59df45a78082ced431e0fd8 /src/ghdldrv | |
parent | cefc7ebafa0869dc9f67c675969e36a4041643c8 (diff) | |
download | ghdl-aff11ca0c49a8c0c6917bace81976a92ff7dc6b9.tar.gz ghdl-aff11ca0c49a8c0c6917bace81976a92ff7dc6b9.tar.bz2 ghdl-aff11ca0c49a8c0c6917bace81976a92ff7dc6b9.zip |
ghdlcomp: set Flag_Elaboration for -c/-r
So that component instantiations are bound even if outdated.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlcomp.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb index d5d77360e..a57b0f108 100644 --- a/src/ghdldrv/ghdlcomp.adb +++ b/src/ghdldrv/ghdlcomp.adb @@ -202,6 +202,7 @@ package body Ghdlcomp is begin Hooks.Compile_Init.all (False); + Flags.Flag_Elaborate := True; Flags.Flag_Elaborate_With_Outdated := True; Flags.Flag_Only_Elab_Warnings := False; |