lsils/mockturtle

Quality test MIG refactoring with Akers resynthesis fails

Closed this issue · 0 comments

/tmp/mockturtle/test/algorithms/quality.cpp:151: FAILED:
  CHECK( v == std::vector<uint32_t>{{0, 18, 34, 22, 114, 56, 253, 113, 442, 449, 69}} )
with expansion:
  { 0, 18, 34, 22, 114, 56, 268 (0x10c), 118, 472 (0x1d8), 449 (0x1c1), 69 }
  ==
  { 0, 18, 34, 22, 114, 56, 253, 113, 442 (0x1ba), 449 (0x1c1), 69 }
/tmp/mockturtle/test/algorithms/quality.cpp:164: FAILED:
  CHECK( v2 == std::vector<uint32_t>{{0, 18, 34, 21, 115, 55, 254, 118, 443, 449, 66}} )
with expansion:
  { 0, 18, 34, 21, 115, 55, 254, 118, 447 (0x1bf), 449 (0x1c1), 66 }
  ==
  { 0, 18, 34, 21, 115, 55, 254, 118, 443 (0x1bb), 449 (0x1c1), 66 }