diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-07-26 16:49:32 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-07-26 16:49:32 -0700 |
commit | 674dcf2a6e7ebf786d9e6c75574f49239dfc57a0 (patch) | |
tree | c9a6a53770972a0b8d760d6c16026d88e73e17a8 /src/map/mio/mioUtils.c | |
parent | 704b4bad6b43ed1df4c16eb73555dc3580750f7f (diff) | |
download | abc-674dcf2a6e7ebf786d9e6c75574f49239dfc57a0.tar.gz abc-674dcf2a6e7ebf786d9e6c75574f49239dfc57a0.tar.bz2 abc-674dcf2a6e7ebf786d9e6c75574f49239dfc57a0.zip |
Generating abstraction of standard cell library.
Diffstat (limited to 'src/map/mio/mioUtils.c')
-rw-r--r-- | src/map/mio/mioUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mio/mioUtils.c b/src/map/mio/mioUtils.c index 842391c7..4241e7b4 100644 --- a/src/map/mio/mioUtils.c +++ b/src/map/mio/mioUtils.c @@ -958,7 +958,7 @@ void Nf_ManPreparePrint( int nVars, int * pComp, int * pPerm, char Line[2*720*64 for ( i = 0; i < 2; i++ ) for ( p = 0; p < nPerms; p++ ) for ( c = 0; c < nMints; c++ ) - printf( "%8d : %d %3d %2d : %s\n", n, i, p, c, Line[n++] ); + printf("%8d : %d %3d %2d : %s\n", n, i, p, c, Line[n]), n++; } void Nf_ManPrepareLibrary( Mio_Library_t * pLib ) |