Modifier and Type | Method and Description |
---|---|
List<FpgaResourceAllocator.FpgaDevice> |
FpgaResourceAllocator.FpgaAllocation.getAllowed() |
List<FpgaResourceAllocator.FpgaDevice> |
FpgaResourceAllocator.getAllowedFpga() |
HashMap<String,List<FpgaResourceAllocator.FpgaDevice>> |
FpgaResourceAllocator.getAvailableFpga() |
List<FpgaResourceAllocator.FpgaDevice> |
FpgaResourceAllocator.FpgaAllocation.getDenied() |
HashMap<String,List<FpgaResourceAllocator.FpgaDevice>> |
FpgaResourceAllocator.getUsedFpga() |
Modifier and Type | Method and Description |
---|---|
int |
FpgaResourceAllocator.FpgaDevice.compareTo(FpgaResourceAllocator.FpgaDevice o) |
void |
FpgaResourceAllocator.updateFpga(String requestor,
FpgaResourceAllocator.FpgaDevice device,
String newIPID) |
Modifier and Type | Method and Description |
---|---|
void |
FpgaResourceAllocator.addFpga(String type,
List<FpgaResourceAllocator.FpgaDevice> list) |
Modifier and Type | Method and Description |
---|---|
List<FpgaResourceAllocator.FpgaDevice> |
FpgaDiscoverer.discover()
get avialable devices minor numbers from toolchain or static configuration
|
List<FpgaResourceAllocator.FpgaDevice> |
IntelFpgaOpenclPlugin.discover(int timeout) |
List<FpgaResourceAllocator.FpgaDevice> |
AbstractFpgaVendorPlugin.discover(int timeout)
Discover the vendor's FPGA devices with execution time constraint
|
List<FpgaResourceAllocator.FpgaDevice> |
FpgaDiscoverer.getCurrentFpgaInfo() |
Modifier and Type | Method and Description |
---|---|
void |
IntelFpgaOpenclPlugin.parseDiagnoseInfo(String output,
List<FpgaResourceAllocator.FpgaDevice> list)
One real sample output of Intel FPGA SDK 17.0's "aocl diagnose" is as below:
"
aocl diagnose: Running diagnose from /home/fpga/intelFPGA_pro/17.0/hld/board/nalla_pcie/linux64/libexec
------------------------- acl0 -------------------------
Vendor: Nallatech ltd
Phys Dev Name Status Information
aclnalla_pcie0Passed nalla_pcie (aclnalla_pcie0)
PCIe dev_id = 2494, bus:slot.func = 02:00.00, Gen3 x8
FPGA temperature = 54.4 degrees C.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.