mirror of
https://github.com/YosysHQ/sby.git
synced 2026-06-26 22:59:02 +00:00
Merge b01f30d763 into d3e72d26e8
This commit is contained in:
commit
b34ea1b6cc
2 changed files with 23 additions and 9 deletions
|
|
@ -64,9 +64,9 @@ def run(mode, task, engine_idx, engine):
|
|||
if skip >= bound:
|
||||
task.error(f"engine_{engine_idx}: skip ({skip}) must be less than bound ({bound}).")
|
||||
|
||||
# Locate binary and derive workdir (for minisat relative path)
|
||||
# Locate binary and derive workdir
|
||||
bmc_binary = task.exe_paths["itp-bmc"]
|
||||
bmc_workdir = os.path.dirname(os.path.realpath(bmc_binary))
|
||||
bmc_workdir = os.path.abspath(f"{task.workdir}/engine_{engine_idx}")
|
||||
|
||||
log = task.log_prefix(f"engine_{engine_idx}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue