mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 01:37:21 +02:00
Adding switch &w -n to modify the comment section of the AIGER file written.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user