![]() |
ATLAS Offline Software
|
#include "EFTrackingFPGAPipeline/IntegrationBase.h"#include "EFTrackingFPGAUtility/xAODClusterMaker.h"#include "EFTrackingFPGAUtility/TestVectorTool.h"#include "EFTrackingFPGAUtility/FPGADataFormatTool.h"#include "EFTrackingFPGAUtility/OutputConversionTool.h"#include "FPGATrackSimObjects/FPGATrackSimTrackCollection.h"#include "GaudiKernel/ServiceHandle.h"#include "GaudiKernel/IChronoSvc.h"#include "xrt/xrt_bo.h"#include "xrt/xrt_device.h"#include "xrt/xrt_kernel.h"#include <experimental/xrt_xclbin.h>#include <experimental/xrt_ip.h>#include <experimental/xrt_queue.h>#include "CL/cl2xrt.hpp"#include <filesystem>#include <fstream>Go to the source code of this file.
Classes | |
| class | EFTrackingFPGAIntegration::F600IntegrationAlg |
Namespaces | |
| namespace | EFTrackingFPGAIntegration |
| The class for enconding RDO to FPGA format. | |
Macros | |
| #define | IP_START 0x1 |
| #define | IP_DONE 0x2 |
| #define | IP_IDLE 0x4 |
| #define | EVENT_COUNT_RST 0x80000000 |
| #define | USER_CTRL_OFFSET 0x10 |
| #define | EVENT_RX_COUNT_OFFSET 0x14 |
| #define | EVENT_TX_COUNT_OFFSET 0x1C |
| #define EVENT_COUNT_RST 0x80000000 |
Definition at line 38 of file F600IntegrationAlg.h.
| #define EVENT_RX_COUNT_OFFSET 0x14 |
Definition at line 41 of file F600IntegrationAlg.h.
| #define EVENT_TX_COUNT_OFFSET 0x1C |
Definition at line 42 of file F600IntegrationAlg.h.
| #define IP_DONE 0x2 |
Definition at line 36 of file F600IntegrationAlg.h.
| #define IP_IDLE 0x4 |
Definition at line 37 of file F600IntegrationAlg.h.
| #define IP_START 0x1 |
Definition at line 35 of file F600IntegrationAlg.h.
| #define USER_CTRL_OFFSET 0x10 |
Definition at line 40 of file F600IntegrationAlg.h.