diff options
Diffstat (limited to 'src/base/abci/abcGen.c')
-rw-r--r-- | src/base/abci/abcGen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/abci/abcGen.c b/src/base/abci/abcGen.c index a5bfeef5..3299a968 100644 --- a/src/base/abci/abcGen.c +++ b/src/base/abci/abcGen.c @@ -442,8 +442,8 @@ void Abc_GenFpga( char * pFileName, int nLutSize, int nLuts, int nVars ) fprintf( pFile, ".inputs" ); for ( i = 0; i < nParsLut; i++ ) { - if ( i % (1 << nLutSize) == 0 && i != (nLuts - 1) * (1 << nLutSize) ) - continue; +// if ( i % (1 << nLutSize) == 0 && i != (nLuts - 1) * (1 << nLutSize) ) +// continue; fprintf( pFile, " pl%02d", i ); } fprintf( pFile, "\n" ); |