3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-23 07:32:32 +00:00

first tests for opt_expand

This commit is contained in:
William Zhu 2025-03-27 12:31:37 -07:00
parent 3d13f7aae2
commit cc4c9c4eba
3 changed files with 232 additions and 0 deletions

View file

@ -946,6 +946,7 @@ SH_TEST_DIRS += tests/blif
SH_TEST_DIRS += tests/memfile
SH_TEST_DIRS += tests/fmt
# SH_TEST_DIRS += tests/cxxrtl
SH_TEST_DIRS += tests/silimate
ifeq ($(ENABLE_FUNCTIONAL_TESTS),1)
SH_TEST_DIRS += tests/functional
endif