初步实现python生成测试用例,并挂接.v文件,无需手工写.v文件

This commit is contained in:
2025-07-30 22:59:06 +08:00
parent 2968b6d546
commit 9cf5346b3d
11 changed files with 359 additions and 24 deletions

View File

@@ -38,14 +38,16 @@ if __name__ == '__main__':
ebmmu.tc6()
ebmmu.tc7()
ebmmu.tc8()
ebmmu.tc9()
ebmmu.tc10()
ebmmu.tc11()
ebmmu.tc12()
ebmmu.tc13()
ebmmu.tc14()
ebmmu.tc15()
add_tc_2_runlist(ebmmu.tc16())
watchdog.tc1()
gen_tc_runlist()