修改配套的测试用例和程序,默认上电使用8b10b

This commit is contained in:
2025-10-13 15:56:03 +08:00
parent e4a78182df
commit 80cf9ed40b
3 changed files with 11 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ def watchdog_test_sm_lvds_wr_timeout(tc_id, wd_id):
+genMessageCode("--复位数据缓冲区")
+genIFRwDataCode(1, 0x300 + slave_sm_id * 4, True, 1, [0, ])
+genMessageCode("--延时后检查看门狗寄存器")
+"#1200000\n"
+"#2000000\n"
+genIFRwDataCode(1, 0x400, False, 0x04)
+genTcEndFrameCode(gen_file_def))
@@ -180,7 +180,7 @@ def watchdog_test_sm_lvds_wr_no_timeout(tc_id, wd_id):
+genMessageCode("--复位数据缓冲区")
+genIFRwDataCode(1, 0x300 + slave_sm_id * 4, True, 1, [0, ])
+genMessageCode("--延时后检查看门狗寄存器")
+"#1200000\n"
+"#2000000\n"
+genIFRwDataCode(1, 0x400, False, 0x04)
+genTcEndFrameCode(gen_file_def))