CDRIn相位校准

Merge branch 'feature/auto_release_insert' into mp_eb_dev
This commit is contained in:
Ruige Lee
2025-08-25 11:04:22 +08:00
4 changed files with 136 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
#encoding=utf-8
from pyutils import *
from testcase import environment, readregs, ebmmu, errorPkt, watchdog, broadcast, sync, base
from testcase import environment, readregs, ebmmu, errorPkt, watchdog, broadcast, sync, base, mac
if __name__ == '__main__':
environment.gen_slv_dev_num(4)
@@ -79,6 +79,14 @@ if __name__ == '__main__':
#add_tc_2_runlist(watchdog.tc1())
#add_tc_2_runlist(watchdog.tc2())
add_tc_2_runlist(mac.tc1())
add_tc_2_runlist(mac.tc2())
add_tc_2_runlist(mac.tc3())
add_tc_2_runlist(mac.tc4())
add_tc_2_runlist(mac.tc5())
add_tc_2_runlist(mac.tc6())
add_tc_2_runlist(mac.tc7())
environment.teardown()
gen_tc_runlist()