From 85f42d0ebddce595974b8deba419eeee95a1f69e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 14 Nov 2005 08:01:00 -0800 Subject: Version abc51114 --- src/base/io/ioReadBaf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/io/ioReadBaf.c') diff --git a/src/base/io/ioReadBaf.c b/src/base/io/ioReadBaf.c index 4a62f397..2d6c3ca6 100644 --- a/src/base/io/ioReadBaf.c +++ b/src/base/io/ioReadBaf.c @@ -79,7 +79,7 @@ Abc_Ntk_t * Io_ReadBaf( char * pFileName, int fCheck ) // prepare the array of nodes vNodes = Vec_PtrAlloc( 1 + nInputs + nLatches + nAnds ); - Vec_PtrPush( vNodes, Abc_AigConst1(pNtkNew->pManFunc) ); + Vec_PtrPush( vNodes, Abc_NtkConst1(pNtkNew) ); // create the PIs for ( i = 0; i < nInputs; i++ ) -- cgit v1.2.3