Merge pull request #475 from wjrforcyber/master

Fix(&put): Missing spec in cec
This commit is contained in:
alanminko 2026-02-01 07:55:20 -08:00 committed by GitHub
commit 70a12750c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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 )
{