mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-01 14:47:53 +00:00
Small fix
This commit is contained in:
parent
acfd11446d
commit
dee12da408
2 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ ifeq ($(YOSYS_NOVERIFIC),1)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
@echo ""
|
@echo ""
|
||||||
-@$(MAKE) --no-print-directory summary
|
@$(MAKE) --no-print-directory summary
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf ./asicworld/*.out ./asicworld/*.log
|
@rm -rf ./asicworld/*.out ./asicworld/*.log
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,6 @@ def create_tests():
|
||||||
|
|
||||||
gen_tests_makefile.generate_cmd_test("aigmap", cmd)
|
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)
|
gen_tests_makefile.generate_custom(create_tests, extra)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue