aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-05 18:58:49 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-05 18:58:49 +0100
commitecc117b872aec5b4673de32028a7c36060d05eec (patch)
tree22053000f00f194327cb02f120d317d0e36e5a76 /src/synth/netlists-dump.ads
parent3ff8efe2b99eeddccd113229441c535b1ae8deed (diff)
downloadghdl-ecc117b872aec5b4673de32028a7c36060d05eec.tar.gz
ghdl-ecc117b872aec5b4673de32028a7c36060d05eec.tar.bz2
ghdl-ecc117b872aec5b4673de32028a7c36060d05eec.zip
netlists-dump: indent output.
Diffstat (limited to 'src/synth/netlists-dump.ads')
-rw-r--r--src/synth/netlists-dump.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/synth/netlists-dump.ads b/src/synth/netlists-dump.ads
index b2855111c..1c0c4f0a4 100644
--- a/src/synth/netlists-dump.ads
+++ b/src/synth/netlists-dump.ads
@@ -23,8 +23,9 @@ package Netlists.Dump is
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);
+ procedure Disp_Driver (Drv : Net; Indent : Natural);
+ procedure Disp_Instance
+ (Inst : Instance; With_Name : Boolean; Indent : Natural);
-- Raw dump.
procedure Dump_Module (M : Module; Indent : Natural := 0);