aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-15 18:29:49 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-15 18:29:49 +0200
commit035c971dbfeb6ed63226fc66095a0c8555fb52ef (patch)
tree9005380164a3fa9e2c7d30740173b6052c0b48ed /src/ghdldrv
parentebc4f3e50cfd38ffe00efb6c518700ca39972596 (diff)
downloadghdl-035c971dbfeb6ed63226fc66095a0c8555fb52ef.tar.gz
ghdl-035c971dbfeb6ed63226fc66095a0c8555fb52ef.tar.bz2
ghdl-035c971dbfeb6ed63226fc66095a0c8555fb52ef.zip
synth: handle overflow literal.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlsynth.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index f22174e0e..6fa315ed6 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -145,7 +145,6 @@ package body Ghdlsynth is
-- Will elaborate.
Flags.Flag_Elaborate := True;
Flags.Flag_Elaborate_With_Outdated := E_Opt >= Args'First;
- Flags.Flag_Only_Elab_Warnings := True;
-- Load content only if there are no files.
Libraries.Load_Work_Library (E_Opt >= Args'First);