aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-cleanup.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-05 22:30:24 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-05 22:30:24 +0100
commitc9af9906de38d83633ed40b3b0328e116c7bdfb8 (patch)
tree660fdc6fc0f5aa051dd1519d614f66e0c3abffe3 /src/synth/netlists-cleanup.ads
parent2ce7d7b7b5d282ab74e46151c6243344ea587005 (diff)
downloadghdl-c9af9906de38d83633ed40b3b0328e116c7bdfb8.tar.gz
ghdl-c9af9906de38d83633ed40b3b0328e116c7bdfb8.tar.bz2
ghdl-c9af9906de38d83633ed40b3b0328e116c7bdfb8.zip
netlists: add remove_output_gates.
Diffstat (limited to 'src/synth/netlists-cleanup.ads')
-rw-r--r--src/synth/netlists-cleanup.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-cleanup.ads b/src/synth/netlists-cleanup.ads
index 7f373130d..c4c82addf 100644
--- a/src/synth/netlists-cleanup.ads
+++ b/src/synth/netlists-cleanup.ads
@@ -23,4 +23,7 @@ package Netlists.Cleanup is
-- Their inputs will be deconnected, which can result in new instances
-- that are also removed.
procedure Remove_Unconnected_Instances (M : Module);
+
+ -- Remove Id_Output gates.
+ procedure Remove_Output_Gates (M : Module);
end Netlists.Cleanup;