Visible to Intel only — GUID: qmc1667844097465
Ixiasoft
1. About the High Bandwidth Memory (HBM2E) Interface Intel Agilex® 7 FPGA IP User Guide
2. Introduction to High Bandwidth Memory
3. Intel Agilex® 7 M-Series HBM2E Architecture
4. Creating and Parameterizing the High Bandwidth Memory (HBM2E) Interface Intel® FPGA IP
5. High Bandwidth Memory (HBM2E) Interface Intel® FPGA IP Interface
6. High Bandwidth Memory (HBM2E) Interface Intel FPGA IP Performance
7. Document Revision History for High Bandwidth Memory (HBM2E) Interface Intel FPGA IP User Guide
A. High Bandwidth Memory (HBM2E) Interface Intel® FPGA IP Intel® Quartus® Prime Software Flow
Visible to Intel only — GUID: qmc1667844097465
Ixiasoft
5.5.1. Initialization Control Register and Initialization Status Register
The Initialization control and status registers provide feedback on progress of the reset sequence.
To read the status of these registers, issue a read command to the offset 32’h0010 for the control register and 32’h0014 for the status register.
Bits | Access | Name | Description |
---|---|---|---|
15:0 | RO | Reserved | Reserved. |
16 | RO | AXI FenceReq | Asserted by the UIB subsystem controller during the part of the reset sequence in which the HBM controller cannot accept AXI4 memory transactions. If user logic issues memory transactions to the memory controller while this bit is asserted, the resulting system state is undefined. |
31:17 | RO | Reserved | Reserved. |
Bits | Access | Name | Description |
---|---|---|---|
0 | RO | INITPROG | Indicates that a reset sequence is in progress. At the end of the reset sequence one of INITSTS_PASS or INITSTS_FAIL is asserted. |
1 | RO | INITSTS_PASS | 0: when INITPROG=1 1: Reset sequence completed successfully Mutually exclusive with INITSTS_FAIL |
2 | RO | INITSTS_FAIL | 0: when INITPROG=1 1: Reset sequence failed Mutually exclusive with INITSTS_PASS |
31:3 | RO | Reserved | Reserved. |