Made print-out of frontier cut an option ('-c') in '&ps'.

This commit is contained in:
Alan Mishchenko
2012-11-12 14:08:10 -08:00
parent 566c7d7152
commit 30b8c3d422
11 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ void Gia_ManFromBridgeTest( char * pFileName )
p = Gia_ManFromBridge( pFile, NULL );
fclose ( pFile );
Gia_ManPrintStats( p, 0, 0 );
Gia_ManPrintStats( p, 0, 0, 0 );
Gia_WriteAiger( p, "temp.aig", 0, 0 );
Gia_ManToBridgeAbsNetlistTest( "par_.dump", p, BRIDGE_ABS_NETLIST );