Visible to Intel only — GUID: eih1481913066964
Ixiasoft
3.1. Simulation Flows
3.2. Clock and Reset Interfaces
3.3. FPGA-to-HPS AXI* Slave Interface
3.4. HPS-to-FPGA AXI* Master Interface
3.5. Lightweight HPS-to-FPGA AXI* Master Interface
3.6. HPS-to-FPGA MPU Event Interface
3.7. Interrupts Interface
3.8. HPS-to-FPGA Debug APB Interface
3.9. FPGA-to-HPS System Trace Macrocell Hardware Event Interface
3.10. HPS-to-FPGA Cross-Trigger Interface
3.11. HPS-to-FPGA Trace Port Interface
3.12. FPGA-to-HPS DMA Handshake Interface
3.13. General Purpose Input Interface
3.14. EMIF Conduit
3.15. Simulating the Intel Agilex® 7 HPS Component Revision History
Visible to Intel only — GUID: eih1481913066964
Ixiasoft
3.12. FPGA-to-HPS DMA Handshake Interface
The FPGA‑to‑HPS DMA handshake interface is connected to an Intel® conduit BFM for simulation. The following table lists the name for each interface, along with API function names for each type of simulation. You can monitor the interface state changes or set the interface by using the API listed.
Interface Name |
BFM Instance Name |
RTL Simulation API Function Names |
Post‑Fit Simulation API Function Names |
---|---|---|---|
f2h_dma0 | f2h_dma0_inst | get_f2h_dma0_req() | get_channel0_req() |
get_f2h_dma0_single() | get_channel0_single() | ||
set_f2h_dma0_ack() | set_channel0_xx_ack() | ||
f2h_dma1 | f2h_dma1_inst | get_f2h_dma1_req() | get_channel1_req() |
get_f2h_dma1_single() | get_channel1_single() | ||
set_f2h_dma1_ack() | set_channel1_xx_ack() | ||
f2h_dma2 | f2h_dma2_inst | get_f2h_dma2_req() | get_channel2_req() |
get_f2h_dma2_single() | get_channel2_single() | ||
set_f2h_dma2_ack() | set_channel2_xx_ack() | ||
f2h_dma3 | f2h_dma3_inst | get_f2h_dma3_req() | get_channel3_req() |
get_f2h_dma3_single() | get_channel3_single() | ||
set_f2h_dma3_ack() | set_channel3_xx_ack() | ||
f2h_dma4 | f2h_dma4_inst | get_f2h_dma4_req() | get_channel4_req() |
get_f2h_dma4_single() | get_channel4_single() | ||
set_f2h_dma4_ack() | set_channel4_xx_ack() | ||
f2h_dma5 | f2h_dma5_inst | get_f2h_dma5_req() | get_channel5_req() |
get_f2h_dma5_single() | get_channel5_single() | ||
set_f2h_dma5_ack() | set_channel5_xx_ack() | ||
f2h_dma6 | f2h_dma6_inst | get_f2h_dma6_req() | get_channel6_req() |
get_f2h_dma6_single() | get_channel6_single() | ||
set_f2h_dma6_ack() | set_channel6_xx_ack() | ||
f2h_dma7 | f2h_dma7_inst | get_f2h_dma7_req() | get_channel7_req() |
get_f2h_dma7_single() | get_channel7_single() | ||
set_f2h_dma7_ack() | set_channel7_xx_ack() |
Related Information