diff options
Diffstat (limited to 'src/synth/netlists-cleanup.ads')
-rw-r--r-- | src/synth/netlists-cleanup.ads | 3 |
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; |