From 93c785e80250f4e7f4637d3d9317a5cf2e278b69 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 3 Jun 2016 13:22:24 -0700 Subject: Small changes for today's experiments. --- src/base/abci/abc.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/base/abci') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 9d21bc72..270101b7 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -6878,6 +6878,12 @@ int Abc_CommandRr( Abc_Frame_t * pAbc, int argc, char ** argv ) } } + printf( "This command is obsolete." ); + printf( "To perform pure redudancy removal, try \"mfs -r\".\n" ); + printf( "To perform something a little stronger try \"mfs2\"\n" ); + printf( "When working with an AIG, use \"logic\" before and \"strash\" after this command.\n" ); + return 0; + if ( pNtk == NULL ) { Abc_Print( -1, "Empty network.\n" ); -- cgit v1.2.3