From a6086f088105786ac8425b065fefd0aed4eb3e87 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 3 Dec 2005 08:01:00 -0800 Subject: Version abc51203 --- src/base/seq/seqFpgaCore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/seq/seqFpgaCore.c') diff --git a/src/base/seq/seqFpgaCore.c b/src/base/seq/seqFpgaCore.c index 2afb5332..6d0c8c97 100644 --- a/src/base/seq/seqFpgaCore.c +++ b/src/base/seq/seqFpgaCore.c @@ -66,7 +66,8 @@ Abc_Ntk_t * Seq_NtkFpgaMapRetime( Abc_Ntk_t * pNtk, int nMaxIters, int fVerbose return NULL; if ( RetValue = Abc_NtkGetChoiceNum(pNtk) ) { - printf( "The network has %d choices. Deriving the resulting network is skipped.\n", RetValue ); + printf( "The network has %d choices. The resulting network is not derived (this is temporary).\n", RetValue ); + printf( "The mininum clock period computed is %d.\n", p->FiBestInt ); return NULL; } -- cgit v1.2.3