mirror of https://github.com/YosysHQ/abc.git
Fixes
This commit is contained in:
parent
6052d10fde
commit
0c905f873b
|
|
@ -555,6 +555,7 @@ private:
|
|||
}
|
||||
} while ( combinations_next( free_set_size, 0, pComb, pInvPerm, tt ) );
|
||||
|
||||
best_multiplicity = UINT32_MAX;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -602,6 +603,8 @@ private:
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
best_multiplicity = UINT32_MAX;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -665,6 +668,7 @@ private:
|
|||
}
|
||||
} while ( combinations_next( free_set_size, offset, pComb, pInvPerm, tt ) );
|
||||
|
||||
best_multiplicity = UINT32_MAX;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -571,6 +571,7 @@ private:
|
|||
}
|
||||
} while ( combinations_next( free_set_size, 0, pComb, pInvPerm, tt ) );
|
||||
|
||||
best_multiplicity = UINT32_MAX;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -620,6 +621,8 @@ private:
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
best_multiplicity = UINT32_MAX;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -683,6 +686,7 @@ private:
|
|||
}
|
||||
} while ( combinations_next( free_set_size, offset, pComb, pInvPerm, tt ) );
|
||||
|
||||
best_multiplicity = UINT32_MAX;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue