Commit b255c769 by Alan Mishchenko

New features to debug an test tech-mapping with choices.

parent faa22040
...@@ -427,6 +427,10 @@ SOURCE=.\src\base\abci\abcRewrite.c ...@@ -427,6 +427,10 @@ SOURCE=.\src\base\abci\abcRewrite.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\src\base\abci\abcRpo.c
# End Source File
# Begin Source File
SOURCE=.\src\base\abci\abcRr.c SOURCE=.\src\base\abci\abcRr.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -2311,6 +2315,10 @@ SOURCE=.\src\map\if\ifReduce.c ...@@ -2311,6 +2315,10 @@ SOURCE=.\src\map\if\ifReduce.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\src\map\if\ifSelect.c
# End Source File
# Begin Source File
SOURCE=.\src\map\if\ifSeq.c SOURCE=.\src\map\if\ifSeq.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -3889,6 +3897,18 @@ SOURCE=.\src\bool\rsb\rsbMan.c ...@@ -3889,6 +3897,18 @@ SOURCE=.\src\bool\rsb\rsbMan.c
# Begin Group "rpo" # Begin Group "rpo"
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Source File
SOURCE=.\src\bool\rpo\literal.h
# End Source File
# Begin Source File
SOURCE=.\src\bool\rpo\rpo.c
# End Source File
# Begin Source File
SOURCE=.\src\bool\rpo\rpo.h
# End Source File
# End Group # End Group
# End Group # End Group
# Begin Group "prove" # Begin Group "prove"
......
...@@ -10,6 +10,7 @@ SRC += src/map/if/ifCom.c \ ...@@ -10,6 +10,7 @@ SRC += src/map/if/ifCom.c \
src/map/if/ifMan.c \ src/map/if/ifMan.c \
src/map/if/ifMap.c \ src/map/if/ifMap.c \
src/map/if/ifReduce.c \ src/map/if/ifReduce.c \
src/map/if/ifSelect.c \
src/map/if/ifSeq.c \ src/map/if/ifSeq.c \
src/map/if/ifTime.c \ src/map/if/ifTime.c \
src/map/if/ifTruth.c \ src/map/if/ifTruth.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment