Version abc80326

This commit is contained in:
Alan Mishchenko
2008-03-26 08:01:00 -07:00
parent 85207c7568
commit e258fcb2cd
35 changed files with 2770 additions and 693 deletions
+5
View File
@@ -73,6 +73,11 @@ struct Abc_Frame_t_
void * pLibGen; // the current genlib
void * pLibSuper; // the current supergate library
void * pLibVer; // the current Verilog library
// new code
void * pAbc8Ntl; // the current design
void * pAbc8Ntk; // the current mapped network
void * pAbc8Aig; // the current AIG
};
////////////////////////////////////////////////////////////////////////