删除.v中不必要的测试代码,全部交由.py控制

This commit is contained in:
2025-08-03 18:10:55 +08:00
parent 3c7fb6bbc7
commit e6c36928f3
3 changed files with 41 additions and 774 deletions

View File

@@ -6,8 +6,8 @@ from testcase import environment, readregs, ebmmu, detect, errorPkt, watchdog, b
if __name__ == '__main__':
environment.bringup()
detect.tc1()
detect.tc2()
#detect.tc1()
#detect.tc2()
#add_tc_2_runlist(errorPkt.tc1())
#add_tc_2_runlist(errorPkt.tc2())