3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-25 02:41:29 +00:00

rtlil: add textual roundtrip test

This commit is contained in:
Emil J. Tywoniak 2025-09-02 19:50:15 +02:00
parent d7a80c6165
commit c12b485135
7 changed files with 1554 additions and 0 deletions

View file

@ -874,6 +874,7 @@ MK_TEST_DIRS += tests/sim
MK_TEST_DIRS += tests/svtypes
MK_TEST_DIRS += tests/techmap
MK_TEST_DIRS += tests/various
MK_TEST_DIRS += tests/rtlil
ifeq ($(ENABLE_VERIFIC),1)
ifneq ($(YOSYS_NOVERIFIC),1)
MK_TEST_DIRS += tests/verific