1
0
mirror of synced 2026-04-11 00:16:53 +00:00
Files
YosysHQ.yosys/tests
Marcelina Kościelnicka a1a0abf52a equiv_induct: Fix up assumption for $equiv cells in -undef mode.
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
2020-07-27 18:36:13 +02:00
..
2019-07-16 12:44:26 -07:00
2020-07-24 03:19:48 +02:00
2020-06-19 17:40:38 -07:00