如何在HDL代码中获取对Xilinx FPGA温度的访问?

huangapple go评论42阅读模式
英文:

How to get access to Xilinx FPGA temperature in hdl code?

问题

我正在使用赛灵思超标 FPGA(具体来说,AXKU-040)。我参与的项目需要实时监测 FPGA 温度。我需要读取 FPGA 的温度并通过特定接口(如以太网、UART 等)将其发送到计算机上。因此,sysmon 原语绘制的温度图无法帮助我。
对于我的问题是否有解决方案?是否有一个能提供 FPGA 温度的 IP 或原语?
提前感谢您的帮助。

我搜索了一下如何访问 sysmon 数据,但没有找到有用的信息。

英文:

I'm using a Xilinx ultrascale FPGA (specifically, AXKU-040). A project I'm involved in requires real-time monitoring of FPGA temperatures. I need to read the temperature of the FPAG and send it to the computer via a specific interface (eg ethernet, uart, ...). So the temperature graph that the sysmon primitive draws can't help me.
Is there a solution to my problem? Is there an IP or primitive that gives us the temperature of the FPGA?
Thank you in advance

I searched a bit for how to access the sysmon data, but didn't find anything useful

答案1

得分: 0

使用IP目录中的系统管理向导。您可以通过端口直接获取温度,也可以通过AXI或DRP总线获取。

英文:

Use the System Management Wizard in the IP Catalog. You can get the temperature directly via a port or through AXI or DRP busses.

huangapple
  • 本文由 发表于 2023年4月17日 22:18:53
  • 转载请务必保留本文链接:https://go.coder-hub.com/76036152.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定