ATLAS Offline Software
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 
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 
19  flags.dump()
FPGAConfigFlags.createFPGAMgmtFlags
def createFPGAMgmtFlags()
Definition: FPGAConfigFlags.py:5