summaryrefslogtreecommitdiffstats
path: root/src/base/acb/acb.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-03-19 21:51:03 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-03-19 21:51:03 -0700
commit19ccaf21df28e87a8f2d4861b1d2b893f34d8be6 (patch)
tree84c14c14b01e2f3c4dbfd7bc66f5dd5367b3f4c1 /src/base/acb/acb.c
parent3329086947832ae10ec376f5b69118c357b508d4 (diff)
downloadabc-19ccaf21df28e87a8f2d4861b1d2b893f34d8be6.tar.gz
abc-19ccaf21df28e87a8f2d4861b1d2b893f34d8be6.tar.bz2
abc-19ccaf21df28e87a8f2d4861b1d2b893f34d8be6.zip
Experiments with new network data-structure.
Diffstat (limited to 'src/base/acb/acb.c')
-rw-r--r--src/base/acb/acb.c52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/base/acb/acb.c b/src/base/acb/acb.c
new file mode 100644
index 00000000..9d44ae3f
--- /dev/null
+++ b/src/base/acb/acb.c
@@ -0,0 +1,52 @@
+/**CFile****************************************************************
+
+ FileName [acb.c]
+
+ SystemName [ABC: Logic synthesis and verification system.]
+
+ PackageName [Hierarchical word-level netlist.]
+
+ Synopsis []
+
+ Author [Alan Mishchenko]
+
+ Affiliation [UC Berkeley]
+
+ Date [Ver. 1.0. Started - July 21, 2015.]
+
+ Revision [$Id: acb.c,v 1.00 2014/11/29 00:00:00 alanmi Exp $]
+
+***********************************************************************/
+
+#include "acb.h"
+
+ABC_NAMESPACE_IMPL_START
+
+////////////////////////////////////////////////////////////////////////
+/// DECLARATIONS ///
+////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////
+/// FUNCTION DEFINITIONS ///
+////////////////////////////////////////////////////////////////////////
+
+/**Function*************************************************************
+
+ Synopsis []
+
+ Description []
+
+ SideEffects []
+
+ SeeAlso []
+
+***********************************************************************/
+
+
+////////////////////////////////////////////////////////////////////////
+/// END OF FILE ///
+////////////////////////////////////////////////////////////////////////
+
+
+ABC_NAMESPACE_IMPL_END
+