blarney-0.1.0.0
Copyright(c) Alexandre Joannou 2020-2021
LicenseMIT
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageGHC2021

Blarney.Netlist.Passes.ConstantEliminate

Description

MNetlistPass to eliminate constants, making use of the constantFold and the constantPropagate passes in a sequence until a fixed point is reached.

Synopsis

Documentation

constantEliminate :: MNetlistPass s () Source #

Constant elimination pass