summaryrefslogtreecommitdiffstats
path: root/src/misc/util/utilCex.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-12-08 12:38:31 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-12-08 12:38:31 -0800
commit8e5d771feb5e0914e4acecfaa942a60766882f4d (patch)
treef5b51b39b34e16df65effda2a0cb245aca87f091 /src/misc/util/utilCex.h
parent5d74635f7bd626d9bf55882892e82cf110b3ff6b (diff)
downloadabc-8e5d771feb5e0914e4acecfaa942a60766882f4d.tar.gz
abc-8e5d771feb5e0914e4acecfaa942a60766882f4d.tar.bz2
abc-8e5d771feb5e0914e4acecfaa942a60766882f4d.zip
Deriving CEX after phase/tempor/reparam.
Diffstat (limited to 'src/misc/util/utilCex.h')
-rw-r--r--src/misc/util/utilCex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/misc/util/utilCex.h b/src/misc/util/utilCex.h
index 862346a1..98463410 100644
--- a/src/misc/util/utilCex.h
+++ b/src/misc/util/utilCex.h
@@ -68,6 +68,10 @@ extern void Abc_CexPrintStatsInputs( Abc_Cex_t * p, int nInputs );
extern void Abc_CexPrint( Abc_Cex_t * p );
extern void Abc_CexFreeP( Abc_Cex_t ** p );
extern void Abc_CexFree( Abc_Cex_t * p );
+extern Abc_Cex_t * Abc_CexTransformPhase( Abc_Cex_t * p, int nPisOld, int nPosOld, int nRegsOld );
+extern Abc_Cex_t * Abc_CexTransformTempor( Abc_Cex_t * p, int nPisOld, int nPosOld, int nRegsOld );
+extern Abc_Cex_t * Abc_CexPermute( Abc_Cex_t * p, Vec_Int_t * vMapOld2New );
+extern Abc_Cex_t * Abc_CexPermuteTwo( Abc_Cex_t * p, Vec_Int_t * vPermOld, Vec_Int_t * vPermNew );
ABC_NAMESPACE_HEADER_END