使用 XSVF 播放器确认 FPGA 负载
我有一个带有 CPU 的嵌入式项目,该项目通过 JTAG 引脚使用 XSVF 播放器对 Xilinx Spartan3 进行编程。我正在寻找一种方法来通过这些 JTAG 引脚确认有效配置已加载到 FPGA 中。
当我的系统在更新过程中重新启动并且在下次启动时设备未编程时,就会出现未编程的情况。我知道 Altera 芯片的 JAMPlayers 有一个命令来确认已加载有效图像,并且我正在寻找使用 XSVF 文件/播放器的类似内容。
I have an embedded project with a CPU that programs a Xilinx Spartan3 using an XSVF player via the JTAG pins. I am looking for a way to confirm via those JTAG pins that a valid configuration has been loaded into the FPGA.
The unprogrammed case arises when my system is rebooted in the middle of an update, and on the next boot the device is not programmed. I know JAMPlayers for Altera chips have a command to confirm that a valid image has been loaded, and I am looking for something similar using XSVF files/players.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DONE 标志包含在 JTAG 指令寄存器的回读值中。此xilinx 答案介绍了如何检查 DONE 标志。
Spartan-3 配置用户指南的 JTAG 部分也描述了 IR 位值。
The DONE flag is included in the readback value of the JTAG instruction register. This xilinx answer describes how to check the DONE flag.
The IR bit values are also described in the JTAG section of the Spartan-3 configuration user guide.