Commit 26e03ef6 by Alan Mishchenko

Experiments with window computation.

parent 850d39fe
...@@ -48121,6 +48121,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -48121,6 +48121,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv )
// } // }
// Abc_FrameUpdateGia( pAbc, Abc_Procedure(pAbc->pGia) ); // Abc_FrameUpdateGia( pAbc, Abc_Procedure(pAbc->pGia) );
// Gia_ManTryResub( pAbc->pGia ); // Gia_ManTryResub( pAbc->pGia );
Gia_RsbEnumerateWindows( pAbc->pGia, 6, 5 );
return 0; return 0;
usage: usage:
Abc_Print( -2, "usage: &test [-FW num] [-svh]\n" ); Abc_Print( -2, "usage: &test [-FW num] [-svh]\n" );
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