mirror of https://github.com/YosysHQ/abc.git
Changing default parameter in &if.
This commit is contained in:
parent
7a7173c80e
commit
f829eca548
|
|
@ -66,7 +66,7 @@ void Gia_ManSetIfParsDefault( void * pp )
|
|||
p->fPreprocess = 1;
|
||||
p->fArea = 0;
|
||||
p->fFancy = 0;
|
||||
p->fExpRed = 0; ////
|
||||
p->fExpRed = 1; ////
|
||||
p->fLatchPaths = 0;
|
||||
p->fEdge = 1;
|
||||
p->fPower = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue