summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-06-03 13:22:24 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-06-03 13:22:24 -0700
commit93c785e80250f4e7f4637d3d9317a5cf2e278b69 (patch)
tree3a2064f5a8ac25ab24850d658b68cf59eaafc2e5 /src/base/abci
parente33d6e8d9d8f84c2f06bd251d459e758714aed57 (diff)
downloadabc-93c785e80250f4e7f4637d3d9317a5cf2e278b69.tar.gz
abc-93c785e80250f4e7f4637d3d9317a5cf2e278b69.tar.bz2
abc-93c785e80250f4e7f4637d3d9317a5cf2e278b69.zip
Small changes for today's experiments.
Diffstat (limited to 'src/base/abci')
-rw-r--r--src/base/abci/abc.c6
1 files changed, 6 insertions, 0 deletions
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" );