Visible to Intel only — GUID: sam1440660236586
Ixiasoft
1. Intel® Stratix® 10 ADC Overview
2. Intel® Stratix® 10 ADC Architecture and Features
3. Intel® Stratix® 10 ADC Design Considerations
4. Intel® Stratix® 10 ADC Implementation Guides
5. Intel® Stratix® 10 ADC IP Core References
6. Intel® Stratix® 10 Analog to Digital Converter User Guide Archives
7. Document Revision History for the Intel® Stratix® 10 Analog to Digital Converter User Guide
Visible to Intel only — GUID: sam1440660236586
Ixiasoft
4.2. Reading the Intel® Stratix® 10 Internal Temperature Sensing Diodes
To sample the Intel® Stratix® 10 die temperature using the internal TSDs of the core fabric, transceiver tiles, and HBM2 stacks, use the Temperature Sensor IP core.
Figure 7. Waveform Example: Sampling Temperature from Channels 0, 1, and 3
Note: Set only valid bits in the cmd_data word. Otherwise, the response from the temperature sensor is undefined.
- During device initialization, before the device enters user mode:
- Assert the reset port of the Temperature Sensor IP core to keep it in reset mode.
- Keep the cmd_valid and cmd_data signal at "0".
- After the device enters user mode, simultaneously assert a logic high to the cmd_valid signal and send the cmd_data value. For each sampling, assert cmd_valid for a period of only one to three clock cycles. When you are not acquiring the temperature sensor readout, deassert cmd_valid.
The cmd_data signal is a 9-bit bitmask that specifies from which channel to sample the temperature.When you assert cmd_valid while cmd_ready is high, the IP core requests from the SDM the most recent temperature values of the channels you specify in cmd_data. After sending the request, the IP core drives cmd_ready low and waits for response from the SDM.
- Each time the rsp_valid signal goes high, indicating that the temperature value is ready, read the rsp_data and rsp_channel response signals.
The rsp_valid signal goes high once for each bit in the cmd_data word. The first valid data in the cycle is available when rsp_valid asserts while the rsp_startofpacket signal is high. The last valid data in the cycle is available when rsp_valid asserts while the rsp_endofpacket signal is high. For each valid response, the rsp_data signal provides the temperature value while the rsp_channel signal indicates from which channel the temperature was sampled.
The value in rsp_data is a signed 32-bit fixed point binary number, with 8 bits below the binary point.
Note: For IP core instantiation guidelines, you must refer to the Intel® Stratix® 10 Reset Release IP section in the Intel® Stratix® 10 Configuration User Guide.