Copyright | (c) Alexandre Joannou 2020-2021 |
---|---|
License | MIT |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
MNetlistPass
to eliminate constants, making use of the constantFold
and the
constantPropagate
passes in a sequence until a fixed point is reached.
Synopsis
- constantEliminate :: MNetlistPass s ()
Documentation
constantEliminate :: MNetlistPass s () Source #
Constant elimination pass