From aa31e011a892e89e6b86a13a302adbd307ea106e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 9 Mar 2011 20:49:32 -0800 Subject: Added generation of MFFC for the network (improvements). --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/abci/abc.c') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index d1e2b0f2..ea041f67 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -8678,6 +8678,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) */ // Abc_NtkHelloWorld( pNtk ); +// Abc_NktMffcTest( pNtk ); Abc_NktMffcServerTest( pNtk ); return 0; usage: -- cgit v1.2.3