ATLAS Offline Software
Classes | Namespaces | Macros
F600IntegrationAlg.h File Reference
#include "EFTrackingFPGAPipeline/IntegrationBase.h"
#include "EFTrackingFPGAUtility/xAODClusterMaker.h"
#include "EFTrackingFPGAUtility/TestVectorTool.h"
#include "EFTrackingFPGAUtility/FPGADataFormatTool.h"
#include "EFTrackingFPGAUtility/OutputConversionTool.h"
#include "EFTrackingFPGAPipeline/DataPreparationPipeline.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>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EFTrackingFPGAIntegration::F600IntegrationAlg
 

Namespaces

 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
 

Macro Definition Documentation

◆ EVENT_COUNT_RST

#define EVENT_COUNT_RST   0x80000000

Definition at line 40 of file F600IntegrationAlg.h.

◆ EVENT_RX_COUNT_OFFSET

#define EVENT_RX_COUNT_OFFSET   0x14

Definition at line 43 of file F600IntegrationAlg.h.

◆ EVENT_TX_COUNT_OFFSET

#define EVENT_TX_COUNT_OFFSET   0x1C

Definition at line 44 of file F600IntegrationAlg.h.

◆ IP_DONE

#define IP_DONE   0x2

Definition at line 38 of file F600IntegrationAlg.h.

◆ IP_IDLE

#define IP_IDLE   0x4

Definition at line 39 of file F600IntegrationAlg.h.

◆ IP_START

#define IP_START   0x1

Definition at line 37 of file F600IntegrationAlg.h.

◆ USER_CTRL_OFFSET

#define USER_CTRL_OFFSET   0x10

Definition at line 42 of file F600IntegrationAlg.h.