mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +00:00
Various equiv_* improvements
This commit is contained in:
parent
43951099cf
commit
75bbeb828a
4 changed files with 20 additions and 14 deletions
|
@ -71,7 +71,7 @@ struct EquivStatusPass : public Pass {
|
|||
continue;
|
||||
}
|
||||
|
||||
log("Found %d $equiv cells found in %s:\n", GetSize(unproven_equiv_cells) + proven_equiv_cells, log_id(module));
|
||||
log("Found %d $equiv cells in %s:\n", GetSize(unproven_equiv_cells) + proven_equiv_cells, log_id(module));
|
||||
log(" Of those cells %d are proven and %d are unproven.\n", proven_equiv_cells, GetSize(unproven_equiv_cells));
|
||||
if (unproven_equiv_cells.empty()) {
|
||||
log(" Equivalence successfully proven!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue