NPN class computation.

This commit is contained in:
Alan Mishchenko
2010-11-28 22:30:15 -08:00
parent 98257daa82
commit a17a4e5ca4
4 changed files with 753 additions and 8 deletions
+1
View File
@@ -70,6 +70,7 @@ struct Cut_ParamsStruct_t_
int fFancy; // perform fancy computations
int fMap; // computes delay of FPGA mapping with cuts
int fAdjust; // removed useless fanouts of XORs/MUXes
int fNpnSave; // enables dumping 6-input truth tables
int fVerbose; // the verbosiness flag
};