diff options
Diffstat (limited to 'src/base/abci/abcDar.c')
-rw-r--r-- | src/base/abci/abcDar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcDar.c b/src/base/abci/abcDar.c index 8f01c9c1..ad857730 100644 --- a/src/base/abci/abcDar.c +++ b/src/base/abci/abcDar.c @@ -871,7 +871,7 @@ static inline Abc_Obj_t * Abc_NtkFromCellRead( Abc_Ntk_t * p, Vec_Int_t * vCopyL } Abc_Ntk_t * Abc_NtkFromCellMappedGia( Gia_Man_t * p ) { - int fFixDrivers = 0; + int fFixDrivers = 1; int fDuplicate = 1; int fVerbose = 1; Abc_Ntk_t * pNtkNew; |