3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-03 17:05:16 +00:00

tests/memfile: Test dump_meminit

Change tests/memfile to a mktest, moving the prior run-test.sh contents into a new read_dir.sh.
Add dump.ys (and friends) for testing dump_meminit.
This commit is contained in:
Krystine Sherwin 2025-11-14 11:47:40 +13:00
parent 7d79c11ca9
commit 3787ea19cd
No known key found for this signature in database
7 changed files with 152 additions and 49 deletions

View file

@ -914,6 +914,7 @@ MK_TEST_DIRS += tests/verific
endif
endif
MK_TEST_DIRS += tests/verilog
MK_TEST_DIRS += tests/memfile
# Tests that don't generate .mk
SH_TEST_DIRS =
@ -935,7 +936,6 @@ SH_TEST_DIRS += tests/proc
SH_TEST_DIRS += tests/blif
SH_TEST_DIRS += tests/arch
SH_TEST_DIRS += tests/rpc
SH_TEST_DIRS += tests/memfile
SH_TEST_DIRS += tests/fmt
SH_TEST_DIRS += tests/cxxrtl
SH_TEST_DIRS += tests/liberty