mirror of https://github.com/YosysHQ/abc.git
Various transformations of Cba_Ntk_t.
This commit is contained in:
parent
e27edf5e1e
commit
c7e3c8f375
|
|
@ -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 )
|
||||||
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
|
||||||
/// DECLARATIONS ///
|
/// DECLARATIONS ///
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
extern char * Ptr_TypeToSop( int Type );
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
/// FUNCTION DEFINITIONS ///
|
/// FUNCTION DEFINITIONS ///
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue