Copyright | (c) Alexandre Joannou 2020-2021 |
---|---|
License | MIT |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Blarney.Netlist.Passes.DeadNetEliminate
Description
MNetlistPass
replacing the Maybe
entries for Net
s which are not referenced
into Nothing
, and returns whether such replacements occurred during the pass.
Synopsis
Documentation
deadNetEliminate :: MNetlistPass s Bool Source #
Dead Net elimination pass