aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-04-16 19:03:15 +0200
committerTristan Gingold <tgingold@free.fr>2019-04-16 19:03:15 +0200
commit5a31efbb82ef8ef34f5052c9c7a43dea97794718 (patch)
treec51adbe64e14faab0906b63776c61760d1cc7286 /src/synth/netlists-dump.ads
parent1a7a8ac61228917e81d1a27222f8faa0b35385c0 (diff)
downloadghdl-5a31efbb82ef8ef34f5052c9c7a43dea97794718.tar.gz
ghdl-5a31efbb82ef8ef34f5052c9c7a43dea97794718.tar.bz2
ghdl-5a31efbb82ef8ef34f5052c9c7a43dea97794718.zip
synth: add --disp-noinline
Diffstat (limited to 'src/synth/netlists-dump.ads')
-rw-r--r--src/synth/netlists-dump.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-dump.ads b/src/synth/netlists-dump.ads
index 7cca85400..b2855111c 100644
--- a/src/synth/netlists-dump.ads
+++ b/src/synth/netlists-dump.ads
@@ -19,6 +19,9 @@
-- MA 02110-1301, USA.
package Netlists.Dump is
+ -- If set, compact print.
+ Flag_Disp_Inline : Boolean := True;
+
procedure Dump_Net_Name (N : Net; With_Id : Boolean := False);
procedure Disp_Driver (Drv : Net);
procedure Disp_Instance (Inst : Instance; With_Name : Boolean);