测试用例基本和eb_dev分支高单频一致

This commit is contained in:
2025-08-09 00:03:43 +08:00
parent 1ce3840567
commit fca32f0996
4 changed files with 15 additions and 42 deletions

View File

@@ -939,8 +939,10 @@ def tc8():
gen_file_def = "ebmmu_tc08"
sm_idx = 0
tc_des = "每个从站都使用ebmmu[0]共4个mmu从0x1000_0000位置向后对齐每个设备都映射0x800每个设备占128个字节。\\n" \
tc_des = "每个从站都使用ebmmu[0]从0x1000_0000位置向后对齐每个设备都映射0x800每个设备占128个字节。\\n" \
+ "主站使用1个子包将4个设备的数据一次性写下去。相当于使用单播命令模拟广播命令。\\n"\
+ "ebmmu放出的权限是0x1(只读),但子包的权限要求是只写,两相冲突,子包拒绝执行。\\n"\
+ "从站也无法得到真正有效的数据。\\n"\
+ "检查内容ebmmu工作状态、回包工作计数、SMx的状态、中断状态、统计信息、相关时序"
#--------------------------------------------------------------------------