Include conf so individual test running works

This commit is contained in:
Miodrag Milanovic 2026-05-18 08:50:20 +02:00
parent 59c1bc35cb
commit ef092e1f15
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ def generate_tests(argv, cmds):
def print_header(extra=None):
print(f"include {common_mk}")
print(f"ifneq ($(wildcard {yosys_basedir}/Makefile.conf),)")
print(f"include {yosys_basedir}/Makefile.conf")
print(f"endif")
print(f"YOSYS ?= {yosys_basedir}/yosys")
print("")
print("export YOSYS_MAX_THREADS := 4")