Home
last modified time | relevance | path

Searched refs:TT_MAX_LEVELS (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A DdauCanon.c1238 #define TT_MAX_LEVELS 5 macro
1243 Vec_Mem_t * vTtMem[TT_MAX_LEVELS]; // truth table memory and hash tables
1244 …Vec_Int_t * vRepres[TT_MAX_LEVELS]; // pointers to the representatives from the last hierarchic…
1245 int vTruthId[TT_MAX_LEVELS];
1254 if (nLevels > TT_MAX_LEVELS) return p; in Abc_TtHieManStart()