tests: Fix path of yosys invocation in xprop tests

For now xprop test failures are still expected and ignored, but without
this change, they did not even run unless the yosys build was in path.
This commit is contained in:
Jannis Harder 2023-02-10 19:17:16 +01:00
parent f3c4e93d24
commit 6d021f04d4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if "clean" in steps:
def yosys(command):
subprocess.check_call(["yosys", "-Qp", command])
subprocess.check_call(["../../../yosys", "-Qp", command])
def remove(file):
try: