summaryrefslogtreecommitdiffstats
path: root/src/proof/abs/absDup.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-16 09:54:19 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-16 09:54:19 -0700
commit5953beb2da3e9ee4bcc2fc03487cb8c8ef36877c (patch)
tree09fb7edbdbb0442bdeb2555503f0eba8963a4a16 /src/proof/abs/absDup.c
parent5a4f1fe44c94ee48e707246898db1ac2d66231e9 (diff)
downloadabc-5953beb2da3e9ee4bcc2fc03487cb8c8ef36877c.tar.gz
abc-5953beb2da3e9ee4bcc2fc03487cb8c8ef36877c.tar.bz2
abc-5953beb2da3e9ee4bcc2fc03487cb8c8ef36877c.zip
Restructured the code to post-process object used during refinement in &gla.
Diffstat (limited to 'src/proof/abs/absDup.c')
-rw-r--r--src/proof/abs/absDup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/abs/absDup.c b/src/proof/abs/absDup.c
index 247137bd..94215575 100644
--- a/src/proof/abs/absDup.c
+++ b/src/proof/abs/absDup.c
@@ -53,7 +53,7 @@ void Gia_ManDupAbsFlops_rec( Gia_Man_t * pNew, Gia_Obj_t * pObj )
/**Function*************************************************************
- Synopsis [Performs abstraction of the AIG to preserve the included flops.]
+ Synopsis [Extractes a flop-level abstraction given a flop map.]
Description []
@@ -207,7 +207,7 @@ void Gia_ManDupAbsGates_rec( Gia_Man_t * pNew, Gia_Obj_t * pObj )
/**Function*************************************************************
- Synopsis [Performs abstraction of the AIG to preserve the included gates.]
+ Synopsis [Extractes a gate-level abstraction given a gate map.]
Description [The array contains 1 for those objects (const, RO, AND)
that are included in the abstraction; 0, otherwise.]