From 028138a76eb74eee80f1d9592f43bdbe0d4c3d6c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 30 Mar 2007 08:01:00 -0700 Subject: Version abc70330 --- src/base/cmd/cmd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/base/cmd') diff --git a/src/base/cmd/cmd.c b/src/base/cmd/cmd.c index 845f9d77..2dc03d5c 100644 --- a/src/base/cmd/cmd.c +++ b/src/base/cmd/cmd.c @@ -1265,6 +1265,8 @@ int CmdCommandSis( Abc_Frame_t * pAbc, int argc, char **argv ) } // write out the current network + if ( Abc_NtkIsLogic(pNtk) ) + Abc_NtkToSop(pNtk, 0); pNetlist = Abc_NtkToNetlist(pNtk); if ( pNetlist == NULL ) { @@ -1406,6 +1408,8 @@ int CmdCommandMvsis( Abc_Frame_t * pAbc, int argc, char **argv ) } // write out the current network + if ( Abc_NtkIsLogic(pNtk) ) + Abc_NtkToSop(pNtk, 0); pNetlist = Abc_NtkToNetlist(pNtk); if ( pNetlist == NULL ) { @@ -1552,6 +1556,8 @@ int CmdCommandCapo( Abc_Frame_t * pAbc, int argc, char **argv ) } // write out the current network + if ( Abc_NtkIsLogic(pNtk) ) + Abc_NtkToSop(pNtk, 0); pNetlist = Abc_NtkToNetlist(pNtk); if ( pNetlist == NULL ) { -- cgit v1.2.3