This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DP83822I: DP83822I芯片BIST测试步骤请教

Part Number: DP83822I

您好,我想使用下方链接文档中位于附录B B.7BIST 100BASE-TX Script 做BIST测试。当我尝试将文档中的脚本信息拷贝至shell,然后运行脚本时,发现貌似不是这么整的。您可以跟我说一下文档中的脚本代码如何使用吗?

begin
001F 8000 //software reset (clears register)
0000 2100 //programs DUT to 100BASE-TX mode
001B 007D //bits[7:0] determine IPG, default 0x7D is equal to 125 bytes
001C 05EE //bits[10:0] determine packet length, default 0x05EE is equal to 1518 bytes
0016 7100 //enable continuous error check BIST mode
001F 4000 //digital reset (doesn’t clear register)
end

 https://www.ti.com/lit/an/snla266/snla266.pdf