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:
parent
143d03a66e
commit
b68f68d26b
3 changed files with 4 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue