Skip to content
Unverified Commit 3d8efecd authored by Austin Seipp's avatar Austin Seipp
Browse files

symbiyosys: fix calls to external programs

48085826

 broke symbiyosys when it needed to call `yosys-abc`: when
`ABCEXTERNAL` is set in the Makefile, then `yosys-abc` is not built.

But in general `sby` was just calling programs out of the ambient
environment. Fix that for most programs it can invoke: it now has a
direct dependency on boolector, aiger, abc, yosys, etc.

This also does some other minor clean up.

Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent 572a63fa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment