mirror of https://github.com/YosysHQ/yosys.git
Small fix
This commit is contained in:
parent
acfd11446d
commit
dee12da408
|
|
@ -118,7 +118,7 @@ ifeq ($(YOSYS_NOVERIFIC),1)
|
|||
endif
|
||||
endif
|
||||
@echo ""
|
||||
-@$(MAKE) --no-print-directory summary
|
||||
@$(MAKE) --no-print-directory summary
|
||||
|
||||
clean:
|
||||
@rm -rf ./asicworld/*.out ./asicworld/*.log
|
||||
|
|
|
|||
|
|
@ -53,6 +53,6 @@ def create_tests():
|
|||
|
||||
gen_tests_makefile.generate_cmd_test("aigmap", cmd)
|
||||
|
||||
extra = [ f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc" ]
|
||||
extra = [ f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc", "SHELL := /bin/bash" ]
|
||||
|
||||
gen_tests_makefile.generate_custom(create_tests, extra)
|
||||
|
|
|
|||
Loading…
Reference in New Issue