修正生成广播读写包的错误

This commit is contained in:
2025-06-03 11:10:17 +08:00
parent c199e79490
commit e21f05dc15

View File

@@ -719,7 +719,7 @@ if __name__ == '__main__':
data[i] = i + 1 data[i] = i + 1
genPkt.addSubPkt(random.randint(0, 2048), 0, 0x00c0, 0xf, 4, data) genPkt.addSubPkt(random.randint(0, 2048), 0, 0x00c0, 0xf, 4, data)
gen_file_def = " " gen_file_def = "bc_rw_pkt"
sm_idx = 0 sm_idx = 0
genPkt.addAfterExc(genWriteTransLenCode(gen_file_def, sm_idx) genPkt.addAfterExc(genWriteTransLenCode(gen_file_def, sm_idx)