mirror of https://github.com/YosysHQ/abc.git
Merge pull request #475 from wjrforcyber/master
Fix(&put): Missing spec in cec
This commit is contained in:
commit
70a12750c1
|
|
@ -34605,6 +34605,11 @@ int Abc_CommandAbc9Put( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
Abc_NtkDelete( pNtkNoCh );
|
||||
Aig_ManStop( pMan );
|
||||
}
|
||||
// transfer the spec name to the pNtk
|
||||
if( pAbc->pGia->pSpec )
|
||||
{
|
||||
pNtk->pSpec = Extra_UtilStrsav( pAbc->pGia->pSpec );
|
||||
}
|
||||
// transfer PI names to pNtk
|
||||
if ( pAbc->pGia->vNamesIn )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue