Adding switch &w -n to modify the comment section of the AIGER file written.

This commit is contained in:
Alan Mishchenko
2018-11-21 13:12:01 -08:00
parent 73695c7961
commit 5aa3025ce7
42 changed files with 83 additions and 79 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv )
}
// create input file
Gia_AigerWrite( pAbc->pGia, pFileIn, 0, 0 );
Gia_AigerWrite( pAbc->pGia, pFileIn, 0, 0, 0 );
// create command line
vCommand = Vec_StrAlloc( 100 );