Commit c7e3c8f3 by Alan Mishchenko

Various transformations of Cba_Ntk_t.

parent e27edf5e
...@@ -316,7 +316,7 @@ int Cba_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -316,7 +316,7 @@ int Cba_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
{ {
extern void Cba_ManReadDesExperiment( Abc_Ntk_t * pNtk ); extern void Cba_ManReadDesExperiment( Abc_Ntk_t * pNtk );
Abc_Ntk_t * pAbcNtk; Abc_Ntk_t * pAbcNtk;
Cba_Ntk_t * pNtk = Cba_AbcGetNtk(pAbc); //Cba_Ntk_t * pNtk = Cba_AbcGetNtk(pAbc);
char * pFileName = "c/hie/dump/1/netlist_1.v"; char * pFileName = "c/hie/dump/1/netlist_1.v";
int c, fVerbose = 0; int c, fVerbose = 0;
Extra_UtilGetoptReset(); Extra_UtilGetoptReset();
......
...@@ -131,7 +131,6 @@ void Cba_NtkDupStart( Cba_Ntk_t * pNew, Cba_Ntk_t * p ) ...@@ -131,7 +131,6 @@ void Cba_NtkDupStart( Cba_Ntk_t * pNew, Cba_Ntk_t * p )
Cba_ObjDupStart( pNew, p, iObj ); Cba_ObjDupStart( pNew, p, iObj );
Cba_NtkForEachBox( p, iObj, i ) Cba_NtkForEachBox( p, iObj, i )
{ {
Cba_Ntk_t * pBox = Cba_ObjBoxModel( p, iObj );
Cba_BoxForEachBi( p, iObj, iTerm, k ) Cba_BoxForEachBi( p, iObj, iTerm, k )
Cba_ObjDupStart( pNew, p, iTerm ); Cba_ObjDupStart( pNew, p, iTerm );
Cba_ObjDupStart( pNew, p, iObj ); Cba_ObjDupStart( pNew, p, iObj );
......
...@@ -27,8 +27,6 @@ ABC_NAMESPACE_IMPL_START ...@@ -27,8 +27,6 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS /// /// DECLARATIONS ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
extern char * Ptr_TypeToSop( int Type );
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS /// /// FUNCTION DEFINITIONS ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
......
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