Package leechcore
Interface ILeechCoreBarCallback
public interface ILeechCoreBarCallback
LeechCore PCIe BAR Callback Interface
Check out the example code to get started! https://github.com/ufrisk/LeechCore/
Check out the example code to get started! https://github.com/ufrisk/LeechCore/
- Author:
- Ulf Frisk - pcileech@frizk.net
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback function will be called when a PCIe BAR request arrives at the FPGA.
-
Method Details
-
LeechCoreBarCallback
Callback function will be called when a PCIe BAR request arrives at the FPGA. If it's a read then it should be replied to by calling req.readReply();- Parameters:
req
-
-