summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abclib.dsp28
-rw-r--r--src/map/super/module.make3
-rw-r--r--src/proof/cec/cec.c2
-rw-r--r--src/proof/cec/module.make1
-rw-r--r--src/proof/int/module.make1
-rw-r--r--src/proof/pdr/module.make3
6 files changed, 3 insertions, 35 deletions
diff --git a/abclib.dsp b/abclib.dsp
index 7b02fe02..2dd74657 100644
--- a/abclib.dsp
+++ b/abclib.dsp
@@ -1883,10 +1883,6 @@ SOURCE=.\src\opt\nwk\nwk.h
# End Source File
# Begin Source File
-SOURCE=.\src\opt\nwk\nwk_.c
-# End Source File
-# Begin Source File
-
SOURCE=.\src\opt\nwk\nwkAig.c
# End Source File
# Begin Source File
@@ -2165,10 +2161,6 @@ SOURCE=.\src\map\super\superGate.c
SOURCE=.\src\map\super\superInt.h
# End Source File
-# Begin Source File
-
-SOURCE=.\src\map\super\superWrite.c
-# End Source File
# End Group
# Begin Group "if"
@@ -3715,10 +3707,6 @@ SOURCE=.\src\proof\bbr\bbrReach.c
# PROP Default_Filter ""
# Begin Source File
-SOURCE=.\src\proof\cec\cec.c
-# End Source File
-# Begin Source File
-
SOURCE=.\src\proof\cec\cec.h
# End Source File
# Begin Source File
@@ -3763,10 +3751,6 @@ SOURCE=.\src\proof\cec\cecSeq.c
# End Source File
# Begin Source File
-SOURCE=.\src\proof\cec\cecSim.c
-# End Source File
-# Begin Source File
-
SOURCE=.\src\proof\cec\cecSolve.c
# End Source File
# Begin Source File
@@ -3839,10 +3823,6 @@ SOURCE=.\src\proof\fra\fra.h
# End Source File
# Begin Source File
-SOURCE=.\src\proof\fra\fra_.c
-# End Source File
-# Begin Source File
-
SOURCE=.\src\proof\fra\fraBmc.c
# End Source File
# Begin Source File
@@ -4019,10 +3999,6 @@ SOURCE=.\src\proof\int\intM114.c
# End Source File
# Begin Source File
-SOURCE=.\src\proof\int\intM114p.c
-# End Source File
-# Begin Source File
-
SOURCE=.\src\proof\int\intMan.c
# End Source File
# Begin Source File
@@ -4163,10 +4139,6 @@ SOURCE=.\src\proof\llb\llbInt.h
# PROP Default_Filter ""
# Begin Source File
-SOURCE=.\src\proof\pdr\pdr.c
-# End Source File
-# Begin Source File
-
SOURCE=.\src\proof\pdr\pdr.h
# End Source File
# Begin Source File
diff --git a/src/map/super/module.make b/src/map/super/module.make
index 19ce8228..20c7dd58 100644
--- a/src/map/super/module.make
+++ b/src/map/super/module.make
@@ -1,4 +1,3 @@
SRC += src/map/super/super.c \
src/map/super/superAnd.c \
- src/map/super/superGate.c \
- src/map/super/superWrite.c
+ src/map/super/superGate.c
diff --git a/src/proof/cec/cec.c b/src/proof/cec/cec.c
index 6968a599..637277ed 100644
--- a/src/proof/cec/cec.c
+++ b/src/proof/cec/cec.c
@@ -1,4 +1,4 @@
-/**CFile****************************************************************
+**CFile****************************************************************
FileName [cec.c]
diff --git a/src/proof/cec/module.make b/src/proof/cec/module.make
index bac6e9bc..1f8189a5 100644
--- a/src/proof/cec/module.make
+++ b/src/proof/cec/module.make
@@ -7,7 +7,6 @@ SRC += src/proof/cec/cecCec.c \
src/proof/cec/cecMan.c \
src/proof/cec/cecPat.c \
src/proof/cec/cecSeq.c \
- src/proof/cec/cecSim.c \
src/proof/cec/cecSolve.c \
src/proof/cec/cecSynth.c \
src/proof/cec/cecSweep.c
diff --git a/src/proof/int/module.make b/src/proof/int/module.make
index 4a66b6ca..6c89a36d 100644
--- a/src/proof/int/module.make
+++ b/src/proof/int/module.make
@@ -6,6 +6,5 @@ SRC += src/proof/int/intCheck.c \
src/proof/int/intFrames.c \
src/proof/int/intInter.c \
src/proof/int/intM114.c \
- src/proof/int/intM114p.c \
src/proof/int/intMan.c \
src/proof/int/intUtil.c
diff --git a/src/proof/pdr/module.make b/src/proof/pdr/module.make
index 93fd8071..5bee83f8 100644
--- a/src/proof/pdr/module.make
+++ b/src/proof/pdr/module.make
@@ -1,5 +1,4 @@
-SRC += src/proof/pdr/pdr.c \
- src/proof/pdr/pdrCnf.c \
+SRC += src/proof/pdr/pdrCnf.c \
src/proof/pdr/pdrCore.c \
src/proof/pdr/pdrInv.c \
src/proof/pdr/pdrMan.c \