summaryrefslogtreecommitdiffstats
path: root/src/sat/bmc/bmcUnroll.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-05 20:40:50 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-05 20:40:50 -0700
commit23879f92000601db485d2ea226711df88c6266b9 (patch)
tree6c8ffe04300dbbcae032cda66e372b40cef7c721 /src/sat/bmc/bmcUnroll.c
parent9d14b0c094cc0509bf167166e6fbddeb0f8ba954 (diff)
downloadabc-23879f92000601db485d2ea226711df88c6266b9.tar.gz
abc-23879f92000601db485d2ea226711df88c6266b9.tar.bz2
abc-23879f92000601db485d2ea226711df88c6266b9.zip
Unifying parameters for the &ps command.
Diffstat (limited to 'src/sat/bmc/bmcUnroll.c')
-rw-r--r--src/sat/bmc/bmcUnroll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sat/bmc/bmcUnroll.c b/src/sat/bmc/bmcUnroll.c
index a1b51471..0ad9271b 100644
--- a/src/sat/bmc/bmcUnroll.c
+++ b/src/sat/bmc/bmcUnroll.c
@@ -487,8 +487,8 @@ void Unr_ManTest( Gia_Man_t * pGia, int nFrames )
pFrames1 = Unr_ManUnrollSimple( pGia, nFrames );
Abc_PrintTime( 1, "UnrollS", Abc_Clock() - clk );
-Gia_ManPrintStats( pFrames0, 0, 0, 0 );
-Gia_ManPrintStats( pFrames1, 0, 0, 0 );
+Gia_ManPrintStats( pFrames0, NULL );
+Gia_ManPrintStats( pFrames1, NULL );
Gia_AigerWrite( pFrames0, "frames0.aig", 0, 0 );
Gia_AigerWrite( pFrames1, "frames1.aig", 0, 0 );