ATLAS Offline Software
Loading...
Searching...
No Matches
FPGAConfigFlags.py
Go to the documentation of this file.
1# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3from 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
16if __name__ == "__main__":
17
19 flags.dump()