1
0
mirror of synced 2026-05-22 21:40:08 +00:00

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

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")