summaryrefslogtreecommitdiffstats
path: root/src/base/seq/seqFpgaCore.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2005-12-03 08:01:00 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2005-12-03 08:01:00 -0800
commita6086f088105786ac8425b065fefd0aed4eb3e87 (patch)
tree0157c687a38a0e0729bf5ffa0ddcfcdfabf8a30a /src/base/seq/seqFpgaCore.c
parent53c4fffa04d471827119bdebd7ab0426f1c4555a (diff)
downloadabc-a6086f088105786ac8425b065fefd0aed4eb3e87.tar.gz
abc-a6086f088105786ac8425b065fefd0aed4eb3e87.tar.bz2
abc-a6086f088105786ac8425b065fefd0aed4eb3e87.zip
Version abc51203
Diffstat (limited to 'src/base/seq/seqFpgaCore.c')
-rw-r--r--src/base/seq/seqFpgaCore.c3
1 files changed, 2 insertions, 1 deletions
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;
}