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:
parent
7d79c11ca9
commit
3787ea19cd
7 changed files with 152 additions and 49 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue