Commit ce03d5ab by Alan Mishchenko

Writing status file vta.status when dumping intermediate abstraction in &vta.

parent 5f5dda90
......@@ -1608,7 +1608,9 @@ int Gia_VtaPerformInt( Gia_Man_t * pAig, Gia_ParVta_t * pPars )
// dump the model
if ( p->pPars->fDumpVabs && (f & 1) )
{
Abc_FrameSetNFrames( f );
Abc_FrameSetCex( NULL );
Abc_FrameSetNFrames( f+1 );
Cmd_CommandExecute( Abc_FrameGetGlobalFrame(), "write_status vta.status" );
Gia_VtaDumpAbsracted( p, pPars->fVerbose );
}
// check if the number of objects is below limit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment