summaryrefslogtreecommitdiffstats
path: root/src/opt/ret
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-02-19 12:57:05 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2015-02-19 12:57:05 -0800
commite3f87e189c880251c579b9fd22c04ca70b80f63d (patch)
tree0bab7a609e4191f65821009fd782351031444d27 /src/opt/ret
parentba6095ce610ce582dd390fadcdc3ae7a71c66f7d (diff)
downloadabc-e3f87e189c880251c579b9fd22c04ca70b80f63d.tar.gz
abc-e3f87e189c880251c579b9fd22c04ca70b80f63d.tar.bz2
abc-e3f87e189c880251c579b9fd22c04ca70b80f63d.zip
Propagating changes after updating flag of 'sop'.
Diffstat (limited to 'src/opt/ret')
-rw-r--r--src/opt/ret/retCore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/ret/retCore.c b/src/opt/ret/retCore.c
index 858fddb6..462876f9 100644
--- a/src/opt/ret/retCore.c
+++ b/src/opt/ret/retCore.c
@@ -120,7 +120,7 @@ int Abc_NtkRetimeDebug( Abc_Ntk_t * pNtk )
extern int Abc_NtkSecFraig( Abc_Ntk_t * pNtk1, Abc_Ntk_t * pNtk2, int nSeconds, int nFrames, int fVerbose );
Abc_Ntk_t * pNtkRet;
assert( Abc_NtkIsLogic(pNtk) );
- Abc_NtkToSop( pNtk, 0, ABC_INFINITY );
+ Abc_NtkToSop( pNtk, -1, ABC_INFINITY );
// if ( !Abc_NtkCheck( pNtk ) )
// fprintf( stdout, "Abc_NtkRetimeDebug(): Network check has failed.\n" );
// Io_WriteBlifLogic( pNtk, "debug_temp.blif", 1 );