ATLAS Offline Software
Loading...
Searching...
No Matches
DeviceMgmtSvcConfig Namespace Reference

Functions

 DeviceMgmtSvcCfg (flags, xclbin_list)

Function Documentation

◆ DeviceMgmtSvcCfg()

DeviceMgmtSvcConfig.DeviceMgmtSvcCfg ( flags,
xclbin_list )

Definition at line 7 of file DeviceMgmtSvcConfig.py.

7def DeviceMgmtSvcCfg(flags, xclbin_list):
8
9 result = ComponentAccumulator()
10
11 XRTSvc = CompFactory.AthXRT.DeviceMgmtSvc(XclbinPathsList = xclbin_list)
12 result.addService(XRTSvc)
13
14 return result