summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaScript.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-07-24 11:44:28 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2019-07-24 11:44:28 +0700
commitee1bd8f0bee0678a289e086676adad2f35e3e2ae (patch)
tree843f47af624fa07ddc62828cc37d0e102ded5730 /src/aig/gia/giaScript.c
parent0ca7e355f457363bc78de8468df1e66e61b5e8b0 (diff)
downloadabc-ee1bd8f0bee0678a289e086676adad2f35e3e2ae.tar.gz
abc-ee1bd8f0bee0678a289e086676adad2f35e3e2ae.tar.bz2
abc-ee1bd8f0bee0678a289e086676adad2f35e3e2ae.zip
Fixing some update gcc.
Diffstat (limited to 'src/aig/gia/giaScript.c')
-rw-r--r--src/aig/gia/giaScript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaScript.c b/src/aig/gia/giaScript.c
index fcf97511..127dc3a4 100644
--- a/src/aig/gia/giaScript.c
+++ b/src/aig/gia/giaScript.c
@@ -609,7 +609,7 @@ void Gia_ManPerformFlow( int fIsMapped, int nAnds, int nLevels, int nLutSize, in
***********************************************************************/
void Gia_ManPerformFlow2( int fIsMapped, int nAnds, int nLevels, int nLutSize, int nCutNum, int fBalance, int fMinAve, int fUseMfs, int fVerbose )
{
- char Comm1[100], Comm2[100], Comm3[100], Comm4[100];
+ char Comm1[1000], Comm2[1000], Comm3[1000], Comm4[1000];
sprintf( Comm1, "&synch2 -K %d -C 500; &if -m%s -K %d -C %d; %s &save", nLutSize, fMinAve?"t":"", nLutSize, nCutNum, fUseMfs ? "&put; mfs2 -W 4 -M 500 -C 7000; &get -m;":"" );
sprintf( Comm2, "&dch -C 500; &if -m%s -K %d -C %d; %s &save", fMinAve?"t":"", nLutSize, nCutNum+4, fUseMfs ? "&put; mfs2 -W 4 -M 500 -C 7000; &get -m;":"" );
sprintf( Comm3, "&synch2 -K %d -C 500; &lf -m%s -E 5 -K %d -C %d; %s &save", nLutSize, fMinAve?"t":"", nLutSize, nCutNum, fUseMfs ? "&put; mfs2 -W 4 -M 500 -C 7000; &get -m;":"" );