3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-26 22:35:47 +00:00

Small fix

This commit is contained in:
Miodrag Milanovic 2026-03-23 09:31:55 +01:00
parent acfd11446d
commit dee12da408
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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