mirror of https://github.com/YosysHQ/abc.git
Added recording of AIG subgraphs.
This commit is contained in:
parent
0f8b68aef8
commit
f95e73c40b
|
|
@ -323,6 +323,7 @@ Abc_Ntk_t * Abc_NtkRecUse()
|
|||
Abc_NtkRecPs();
|
||||
p->pNtk = NULL;
|
||||
Abc_NtkRecStop();
|
||||
Abc_NtkCleanData(pNtk);
|
||||
return pNtk;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue