aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.ads
diff options
context:
space:
mode:
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 1c0c4f0a4..ff03e1d62 100644
--- a/src/synth/netlists-dump.ads
+++ b/src/synth/netlists-dump.ads
@@ -22,6 +22,9 @@ package Netlists.Dump is
-- If set, compact print.
Flag_Disp_Inline : Boolean := True;
+ -- If set, print nets/instances/modules identifier.
+ Flag_Disp_Id : Boolean := True;
+
procedure Dump_Net_Name (N : Net; With_Id : Boolean := False);
procedure Disp_Driver (Drv : Net; Indent : Natural);
procedure Disp_Instance