Beginner_in_FPGA
Newbie
- Joined
- May 6, 2024
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 1
- Trophy points
- 3
- Location
- Bangalore, India
- Activity points
- 42
Hey all,
I have setup a design in the xczu19eg FPGA which contains PCIe, QSFP and some DMA.
To implement Over temperature protection, I have used the System Management Wizard IP to enable OT and have configured the same for trigger and reset (Hysteresis mode).
When the board reaches the Trigger temperature it shuts down it's operation as intended. But when the temperature decreases below Reset temperature it doesn't show any indication of startup sequence being run, even after keeping it on for a very long time.
Does the IP actually allow this feature of restart after the temperature decreases by itself, or should I enable something else in the design. I am asking this because to enable shutdown I had to configure the xdc file with -
"set_property BITSTREAM.CONFIG.OVERTEMPSHUTDOWN ENABLE [current_design]"
So do I have to do a similar thing for Reset of OT.
Thank you,
Best Regards.
I have setup a design in the xczu19eg FPGA which contains PCIe, QSFP and some DMA.
To implement Over temperature protection, I have used the System Management Wizard IP to enable OT and have configured the same for trigger and reset (Hysteresis mode).
When the board reaches the Trigger temperature it shuts down it's operation as intended. But when the temperature decreases below Reset temperature it doesn't show any indication of startup sequence being run, even after keeping it on for a very long time.
Does the IP actually allow this feature of restart after the temperature decreases by itself, or should I enable something else in the design. I am asking this because to enable shutdown I had to configure the xdc file with -
"set_property BITSTREAM.CONFIG.OVERTEMPSHUTDOWN ENABLE [current_design]"
So do I have to do a similar thing for Reset of OT.
Thank you,
Best Regards.