diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2018-11-21 13:12:01 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2018-11-21 13:12:01 -0800 |
commit | 5aa3025ce7264a172a070a78d7b7db0cd1fca3f0 (patch) | |
tree | 9a54b8971c74cea29c1752aefdc7d650348f7ff4 /src/sat/bmc/bmcUnroll.c | |
parent | 73695c79619fae580fa0f465ba28e1ea51f0b5e1 (diff) | |
download | abc-5aa3025ce7264a172a070a78d7b7db0cd1fca3f0.tar.gz abc-5aa3025ce7264a172a070a78d7b7db0cd1fca3f0.tar.bz2 abc-5aa3025ce7264a172a070a78d7b7db0cd1fca3f0.zip |
Adding switch &w -n to modify the comment section of the AIGER file written.
Diffstat (limited to 'src/sat/bmc/bmcUnroll.c')
-rw-r--r-- | src/sat/bmc/bmcUnroll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sat/bmc/bmcUnroll.c b/src/sat/bmc/bmcUnroll.c index 0ad9271b..10513936 100644 --- a/src/sat/bmc/bmcUnroll.c +++ b/src/sat/bmc/bmcUnroll.c @@ -489,8 +489,8 @@ void Unr_ManTest( Gia_Man_t * pGia, int nFrames ) Gia_ManPrintStats( pFrames0, NULL ); Gia_ManPrintStats( pFrames1, NULL ); -Gia_AigerWrite( pFrames0, "frames0.aig", 0, 0 ); -Gia_AigerWrite( pFrames1, "frames1.aig", 0, 0 ); +Gia_AigerWrite( pFrames0, "frames0.aig", 0, 0, 0 ); +Gia_AigerWrite( pFrames1, "frames1.aig", 0, 0, 0 ); Gia_ManStop( pFrames0 ); Gia_ManStop( pFrames1 ); |