mirror of https://github.com/YosysHQ/abc.git
Experiments with generating sat assignments.
This commit is contained in:
parent
0533fc7de9
commit
be769ca3e8
|
|
@ -1875,6 +1875,10 @@ SOURCE=.\src\sat\bmc\bmcFx.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\sat\bmc\bmcGen.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\sat\bmc\bmcICheck.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
|
|
@ -163,10 +163,6 @@ void Wlc_BlastFullAdderCtrlCnf( sat_solver * pSat, int a, int ac, int b, int c,
|
|||
int i, v, nLits, pLits[6];
|
||||
for ( i = 0; i < 12; i++ )
|
||||
{
|
||||
if ( i == 7 )
|
||||
{
|
||||
int x = 0;
|
||||
}
|
||||
nLits = 0;
|
||||
for ( v = 0; v < 6; v++ )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue