summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcJson.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-10-25 17:17:37 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-10-25 17:17:37 -0700
commit76c4d22229f24a7547861ccbe3b5e9e4882b4602 (patch)
tree63fc9de82cadceaff45267492b75ed92edd48b47 /src/base/wlc/wlcJson.c
parentbefb73079a08dae3e5bb0a742520bbe1a48cda83 (diff)
downloadabc-76c4d22229f24a7547861ccbe3b5e9e4882b4602.tar.gz
abc-76c4d22229f24a7547861ccbe3b5e9e4882b4602.tar.bz2
abc-76c4d22229f24a7547861ccbe3b5e9e4882b4602.zip
Parser for JSON format.
Diffstat (limited to 'src/base/wlc/wlcJson.c')
-rw-r--r--src/base/wlc/wlcJson.c54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/base/wlc/wlcJson.c b/src/base/wlc/wlcJson.c
new file mode 100644
index 00000000..a65741ce
--- /dev/null
+++ b/src/base/wlc/wlcJson.c
@@ -0,0 +1,54 @@
+/**CFile****************************************************************
+
+ FileName [wlcJson.c]
+
+ SystemName [ABC: Logic synthesis and verification system.]
+
+ PackageName [Experimental procedures.]
+
+ Synopsis [Parses several flavors of word-level Verilog.]
+
+ Author [Alan Mishchenko]
+
+ Affiliation [UC Berkeley]
+
+ Date [Ver. 1.0. Started - August 22, 2014.]
+
+ Revision [$Id: wlcJson.c,v 1.00 2014/09/12 00:00:00 alanmi Exp $]
+
+***********************************************************************/
+
+#include "wlc.h"
+
+ABC_NAMESPACE_IMPL_START
+
+////////////////////////////////////////////////////////////////////////
+/// DECLARATIONS ///
+////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////
+/// FUNCTION DEFINITIONS ///
+////////////////////////////////////////////////////////////////////////
+
+/**Function*************************************************************
+
+ Synopsis []
+
+ Description []
+
+ SideEffects []
+
+ SeeAlso []
+
+***********************************************************************/
+void Wlc_JsonTest()
+{
+}
+
+////////////////////////////////////////////////////////////////////////
+/// END OF FILE ///
+////////////////////////////////////////////////////////////////////////
+
+
+ABC_NAMESPACE_IMPL_END
+