Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/io/
H A DioReadBlifAig.c40 struct Io_BlifObj_t_ struct
42 unsigned fPi : 1; // the object is a primary input
43 unsigned fPo : 1; // the object is a primary output
44 unsigned fLi : 1; // the object is a latch input
45 unsigned fLo : 1; // the object is a latch output
47 unsigned fLoop : 1; // flag for loop detection
48 unsigned Init : 2; // the latch initial state
49 unsigned Offset : 24; // temporary number
50 char * pName; // the name of this object
51 void * pEquiv; // the AIG node representing this line
[all …]