3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-23 05:15:30 +00:00

btor2aiger: Install btor2aig_yw

Install alongside SBY.
Add env helper to python source.
Fix hardcoded path in `sby_core.py`.
This commit is contained in:
Krystine Sherwin 2024-04-06 13:40:01 +13:00
parent 143d03a66e
commit b68f68d26b
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from __future__ import annotations
import argparse