summaryrefslogtreecommitdiffstats
path: root/src/opt/res/resUpdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/res/resUpdate.c')
-rw-r--r--src/opt/res/resUpdate.c51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/opt/res/resUpdate.c b/src/opt/res/resUpdate.c
new file mode 100644
index 00000000..cb76e01a
--- /dev/null
+++ b/src/opt/res/resUpdate.c
@@ -0,0 +1,51 @@
+/**CFile****************************************************************
+
+ FileName [resUpdate.c]
+
+ SystemName [ABC: Logic synthesis and verification system.]
+
+ PackageName [Resynthesis package.]
+
+ Synopsis [Updates the network after changes.]
+
+ Author [Alan Mishchenko]
+
+ Affiliation [UC Berkeley]
+
+ Date [Ver. 1.0. Started - January 15, 2007.]
+
+ Revision [$Id: resUpdate.c,v 1.00 2007/01/15 00:00:00 alanmi Exp $]
+
+***********************************************************************/
+
+#include "abc.h"
+#include "res.h"
+
+////////////////////////////////////////////////////////////////////////
+/// DECLARATIONS ///
+////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////
+/// FUNCTION DEFINITIONS ///
+////////////////////////////////////////////////////////////////////////
+
+/**Function*************************************************************
+
+ Synopsis []
+
+ Description []
+
+ SideEffects []
+
+ SeeAlso []
+
+***********************************************************************/
+void Res_UpdateNetwork( Abc_Obj_t * pObj, Vec_Ptr_t * vFanins, Hop_Obj_t * pFunc )
+{
+}
+
+////////////////////////////////////////////////////////////////////////
+/// END OF FILE ///
+////////////////////////////////////////////////////////////////////////
+
+