3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-22 12:55:30 +00:00
sby/tools
Krystine Sherwin 99e704e6cb
btor2aiger: Get assertions from .btor file
Assertions show up in the .btor file as 'bad' statements, assuming btor2aiger maintains the same order this should get us the list of assertions in the order they appear in the .aig file.
2024-04-06 13:40:01 +13:00
..
aigcexmin Add aigcxemin and cexenum.py tools 2023-11-16 13:46:25 +01:00
btor2aig_yw btor2aiger: Get assertions from .btor file 2024-04-06 13:40:01 +13:00
cexenum Add aigcxemin and cexenum.py tools 2023-11-16 13:46:25 +01:00
README.md Add aigcxemin and cexenum.py tools 2023-11-16 13:46:25 +01:00

SBY - Additional Tools

This directory contains various tools that can be used in conjunction with SBY.

  • aigcexmin Counter-example minimization of AIGER witness (.aiw) files
  • cexenum Enumeration of minimized counter-examples