使用 XSVF 播放器确认 FPGA 负载

发布于 2024-10-07 10:02:26 字数 244 浏览 1 评论 0原文

我有一个带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸里的快感 2024-10-14 10:02:26

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文