From 71cbf17e7f0352556af12ccccf9051e02c773e58 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 13 Feb 2011 17:46:48 -0800 Subject: Unified the use of counter-examples in three packages. --- src/misc/util/abc_global.h | 12 ------------ src/misc/util/module.make | 4 +++- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'src/misc/util') diff --git a/src/misc/util/abc_global.h b/src/misc/util/abc_global.h index aca9a509..1321f028 100644 --- a/src/misc/util/abc_global.h +++ b/src/misc/util/abc_global.h @@ -288,18 +288,6 @@ static inline void Abc_PrintMemoryP( int level, const char * pStr, int time, int } -// sequential counter-example -typedef struct Abc_Cex_t_ Abc_Cex_t; -struct Abc_Cex_t_ -{ - int iPo; // the zero-based number of PO, for which verification failed - int iFrame; // the zero-based number of the time-frame, for which verificaiton failed - int nRegs; // the number of registers in the miter - int nPis; // the number of primary inputs in the miter - int nBits; // the number of words of bit data used - unsigned pData[0]; // the cex bit data (the number of bits: nRegs + (iFrame+1) * nPis) -}; - ABC_NAMESPACE_HEADER_END #endif diff --git a/src/misc/util/module.make b/src/misc/util/module.make index c70d582a..776a1705 100644 --- a/src/misc/util/module.make +++ b/src/misc/util/module.make @@ -1 +1,3 @@ -SRC += src/misc/util/utilFile.c src/misc/util/utilSignal.c +SRC += src/misc/util/utilCex.c \ + src/misc/util/utilFile.c \ + src/misc/util/utilSignal.c -- cgit v1.2.3