3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-31 16:54:57 +00:00

Add aigcxemin and cexenum.py tools

This commit is contained in:
Jannis Harder 2023-11-16 13:46:25 +01:00
parent 9e35ec9948
commit 040b8deef2
11 changed files with 2223 additions and 0 deletions

6
tools/README.md Normal file
View file

@ -0,0 +1,6 @@
# SBY - Additional Tools
This directory contains various tools that can be used in conjunction with SBY.
* [`aigcexmin`](./aigcexmin) Counter-example minimization of AIGER witness (.aiw) files
* [`cexenum`](./cexenum) Enumeration of minimized counter-examples