mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 10:18:06 +02:00
Made print-out of frontier cut an option ('-c') in '&ps'.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user