mirror of https://github.com/YosysHQ/yosys.git
a1a0abf52a
Before this fix, equiv_induct only assumed that one of the following is true: - defined value of A is equal to defined value of B - A is undefined This lets through valuations where A is defined, B is undefined, and the defined (meaningless) value of B happens to match the defined value of A. Instead, tighten this up to OR of the following: - defined value of A is equal to defined value of B, and B is not undefined - A is undefined |
||
---|---|---|
.. | ||
Makefile.inc | ||
equiv_add.cc | ||
equiv_induct.cc | ||
equiv_make.cc | ||
equiv_mark.cc | ||
equiv_miter.cc | ||
equiv_opt.cc | ||
equiv_purge.cc | ||
equiv_remove.cc | ||
equiv_simple.cc | ||
equiv_status.cc | ||
equiv_struct.cc |