aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-25 08:24:37 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-25 08:24:52 +0200
commit921cb0654f792406ffc64c530634d61290acd098 (patch)
tree5a00d71d9a8b12c04cbe830bd25516bc11b751d6 /src/synth/netlists-dump.ads
parenta2677efdb3f0a455f1f783f710c7ea4903749c57 (diff)
downloadghdl-921cb0654f792406ffc64c530634d61290acd098.tar.gz
ghdl-921cb0654f792406ffc64c530634d61290acd098.tar.bz2
ghdl-921cb0654f792406ffc64c530634d61290acd098.zip
netlists: add a very simple dot dump.
Diffstat (limited to 'src/synth/netlists-dump.ads')
-rw-r--r--src/synth/netlists-dump.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-dump.ads b/src/synth/netlists-dump.ads
index ff03e1d62..5fdafb696 100644
--- a/src/synth/netlists-dump.ads
+++ b/src/synth/netlists-dump.ads
@@ -25,6 +25,8 @@ package Netlists.Dump is
-- If set, print nets/instances/modules identifier.
Flag_Disp_Id : Boolean := True;
+ procedure Dump_Name (N : Sname);
+
procedure Dump_Net_Name (N : Net; With_Id : Boolean := False);
procedure Disp_Driver (Drv : Net; Indent : Natural);
procedure Disp_Instance