aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-11-26 06:38:30 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-12 04:16:56 +0100
commit76a1dfecb69c240201ae5c0359d7cb9c0125da87 (patch)
treef7889320583d18c2f8e6c1f80e94004d959481d7 /src/ghdldrv/ghdlcomp.ads
parent0897f0c90d65995da152e1a15ad7a1bca6651cc7 (diff)
downloadghdl-76a1dfecb69c240201ae5c0359d7cb9c0125da87.tar.gz
ghdl-76a1dfecb69c240201ae5c0359d7cb9c0125da87.tar.bz2
ghdl-76a1dfecb69c240201ae5c0359d7cb9c0125da87.zip
ghdlcomp: extract disp_config as a procedure.
Diffstat (limited to 'src/ghdldrv/ghdlcomp.ads')
-rw-r--r--src/ghdldrv/ghdlcomp.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlcomp.ads b/src/ghdldrv/ghdlcomp.ads
index 383d9b92d..88e8af20f 100644
--- a/src/ghdldrv/ghdlcomp.ads
+++ b/src/ghdldrv/ghdlcomp.ads
@@ -65,6 +65,9 @@ package Ghdlcomp is
-- Register commands.
procedure Register_Commands;
+ -- Output of --disp-config.
+ procedure Disp_Config;
+
-- Functionnal interface.
-- Must be first initialized by Compile_Init
procedure Compile_Analyze_Init (Load_Work : Boolean := True);