mirror of https://github.com/YosysHQ/yosys.git
Document not covered
This commit is contained in:
parent
488f144245
commit
fa92d22660
|
|
@ -5,6 +5,16 @@ endif
|
||||||
OVERRIDE_MAIN=1
|
OVERRIDE_MAIN=1
|
||||||
include ./common.mk
|
include ./common.mk
|
||||||
|
|
||||||
|
# Directories with tests not run:
|
||||||
|
# errors
|
||||||
|
# lut
|
||||||
|
# pyosys
|
||||||
|
# smv
|
||||||
|
# sva
|
||||||
|
# tools
|
||||||
|
# unit
|
||||||
|
# vloghtb
|
||||||
|
|
||||||
# Tests that generate Makefile with gen_tests_makefile.py
|
# Tests that generate Makefile with gen_tests_makefile.py
|
||||||
MK_TEST_DIRS =
|
MK_TEST_DIRS =
|
||||||
MK_TEST_DIRS += ./arch/analogdevices
|
MK_TEST_DIRS += ./arch/analogdevices
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue