Commit 9b1de5b1 by Alan Mishchenko

Compiler warnings.

parent 9c0c4607
...@@ -15,6 +15,7 @@ lib/bip* ...@@ -15,6 +15,7 @@ lib/bip*
docs/ docs/
src/ext/ src/ext/
src/ext2/
src/xxx/ src/xxx/
src/aig/au/ src/aig/au/
src/aig/ssm/ src/aig/ssm/
......
...@@ -114,7 +114,6 @@ Vec_Int_t * Gia_GenCreateMuxes( Gia_Man_t * p, Gia_Man_t * pNew, Vec_Int_t * vFl ...@@ -114,7 +114,6 @@ Vec_Int_t * Gia_GenCreateMuxes( Gia_Man_t * p, Gia_Man_t * pNew, Vec_Int_t * vFl
{ {
Vec_Int_t * vLits = Vec_IntAlloc( nLutNum ); Vec_Int_t * vLits = Vec_IntAlloc( nLutNum );
int i, k, iMux, iFlop, pCtrl[16]; int i, k, iMux, iFlop, pCtrl[16];
int nPars = nLutNum * (1 << nLutSize);
// add MUXes for each group of flops // add MUXes for each group of flops
assert( Vec_IntSize(vFlops) == nLutNum * nLutSize ); assert( Vec_IntSize(vFlops) == nLutNum * nLutSize );
for ( i = 0; i < nLutNum; i++ ) for ( i = 0; i < nLutNum; i++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment