Fix(&put): Missing spec in cec

Signed-off-by: JingrenWang <wjrforcyber@163.com>
This commit is contained in:
JingrenWang 2026-01-23 07:05:10 +08:00
parent 8e93af4589
commit 5f3a4fec83
No known key found for this signature in database
GPG Key ID: 052CEFC8934B8F6A
1 changed files with 5 additions and 0 deletions

View File

@ -34603,6 +34603,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 )
{