From 2b85f5ba649bcc81873697718fe8a9085d09c31d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 29 Aug 2005 08:01:00 -0700 Subject: Version abc50829 --- src/base/cmd/cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/cmd') diff --git a/src/base/cmd/cmd.c b/src/base/cmd/cmd.c index 255791a7..84c330bf 100644 --- a/src/base/cmd/cmd.c +++ b/src/base/cmd/cmd.c @@ -1300,7 +1300,7 @@ int CmdCommandSis( Abc_Frame_t * pAbc, int argc, char **argv ) } fclose( pFile ); - if ( Abc_NtkIsLogicBdd(pNtk) ) + if ( Abc_NtkIsBddLogic(pNtk) ) Abc_NtkBddToSop(pNtk); // write out the current network @@ -1423,7 +1423,7 @@ int CmdCommandMvsis( Abc_Frame_t * pAbc, int argc, char **argv ) } fclose( pFile ); - if ( Abc_NtkIsLogicBdd(pNtk) ) + if ( Abc_NtkIsBddLogic(pNtk) ) Abc_NtkBddToSop(pNtk); // write out the current network -- cgit v1.2.3