ATLAS Offline Software
Control
AthXRT
AthXRTServices
python
FPGAConfigFlags.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.AthConfigFlags
import
AthConfigFlags
4
5
def
createFPGAMgmtFlags
():
6
"""
7
flag generator for AthXRTServices FPGA management
8
"""
9
10
flags = AthConfigFlags()
11
flags.addFlag(
'FPGAMgmt.HLSDir'
,
''
)
12
return
flags
13
14
15
16
if
__name__ ==
"__main__"
:
17
18
flags =
createFPGAMgmtFlags
()
19
flags.dump()
FPGAConfigFlags.createFPGAMgmtFlags
def createFPGAMgmtFlags()
Definition:
FPGAConfigFlags.py:5
Generated on Sun Aug 31 2025 21:10:21 for ATLAS Offline Software by
1.8.18