diff options
Diffstat (limited to 'src/aig/hop')
-rw-r--r-- | src/aig/hop/hopDfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aig/hop/hopDfs.c b/src/aig/hop/hopDfs.c index 29963f6d..bf196aea 100644 --- a/src/aig/hop/hopDfs.c +++ b/src/aig/hop/hopDfs.c @@ -394,7 +394,7 @@ Hop_Obj_t * Hop_Compose( Hop_Man_t * p, Hop_Obj_t * pRoot, Hop_Obj_t * pFunc, in /**Function************************************************************* - Synopsis [Composes the AIG (pRoot) with the function (pFunc) using PI var (iVar).] + Synopsis [Remaps the AIG (pRoot) to have the given support (uSupp).] Description [] @@ -417,7 +417,7 @@ void Hop_Remap_rec( Hop_Man_t * p, Hop_Obj_t * pObj ) /**Function************************************************************* - Synopsis [Composes the AIG (pRoot) with the function (pFunc) using PI var (iVar).] + Synopsis [Remaps the AIG (pRoot) to have the given support (uSupp).] Description [] |