summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifData2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifData2.c')
-rw-r--r--src/map/if/ifData2.c52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/map/if/ifData2.c b/src/map/if/ifData2.c
new file mode 100644
index 00000000..719cfa99
--- /dev/null
+++ b/src/map/if/ifData2.c
@@ -0,0 +1,52 @@
+/**CFile****************************************************************
+
+ FileName [ifData2.c]
+
+ SystemName [ABC: Logic synthesis and verification system.]
+
+ PackageName [FPGA mapping based on priority cuts.]
+
+ Synopsis [Precomputed data.]
+
+ Author [Alan Mishchenko]
+
+ Affiliation [UC Berkeley]
+
+ Date [Ver. 1.0. Started - September 1, 2009.]
+
+ Revision [$Id: ifData2.c,v 1.00 2009/09/01 00:00:00 alanmi Exp $]
+
+***********************************************************************/
+
+#include "if.h"
+
+ABC_NAMESPACE_IMPL_START
+
+
+////////////////////////////////////////////////////////////////////////
+/// DECLARATIONS ///
+////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////
+/// FUNCTION DEFINITIONS ///
+////////////////////////////////////////////////////////////////////////
+
+/**Function*************************************************************
+
+ Synopsis []
+
+ Description []
+
+ SideEffects []
+
+ SeeAlso []
+
+***********************************************************************/
+
+////////////////////////////////////////////////////////////////////////
+/// END OF FILE ///
+////////////////////////////////////////////////////////////////////////
+
+
+ABC_NAMESPACE_IMPL_END
+