英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论