增加代码,1.仿真了最多202个从站,功能正常;2.测试了读写\广播等操作

This commit is contained in:
2025-09-08 13:12:18 +08:00
parent 41d4805841
commit a63e14e6f6
6 changed files with 96 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ from pyutils import *
from testcase import environment, rwregs, ebmmu, errorPkt, watchdog, broadcast, sync, base, mac, manydev
if __name__ == '__main__':
environment.gen_slv_dev_num(128)
environment.gen_slv_dev_num(202)
environment.bringup()