Home
last modified time | relevance | path

Searched defs:Lpk_Fun_t_ (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/lpk/
H A DlpkInt.h145 struct Lpk_Fun_t_ struct
148 unsigned Id : 7; // the ID of this node
149 unsigned nVars : 5; // the number of variables
150 unsigned nLutK : 4; // the number of LUT inputs
151 unsigned nAreaLim : 14; // the area limit (the largest allowed)
153 unsigned fMark : 1; // marks the MUX-based dec
154 unsigned uSupp; // the support of this component
155 unsigned puSupps[32]; // the supports of the cofactors
156 unsigned nDelayLim; // the delay limit (the largest allowed)
157 int pDelays[16]; // the delays of the inputs
[all …]