![]() |
FrontPanel API 6.1.0
|
Provides access to the AXI data transfer interfaces on the FPGA. More...
Public Member Functions | |
| virtual OpalKelly::FrontPanelAXILite & | GetAXILite (void)=0 |
| Returns the AXI-Lite sub-interface. | |
| virtual OpalKelly::FrontPanelAXIFull & | GetAXIFull (void)=0 |
| Returns the AXI-Full sub-interface. | |
| virtual OpalKelly::FrontPanelAXIStream & | GetAXIStream (void)=0 |
| Returns the AXI-Stream sub-interface. | |
This class aggregates the three AXI protocol interfaces (AXI-Lite, AXI-Full, and AXI-Stream) available on supported devices.
An instance of this class is obtained by calling OpalKelly::FrontPanel::GetFPGADataPortAXI().