xls icon indicating copy to clipboard operation
xls copied to clipboard

Fuzz LEC flow

Open meheff opened this issue 3 years ago • 0 comments

Our LEC flow has light usage and no fuzzing which means it probably has bitrotted some. To keep it fresh and bugfree we should fuzz it. Potential options of increasing complexity:

  • prove unopt IR equivalent opt IR
  • prove opt IR equivalent to parsed netlist (requires a backend flow such as openroad)
  • do per-stage LEC'ing of a pipeline

An interesting issue with LEC is that it may timeout. This doesn't pose a fundamental problem as timeout can be considered a non-failing sample.

meheff avatar Aug 18 '22 22:08 meheff