public class LUTInputConeOpt
extends Object
Constructor and Description |
---|
LUTInputConeOpt() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static Cell |
optimizedLUTInputCone(Design design,
EDIFHierPortInst input)
Optimizes the LUT input cone being driven by the provided pin such that
chained small LUTs can be replaced by a larger LUT instance.
|
public static Cell optimizedLUTInputCone(Design design, EDIFHierPortInst input)
design
- The current designinput
- Input pin driven by a series of LUTs that should be optimized
into a single LUT.public static void main(String[] args)