Small fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user