aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-20 07:40:25 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-20 18:29:51 +0100
commit01b133bc895d91e096ae054b5d02c1e6e54ec2e1 (patch)
tree8a0e14727a459a4be4b6e1581446af8a12f0f0a3 /src/ghdldrv
parent65abd669b8cdeff955a5c4264c99a97110cd8a93 (diff)
downloadghdl-01b133bc895d91e096ae054b5d02c1e6e54ec2e1.tar.gz
ghdl-01b133bc895d91e096ae054b5d02c1e6e54ec2e1.tar.bz2
ghdl-01b133bc895d91e096ae054b5d02c1e6e54ec2e1.zip
synth: infrastructure for debugger.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlsynth.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index 0795fcf6e..1523ab51c 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -117,6 +117,9 @@ package body Ghdlsynth is
elsif Option = "-t" then
Flag_Trace_Statements := True;
Res := Option_Ok;
+ elsif Option = "-i" then
+ Flag_Debug_Init := True;
+ Res := Option_Ok;
else
Decode_Option (Command_Lib (Cmd), Option, Arg, Res);
end if;