mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 18:39:39 +00:00
Do not use Makefile.conf
This commit is contained in:
parent
c0779f488a
commit
15e09163cd
3 changed files with 2 additions and 11 deletions
|
|
@ -55,11 +55,6 @@ def create_tests():
|
|||
]))
|
||||
|
||||
extra = [
|
||||
"ifneq ($(ABCEXTERNAL),)",
|
||||
"ABC ?= $(ABCEXTERNAL)",
|
||||
"else",
|
||||
f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc",
|
||||
"endif",
|
||||
"SHELL := /usr/bin/env bash",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue