3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-11-03 06:17:52 +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

@ -44,6 +44,8 @@ else
sed 's|##yosys-sys-path##|sys.path += [os.path.dirname(__file__) + p for p in ["/share/python3", "/../share/yosys/python3"]]|;' < sbysrc/sby.py > $(DESTDIR)$(PREFIX)/bin/sby
chmod +x $(DESTDIR)$(PREFIX)/bin/sby
endif
cp tools/btor2aig_yw/btor2aig_yw.py $(DESTDIR)$(PREFIX)/bin/btor2aig_yw
chmod +x $(DESTDIR)$(PREFIX)/bin/btor2aig_yw
.PHONY: check_cad_suite run_ci