Experiments with path enumeration.

This commit is contained in:
Alan Mishchenko
2018-06-06 14:17:52 -07:00
parent 867600b766
commit aae37ffd4c
4 changed files with 121 additions and 1 deletions
+1 -1
View File
@@ -13144,7 +13144,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
// Cba_PrsReadBlifTest();
}
// Abc_NtkComputePaths( Abc_FrameReadNtk(pAbc) );
// Psl_FileTest();
Abc_EnumeratePathsTest();
return 0;
usage:
Abc_Print( -2, "usage: test [-CKDNM] [-aovwh] <file_name>\n" );