AIDA Advanced European Infrastructures for Detectors at Accelerators. Presentation

Size: px
Start display at page:

Download "AIDA Advanced European Infrastructures for Detectors at Accelerators. Presentation"

Transcription

1 AIDA-SLIDE AIDA Advanced European Infrastructures for Detectors at Accelerators Presentation A scalable gigabit data acquisition system for calorimeters for linear collider Gastaldi, F (CNRS) 02 June 2014 The research leading to these results has received funding from the European Commission under the FP7 Research Infrastructures project AIDA, grant agreement no This work is part of AIDA Work Package 9: Advanced infrastructures for detector R&D. The electronic version of this AIDA Publication is available via the AIDA web site < or on the CERN Document Server at the following URL: < AIDA-SLIDE

2 Grant ANR A scalable gigabit data acquisition system for calorimeters for linear collider GASTALDI Franck On behalf of the electronic & software team Monday, June TIPP Amsterdam 1

3 Introduction: ILC detectors Method: Imaging calorimetry ~ channels/detectors Issues: Integration Power consumption Ideas: Detectors prototypes Power pulsing (1% duty cycle ~25µW/ch) allowed due to the beam structure (5 Hz spills) Switched on during > ~1ms of ILC bunch train and data acquisition Bias currents shut down between bunch trains Data acquisition and control A single cable for everything Scalable architecture Reliable protocols & simplicity Monday, June TIPP Amsterdam 2

4 Introduction: generic DAQ In most cases, detectors and associated readout systems are designed, tested and approved before DAQ effort is undertaken Our idea for this project is to design as a generic, scalable, and a self contained system, build around commercial components where possible. This DAQ is then configured towards multiple use-cases. ILC calorimetry might not be the only customer Remark : This work follows a R&D from Univ.College London, Manchester Univ and Cambridge Univ that continued at LLR-Ecole Polytechnique / IN2P3-CNRS Monday, June TIPP Amsterdam 3

5 Calorimeter DAQ: overview Machine clock DAQ2 PC Networ k card 1 Gb/s GDCC Clock & Control 50 Mb/s 7 DCC (optiona l) : DCC (optiona l) DIFs Slabs 50 Mb/s 8 50 Mb/s 50 Mb/s 8 50 Mb/s n layers GDCC 50 Mb/s Digital (Config, Control, Data) Clock & Sync Optic GigE or copper Debug USB Slabs = detector unit : detector with integrated front-end electronics and sensors DIFs: Detector InterFace, servicing the detector unit GDCC: Giga-Data-Concentrator-Card: Concentrates data, fanin/fanout for clock and control data CCC: Clock & Control card: Fanout of clock and fast controls DCC: Data concentrator Card: optionnal extra level of data concentration Monday, June TIPP Amsterdam 4

6 Calorimeter DAQ: Serial Link (cont d) HDMI connectors between DIF-DCC-GDCC-CCC - Commercial standard for consumer electronics - High-bandwith connection at low cost 3 twisted pairs + 2 optional Reference clock (50 MHz), fan-out from CCC Data in (fast control, slow-control) Data out (slow control, data readout) Monday, June TIPP Amsterdam 5

7 DAQ: The DIF card The DIF concept is generic in firmware, running on detector specific hardware Based on low cost FPGA Compact (73mm x 50 mm) Control up to 10K channels Functionalities are simple VFE chip management (power pulsing, SC, DAQ) with a common interface Local storage of SC data (Flash Ram) Architecture of the DIF FPGA Monday, June TIPP Amsterdam 6

8 DAQ: The GDCC card Format : VME 6U (chassis with only J1 connector used for power distribution) Format shared in 2 part (1/3 2/3) 1/3 is the mezzanine with the HDMI connections Reliability of mezzanine by a specific Samtec connector (SEAM and SEAF series: 160 pins) Until 28 differential signals and 19 single ended 2/3 is the GDCC heart with the main functionalities Based around a Xilinx Spartan XC6SLX75 + Marvell component USB is used to an extra access to the GDCC (debug for example) VME USB RJ45 & sfp fiber Main part Mezzanine part 7 x DIFs HDMI CCC HDMI Monday, June TIPP Amsterdam 7

9 DAQ: the GDCC card (cont d) Functionalities: Aggregate data from many DIF links and send it to the PC over Gigabit Ethernet link The PHY layers is made by a specific component MARVELL88E1111 Signaling between the DIF and the GDCC is made by 5 differential LVDS pairs in HDMI cable Extract packet from the PC and execute the command sent (R/W register, DIF configuration packet, fast command) Encapsulate data from DIF in Ethernet frame and send them to the PC E T H FPGA E R N E T mclk MARVELL component Gemac lithe Homemade (from xilinx reference design) Totally free CCC interface Main Interface (based on several FSM And few Xilinx reference design) DIFs Links (Protocol fsm ser-des 8b/10b) T O D I F trig Single architecture of GDCC card Monday, June TIPP Amsterdam 8

10 DAQ: The GDCC card (cont d) GDCC frame to the PC is based on standard Ethernet format Dst MAC Src MAC Ethernet Type GDCC_type GDCC_modifier GDCC_pktID GDCC_dataLength GDCC_Data PAD CRC32 6 Bytes 6 Bytes 2 Bytes 2 Bytes 2 Bytes 2 Bytes 2 Bytes Variable Min size Eth 4 Bytes 3 kinds of frame Fast-command with a special Ethernet type 0x809 (GDCC DIF) Control data with a special Ethernet type 0x810 (GDCC DIF) Read-out data with the Ethernet type 0x811 (DIF GDCC) GDCC Header Content of the DIF structure Data CLK DIF SOF DIF EOF Example of sending data from GDCC to DIF Data are sampled on rising-edge of clock Register packet from DIF Monday, June TIPP Amsterdam 9

11 DAQ: GDCC improvement Put in place an UDP interface Simple and fast protocol Easy to be implemented in hardware Does not require big resources Reveive RX Header_Filter Header UDP (3) Header IP (2) Header ETH (1) Flags REGs Frame_is Valid DATA_OUT GOOD dest Header src Link type Data Header RX BAD FRM Version & length Service Frame length Header IP Time of ID Flag Offset Protocole Checksum life IP src IP dest Data Header generator MEMORISE source adress IP, MAC, Port Length IP, UDP Header TX Checksum header, frame DATAs + Nb count words Port src Header UDP Port Length Checksum dest Data Packet switch Queue Buffer TX FIFO 9x1k FIFO 9x1k DATA_IN (UDP frame) Ethernet frame structure with UDP Header Send Architecture of UDP bloc DATA_IN (ETH frame) Currently under the first tests and after 3 days of sending a command to the DIF to read some registers (~ times), there is no error. Monday, June TIPP Amsterdam 10

12 DAQ: The DCC card (optional) VME format VME only used for the card power supply 1 HDMI connection for the GDCC Until 8 connections for the DIFs Identical data rate at the input and output (50 Mb/s) Advantage: This card can be connected or disconnected in DAQ chain without modification of behavior. Architecture of DCC Monday, June TIPP Amsterdam 11

13 Calicoes Software The Acquisition chain Ecal dedicated software suite Based on the Pyrame framework (LLR) Based on XML language Allow to prototype rapidly a on-line system Multi-media distribution(files, sockets and shared memories) Online event-building Acquisition chain: software architecture Monday, June TIPP Amsterdam 12

14 Calicoes Software The Control-Command Highly modular and distributed Control the Ecal electronics but also the peripheral devices (Power supply, pulse generator, ) Provides a high level state machine for final user Scripting language (Python) Good stability Global control-command architecture Monday, June TIPP Amsterdam 13

15 The system: beam test This DAQ has been used on the SiW-Ecal technical prototype for two years It has been used successfully for 4 test beams at DESY Typical setup is : (~2.5K Channels) 10 layers of detection, 10 DIFs, 2 GDCC 250 GBytes of data have been generated This system has been validated for 10 Hz of spill frequency (ILC requirement is 5 Hz) Exemple of event display 1e- (5GeV) 5 W plates between layers S/N > 14 DAQ chassis SLAB structure Monday, June TIPP Amsterdam 14

16 Conclusion The aim who was to develop a DAQ system generic in nature, using commercial components where possible has been in most part attained The tests had shown the ability of the DAQ to take a lot of data (~250 GB) During the last beam test, configurations have been injected in the system in three weeks. It remained stable during all this time. Currently, we improve our system with the implantation of a UDP block on GDCC. Next step Connect the DAQ to a real calorimeter system 16 ASICs per ASU (under test today), will be up to 160 ASICs per layer Perspectives for ECAL(ILC) With this actual configuration and for 100M channels ECAL for example the setup will be: DCC, 2000 GDCC and 200 PC For reducing the number of card, the main work must be done on front end modules for easiness of integration Monday, June TIPP Amsterdam 15

17 Monday, June TIPP Amsterdam 16

18 Back up Monday, June TIPP Amsterdam 17

19 Time line Physics prototype ILD? Technological prototype Proof of concept Feasibility of design options Construction layers 4000 channels Linearity Resolution Sensors Very front-end Compactness Granularity Front-end Power pulsing Long SLAB Integration Environement Services Industrialization Tooling Project org channels/dm channels/dm channels/dm 3 ~24 X0, 20 cm thick ~2500 m 2 active detectors ~100M readout channels S/N ~ 7.5 S/N ~ 15 Monday, June TIPP Amsterdam 18

20 Slab details ASUS with 16 Asics (180 x 180 mm) 1 Si Wafer with 256 pixels of 5X5 mm2 and thickness of 325 µm 190 mm 70 mm 180 mm Battery charger application AVX BestCap BZ01 After regulator Slab overview 360 mm Monday, June TIPP Amsterdam 19

21 DIF card Slow control and read-out Sent from the DAQ/control PC as a raw Ethernet frame Passed to/from the DIF via GDCC/DCC with the following structure (protocol) Exemple of a fast decodind command at the DIF level Internally decoded frame (test pin) IDLE SOF header data EOF DIF input:standard packet DIF output: Here: read out of 13x16b status registers (Reshaped into GDCC frame) Exemple of a decoding frame at the DIF level Monday, June TIPP Amsterdam 20

22 GDCC: some plots Trigger = start spill DIF SOF Data from DIF 0xfcff = start spill Example of data readout 0xfdff = start chip data Example of readout packet spied by wireshark RJ ~23 ps DJ ~166ps eye width ~19.75ns Example of Result of eyes diagram and jitter on data readout Monday, June TIPP Amsterdam 21

23 CCC card Supplied by University of Cambridge in 2009 Synchronize all sub-systems upon pre-spill warning Until 8 HDMI connection Distribute asynchronous fast trigger and/or busy signals Capable to run stand-alone for distribute clock (50 MHz) and spill from an external trigger Monday, June TIPP Amsterdam 22

AIDA Advanced European Infrastructures for Detectors at Accelerators. Conference Contribution

AIDA Advanced European Infrastructures for Detectors at Accelerators. Conference Contribution AIDA-CONF-2015-019 AIDA Advanced European Infrastructures for Detectors at Accelerators Conference Contribution A scalable gigabit data acquisition system for calorimeters for linear collider Gastaldi,

More information

2014 JINST 9 C Acquisition and control command system for power pulsed detectors

2014 JINST 9 C Acquisition and control command system for power pulsed detectors PUBLISHED BY IOP PUBLISHING FOR SISSA MEDIALAB TOPICAL WORKSHOP ON ELECTRONICS FOR PARTICLE PHYSICS 2013, 23 27 SEPTEMBER 2013, PERUGIA, ITALY RECEIVED: October 31, 2013 REVISED: December 11, 2013 ACCEPTED:

More information

Update on the. development in the UK. Valeria Bartsch, on behalf of CALICE-UK Collaboration

Update on the. development in the UK. Valeria Bartsch, on behalf of CALICE-UK Collaboration Update on the Data Acquisition System development in the UK Valeria Bartsch, on behalf of CALICE-UK Collaboration DAQ architecture : Sensors & ASICs : InterFace - connects generic DAQ and services LDA:

More information

BES-III off-detector readout electronics for the GEM detector: an update

BES-III off-detector readout electronics for the GEM detector: an update BES-III off-detector readout electronics for the GEM detector: an update The CGEM off-detector collaboration ( INFN/Univ. FE, INFN LNF, Univ. Uppsala ) 1 Outline Reminder Update on development status Off-detector

More information

Prototyping NGC. First Light. PICNIC Array Image of ESO Messenger Front Page

Prototyping NGC. First Light. PICNIC Array Image of ESO Messenger Front Page Prototyping NGC First Light PICNIC Array Image of ESO Messenger Front Page Introduction and Key Points Constructed is a modular system with : A Back-End as 64 Bit PCI Master/Slave Interface A basic Front-end

More information

A HT3 Platform for Rapid Prototyping and High Performance Reconfigurable Computing

A HT3 Platform for Rapid Prototyping and High Performance Reconfigurable Computing A HT3 Platform for Rapid Prototyping and High Performance Reconfigurable Computing Second International Workshop on HyperTransport Research and Application (WHTRA 2011) University of Heidelberg Computer

More information

MiniDAQ1 A COMPACT DATA ACQUISITION SYSTEM FOR GBT READOUT OVER 10G ETHERNET 22/05/2017 TIPP PAOLO DURANTE - MINIDAQ1 1

MiniDAQ1 A COMPACT DATA ACQUISITION SYSTEM FOR GBT READOUT OVER 10G ETHERNET 22/05/2017 TIPP PAOLO DURANTE - MINIDAQ1 1 MiniDAQ1 A COMPACT DATA ACQUISITION SYSTEM FOR GBT READOUT OVER 10G ETHERNET 22/05/2017 TIPP 2017 - PAOLO DURANTE - MINIDAQ1 1 Overview LHCb upgrade Optical frontend readout Slow control implementation

More information

High Bandwidth Electronics

High Bandwidth Electronics DOE BES Neutron & Photon Detectors Workshop, August 1-3, 2012 Ryan Herbst System Overview What are the standard components in a detector system? Detector/Amplifier & ADC Digital front end - Configure and

More information

Scintillator Data Acquisition System

Scintillator Data Acquisition System Scintillator Data Acquisition System Applications in the CALICE AHCAL and ScECAL > AHCAL DAQ Overview > Hardware > LDA > Software > Plan Aliakbar Ebrahimi - DESY AHCAL Testbeam Preparation Hamburg, July

More information

Study of 1.5m data paths along CALICE slabs

Study of 1.5m data paths along CALICE slabs Study of 1.5m data paths along CALICE slabs the problem & its scale technology and architecture choices test-slab design options current status outlook and plans 1 The problem & its scale Single side of

More information

PETsys SiPM Readout System

PETsys SiPM Readout System SiPM Readout System FEB/A_v2 FEB/S FEB/I The SiPM Readout System is designed to read a large number of SiPM photo-sensor pixels in applications where a high data rate and excellent time resolution is required.

More information

Interface electronics

Interface electronics Peter Göttlicher, DESY-FEB, June 11th 2008 1 Interface electronics Links to backend/control implications to mechanical design, to effort in FPGA's Peter Göttlicher, DESY-FEB specifications of signals at

More information

Level-1 Data Driver Card of the ATLAS New Small Wheel Upgrade Compatible with the Phase II 1 MHz Readout

Level-1 Data Driver Card of the ATLAS New Small Wheel Upgrade Compatible with the Phase II 1 MHz Readout Level-1 Data Driver Card of the ATLAS New Small Wheel Upgrade Compatible with the Phase II 1 MHz Readout Panagiotis Gkountoumis National Technical University of Athens Brookhaven National Laboratory On

More information

The CMS Global Calorimeter Trigger Hardware Design

The CMS Global Calorimeter Trigger Hardware Design The CMS Global Calorimeter Trigger Hardware Design M. Stettler, G. Iles, M. Hansen a, C. Foudas, J. Jones, A. Rose b a CERN, 1211 Geneva 2, Switzerland b Imperial College of London, UK Matthew.Stettler@cern.ch

More information

Data Acquisition in Particle Physics Experiments. Ing. Giuseppe De Robertis INFN Sez. Di Bari

Data Acquisition in Particle Physics Experiments. Ing. Giuseppe De Robertis INFN Sez. Di Bari Data Acquisition in Particle Physics Experiments Ing. Giuseppe De Robertis INFN Sez. Di Bari Outline DAQ systems Theory of operation Case of a large experiment (CMS) Example of readout GEM detectors for

More information

GPS time synchronization system for T2K

GPS time synchronization system for T2K GPS time synchronization system for T2K Hans Berns and Jeff Wilkes University of Washington, Seattle SK Collaboration meeting Nov 8, 2007 11/8/07: GPS 1 11/8/07: GPS 2 T2K GPS Time Synchronization: overview

More information

Multi-Gigabit Transceivers Getting Started with Xilinx s Rocket I/Os

Multi-Gigabit Transceivers Getting Started with Xilinx s Rocket I/Os Multi-Gigabit Transceivers Getting Started with Xilinx s Rocket I/Os Craig Ulmer cdulmer@sandia.gov July 26, 2007 Craig Ulmer SNL/CA Sandia is a multiprogram laboratory operated by Sandia Corporation,

More information

Electronics on the detector Mechanical constraints: Fixing the module on the PM base.

Electronics on the detector Mechanical constraints: Fixing the module on the PM base. PID meeting Mechanical implementation ti Electronics architecture SNATS upgrade proposal Christophe Beigbeder PID meeting 1 Electronics is split in two parts : - one directly mounted on the PM base receiving

More information

TTC/TTS Tester (TTT) Module User Manual

TTC/TTS Tester (TTT) Module User Manual TTC/TTS Tester (TTT) Module User Manual Eric Hazen hazen@bu.edu, Christopher Woodall cwoodall@bu.edu, Charlie Hill chill90@bu.edu May 24, 2013 1 Contents 1 Overview 3 2 Quick Start Guide 4 3 Hardware Description

More information

Token Bit Manager for the CMS Pixel Readout

Token Bit Manager for the CMS Pixel Readout Token Bit Manager for the CMS Pixel Readout Edward Bartz Rutgers University Pixel 2002 International Workshop September 9, 2002 slide 1 TBM Overview Orchestrate the Readout of Several Pixel Chips on a

More information

USCMS HCAL FERU: Front End Readout Unit. Drew Baden University of Maryland February 2000

USCMS HCAL FERU: Front End Readout Unit. Drew Baden University of Maryland February 2000 USCMS HCAL FERU: Front End Readout Unit Drew Baden University of Maryland February 2000 HCAL Front-End Readout Unit Joint effort between: University of Maryland Drew Baden (Level 3 Manager) Boston University

More information

FELI. : the detector readout upgrade of the ATLAS experiment. Soo Ryu. Argonne National Laboratory, (on behalf of the FELIX group)

FELI. : the detector readout upgrade of the ATLAS experiment. Soo Ryu. Argonne National Laboratory, (on behalf of the FELIX group) LI : the detector readout upgrade of the ATLAS experiment Soo Ryu Argonne National Laboratory, sryu@anl.gov (on behalf of the LIX group) LIX group John Anderson, Soo Ryu, Jinlong Zhang Hucheng Chen, Kai

More information

Development and test of a versatile DAQ system based on the ATCA standard

Development and test of a versatile DAQ system based on the ATCA standard Development and test of a versatile DAQ system based on the ATCA standard M.Bianco, a P.J.Loesel, b S.Martoiu, c, ad and A.Zibell e a CERN PH Department, Geneve, Switzerland b Ludwig-Maximilians-Univ.

More information

RT2016 Phase-I Trigger Readout Electronics Upgrade for the ATLAS Liquid-Argon Calorimeters

RT2016 Phase-I Trigger Readout Electronics Upgrade for the ATLAS Liquid-Argon Calorimeters RT2016 Phase-I Trigger Readout Electronics Upgrade for the ATLAS Liquid-Argon Calorimeters Nicolas Chevillot (LAPP/CNRS-IN2P3) on behalf of the ATLAS Liquid Argon Calorimeter Group 1 Plan Context Front-end

More information

DHCAL Readout Back End

DHCAL Readout Back End DHCAL Readout Back End Eric Hazen, John Butler, Shouxiang Wu Boston University Two DCOL Options (1) Use CMS-DCC Already exists, so Lower cost? Quicker? Obsolete components Not optimized for DCAL Copper

More information

New slow-control FPGA IP for GBT based system and status update of the GBT-FPGA project

New slow-control FPGA IP for GBT based system and status update of the GBT-FPGA project New slow-control FPGA IP for GBT based system and status update of the GBT-FPGA project 1 CERN Geneva CH-1211, Switzerland E-mail: julian.mendez@cern.ch Sophie Baron a, Pedro Vicente Leitao b CERN Geneva

More information

INT 1011 TCP Offload Engine (Full Offload)

INT 1011 TCP Offload Engine (Full Offload) INT 1011 TCP Offload Engine (Full Offload) Product brief, features and benefits summary Provides lowest Latency and highest bandwidth. Highly customizable hardware IP block. Easily portable to ASIC flow,

More information

Dominique Gigi CMS/DAQ. Siena 4th October 2006

Dominique Gigi CMS/DAQ. Siena 4th October 2006 . CMS/DAQ overview. Environment. FRL-Slink (Front-End Readout Link) - Boards - Features - Protocol with NIC & results - Production.FMM (Fast Monitoring Module) -Requirements -Implementation -Features -Production.Conclusions

More information

SVT detector Electronics Status

SVT detector Electronics Status SVT detector Electronics Status On behalf of the SVT community Mauro Citterio INFN Milano Overview: - SVT design status - F.E. chips - Electronic design - Hit rates and data volumes 1 SVT Design Detectors:

More information

Field Program mable Gate Arrays

Field Program mable Gate Arrays Field Program mable Gate Arrays M andakini Patil E H E P g r o u p D H E P T I F R SERC school NISER, Bhubaneshwar Nov 7-27 2017 Outline Digital electronics Short history of programmable logic devices

More information

BTeV at C0. p p. Tevatron CDF. BTeV - a hadron collider B-physics experiment. Fermi National Accelerator Laboratory. Michael Wang

BTeV at C0. p p. Tevatron CDF. BTeV - a hadron collider B-physics experiment. Fermi National Accelerator Laboratory. Michael Wang BTeV Trigger BEAUTY 2003 9 th International Conference on B-Physics at Hadron Machines Oct. 14-18, 2003, Carnegie Mellon University, Fermilab (for the BTeV collaboration) Fermi National Accelerator Laboratory

More information

Update on PRad GEMs, Readout Electronics & DAQ

Update on PRad GEMs, Readout Electronics & DAQ Update on PRad GEMs, Readout Electronics & DAQ Kondo Gnanvo University of Virginia, Charlottesville, VA Outline PRad GEMs update Upgrade of SRS electronics Integration into JLab DAQ system Cosmic tests

More information

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet SV3C DPRX MIPI D-PHY Analyzer Data Sheet Table of Contents Table of Contents Table of Contents... 1 List of Figures... 2 List of Tables... 2 Introduction... 3 Overview... 3 Key Benefits... 3 Applications...

More information

EMU FED. --- Crate and Electronics. ESR, CERN, November B. Bylsma, S. Durkin, Jason Gilmore, Jianhui Gu, T.Y. Ling. The Ohio State University

EMU FED. --- Crate and Electronics. ESR, CERN, November B. Bylsma, S. Durkin, Jason Gilmore, Jianhui Gu, T.Y. Ling. The Ohio State University EMU FED --- Crate and Electronics B. Bylsma, S. Durkin, Jason Gilmore, Jianhui Gu, T.Y. Ling The Ohio State University ESR, CERN, November 2004 EMU FED Design EMU FED: Outline FED Crate & Custom Backplane

More information

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info.

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info. A FPGA based development platform as part of an EDK is available to target intelop provided IPs or other standard IPs. The platform with Virtex-4 FX12 Evaluation Kit provides a complete hardware environment

More information

GCU ARCHITECTURE PROPOSAL

GCU ARCHITECTURE PROPOSAL GCU ARCHITECTURE PROPOSAL M. Bellato, R. Brugnera, F. Dal Corso, S. Dusini, A. Garfagnini, R. Isocrate, I. Lippi, G. Meng, D. Pedretti INFN and University of Padova GCU ARCHITECTURE PROPOSAL LCU DCS VD

More information

HCAL Trigger Readout

HCAL Trigger Readout HCAL Trigger Readout HTR Status and Clocking Issues D. Baden, T. Grassi http://www.physics.umd.edu/hep/esr_dec_2002.pdf 1 FE/DAQ Electronics S-Link: 64 bits @ 25 MHz Trigger Primitives READ-OUT Crate CAL

More information

LatticeSCM SPI4.2 Interoperability with PMC-Sierra PM3388

LatticeSCM SPI4.2 Interoperability with PMC-Sierra PM3388 August 2006 Technical Note TN1121 Introduction The System Packet Interface, Level 4, Phase 2 (SPI4.2) is a system level interface, published in 2001 by the Optical Internetworking Forum (OIF), for packet

More information

S2C K7 Prodigy Logic Module Series

S2C K7 Prodigy Logic Module Series S2C K7 Prodigy Logic Module Series Low-Cost Fifth Generation Rapid FPGA-based Prototyping Hardware The S2C K7 Prodigy Logic Module is equipped with one Xilinx Kintex-7 XC7K410T or XC7K325T FPGA device

More information

PC-MIP Link Receiver Board Interface Description

PC-MIP Link Receiver Board Interface Description PC-MIP Link Receiver Board Interface Description E. Hazen, A. Chertovskikh Boston University Rev 2. August 24, 26 1 Description and Operation This document describes briefly the PC-MIP 3-channel Link Receiver

More information

The Intelligent FPGA Data Acquisition

The Intelligent FPGA Data Acquisition The Intelligent FPGA Data Acquisition Dominic Gaisbauer, Stefan Huber, Igor Konorov, Dmytro Levit, Prof. Dr. Stephan Paul, Dominik Steffen d.gaisbauer@tum.de Technische Universität München Institute for

More information

Acquisition system for the CLIC Module.

Acquisition system for the CLIC Module. Acquisition system for the CLIC Module. S.Vilalte on behalf the LAPP CLIC group. 1 1 LAPP CLIC group Annecy France The status of R&D activities for CLIC module acquisition are discussed [1]. LAPP is involved

More information

Track-Finder Test Results and VME Backplane R&D. D.Acosta University of Florida

Track-Finder Test Results and VME Backplane R&D. D.Acosta University of Florida Track-Finder Test Results and VME Backplane R&D D.Acosta University of Florida 1 Technical Design Report Trigger TDR is completed! A large amount effort went not only into the 630 pages, but into CSC Track-Finder

More information

Description of the JRA1 Trigger Logic Unit (TLU)

Description of the JRA1 Trigger Logic Unit (TLU) Description of the JRA1 Trigger Logic Unit (TLU) D. Cussans 1 January 10, 2007 Abstract This document describes the interfaces and operation of the EUDET JRA1 Trigger Logic Prototype ( TLU v0.1a ) with

More information

A flexible stand-alone testbench for facilitating system tests of the CMS Preshower

A flexible stand-alone testbench for facilitating system tests of the CMS Preshower A flexible stand-alone testbench for facilitating system tests of the CMS Preshower Paschalis Vichoudis 1,2, Serge Reynaud 1, David Barney 1, Wojciech Bialas 1, Apollo Go 3, Georgios Sidiropoulos 2, Yves

More information

The White Rabbit Project

The White Rabbit Project WR Project Status 1/ 1 The White Rabbit Project Technical introduction and status report T. W lostowski BE-CO Hardware and Timing section CERN November 11, 2010 WR Project Status 2/ 1 Introduction Outline

More information

NetFPGA Hardware Architecture

NetFPGA Hardware Architecture NetFPGA Hardware Architecture Jeffrey Shafer Some slides adapted from Stanford NetFPGA tutorials NetFPGA http://netfpga.org 2 NetFPGA Components Virtex-II Pro 5 FPGA 53,136 logic cells 4,176 Kbit block

More information

The LHCb upgrade. Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions

The LHCb upgrade. Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions The LHCb upgrade Burkhard Schmidt for the LHCb Collaboration Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions OT IT coverage 1.9

More information

Heavy Photon Search Data Acquisition

Heavy Photon Search Data Acquisition Heavy Photon Search Data Acquisition Presented by Ryan Herbst PPA Engineering 5/25/2011 1 Overview Data Output & Control 1GigE Read Out Board Ethernet Switch Processor Blade Trigger Board ATCA Crate RTM

More information

AIDA-2020 Advanced European Infrastructures for Detectors at Accelerators. Presentation. A generic data acquisition software framework, EUDAQ2

AIDA-2020 Advanced European Infrastructures for Detectors at Accelerators. Presentation. A generic data acquisition software framework, EUDAQ2 AIDA-2020-SLIDE-2018-008 AIDA-2020 Advanced European Infrastructures for Detectors at Accelerators Presentation A generic data acquisition software framework, EUDAQ2 Yi, Liu (DESY) 05 October 2017 The

More information

UDP10G-IP reference design manual

UDP10G-IP reference design manual UDP10G-IP reference design manual Rev1.2 22-Mar-18 1 Introduction Comparing to TCP, UDP provides a procedure to send messages with a minimum of protocol mechanism, but the data cannot guarantee to arrive

More information

Schematic. A: Overview of the Integrated Detector Readout Electronics and DAQ-System. optical Gbit link. 1GB DDR Ram.

Schematic. A: Overview of the Integrated Detector Readout Electronics and DAQ-System. optical Gbit link. 1GB DDR Ram. A: Overview of the Integrated Detector Readout Electronics and DAQ-System N s CASCADE Detector Frontend (X0) (X) (Y0) (Y) optional: CIPix- Board (T) Optical Gigabit Link CDR.0 FPGA based readout board

More information

INT-1010 TCP Offload Engine

INT-1010 TCP Offload Engine INT-1010 TCP Offload Engine Product brief, features and benefits summary Highly customizable hardware IP block. Easily portable to ASIC flow, Xilinx or Altera FPGAs INT-1010 is highly flexible that is

More information

Investigation of High-Level Synthesis tools applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example

Investigation of High-Level Synthesis tools applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example Journal of Physics: Conference Series PAPER OPEN ACCESS Investigation of High-Level Synthesis tools applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example

More information

AMC13 Register Display Documentation

AMC13 Register Display Documentation AMC13 Register Display Documentation Automatically Generated from status.cc in HCAL xdaq August 9, 2012 Status register at offset 0 in Virtex address space [ctrl regs] Reading this registers reports basic

More information

WBS Trigger. Wesley H. Smith, U. Wisconsin CMS Trigger Project Manager. DOE/NSF Status Review November 20, 2003

WBS Trigger. Wesley H. Smith, U. Wisconsin CMS Trigger Project Manager. DOE/NSF Status Review November 20, 2003 WBS 3.1 - Trigger Wesley H. Smith, U. Wisconsin CMS Trigger Project Manager DOE/NSF Status Review November 20, 2003 This talk is available on: http://hep.wisc.edu/wsmith/cms/trig_lehman_nov03.pdf US CMS

More information

MAC on the HUB. Y. Ermoline, V0.1. This note describe design steps of the MAC on HUB FPGA to work with Ethernet for IPbus.

MAC on the HUB. Y. Ermoline, V0.1. This note describe design steps of the MAC on HUB FPGA to work with Ethernet for IPbus. MAC on the HUB Y. Ermoline, 20.10.2017 V0.1 This note describe design steps of the MAC on HUB FPGA to work with Ethernet for IPbus. Contents: FPGA and PHY chip... 2 Tri-Mode Ethernet Media Access Controller

More information

Electron detector(s) decision to proceed with 2 detectors

Electron detector(s) decision to proceed with 2 detectors Electron detector(s) decision to proceed with 2 detectors Direct hit detector (DH1K) reciprocal space Fast application (DH80K) real space imaging Thin nonlinear DEPFETs Thin (nonlinear) Fast DEPFETs Thin

More information

ACTL-TIME: Report on recent activities. Arnim Balzer for the ACTL-TIME sub-work package ACTL-TIME Camera Call, SeeVogh July 1, 2016

ACTL-TIME: Report on recent activities. Arnim Balzer for the ACTL-TIME sub-work package ACTL-TIME Camera Call, SeeVogh July 1, 2016 ACTL-TIME: Report on recent activities Arnim Balzer for the ACTL-TIME sub-work package ACTL-TIME Camera Call, SeeVogh July 1, 2016 Reminder: Mailing Lists Created two temporary mailing lists until official

More information

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet SV3C DPRX MIPI D-PHY Analyzer Data Sheet Table of Contents Table of Contents Table of Contents... 1 List of Figures... 2 List of Tables... 3 Introduction... 4 Overview... 4 Key Benefits... 4 Applications...

More information

Introduction to Field Programmable Gate Arrays

Introduction to Field Programmable Gate Arrays Introduction to Field Programmable Gate Arrays Lecture 1/3 CERN Accelerator School on Digital Signal Processing Sigtuna, Sweden, 31 May 9 June 2007 Javier Serrano, CERN AB-CO-HT Outline Historical introduction.

More information

RPC Trigger Overview

RPC Trigger Overview RPC Trigger Overview presented by Maciek Kudla, Warsaw University RPC Trigger ESR Warsaw, July 8th, 2003 RPC Trigger Task The task of RPC Muon Trigger electronics is to deliver 4 highest momentum muons

More information

FELIX the new detector readout system for the ATLAS experiment

FELIX the new detector readout system for the ATLAS experiment FrontEnd LInk exchange LIX the new detector readout system for the ATLAS experiment Julia Narevicius Weizmann Institute of Science on behalf of the ATLAS Collaboration Introduction to ATLAS readout: today

More information

The new detector readout system for the ATLAS experiment

The new detector readout system for the ATLAS experiment LInk exange The new detector readout system for the ATLAS experiment Soo Ryu Argonne National Laboratory On behalf of the ATLAS Collaboration ATLAS DAQ for LHC Run2 (2015-2018) 40MHz L1 trigger 100kHz

More information

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP DEVBOARD3 DATASHEET 10Mbits Ethernet & SD card PIC18F67J60 MICROCHIP Version 1.0 - March 2009 DEVBOARD3 Version 1.0 March 2009 Page 1 of 7 The DEVBOARD3 is a proto-typing board used to quickly and easily

More information

Sophon SC1 White Paper

Sophon SC1 White Paper Sophon SC1 White Paper V10 Copyright 2017 BITMAIN TECHNOLOGIES LIMITED All rights reserved Version Update Content Release Date V10-2017/10/25 Copyright 2017 BITMAIN TECHNOLOGIES LIMITED All rights reserved

More information

Using the FADC250 Module (V1C - 5/5/14)

Using the FADC250 Module (V1C - 5/5/14) Using the FADC250 Module (V1C - 5/5/14) 1.1 Controlling the Module Communication with the module is by standard VME bus protocols. All registers and memory locations are defined to be 4-byte entities.

More information

Semiconductor sensors for the CALICE SiW EMC and study of the cross-talk between guard rings and pixels in the CALICE SiW prototype

Semiconductor sensors for the CALICE SiW EMC and study of the cross-talk between guard rings and pixels in the CALICE SiW prototype Journal of Physics: Conference Series Semiconductor sensors for the CALICE SiW EMC and study of the cross-talk between guard rings and pixels in the CALICE SiW prototype To cite this article: Remi Cornat

More information

Detector interface updates (SVD,ECL,EPID)

Detector interface updates (SVD,ECL,EPID) Detector interface updates(svd,ecl,epid) M. Nakao p.1 Detector interface updates (SVD,ECL,EPID) Mikihiko Nakao(KEK-IPNS) mikihiko.nakao@kek.jp December 16, 2010 Belle II DAQ meeting, KEK Detector interface

More information

256 channel readout board for 10x10 GEM detector. User s manual

256 channel readout board for 10x10 GEM detector. User s manual 256 channel readout board for 10x10 GEM detector User s manual This user's guide describes principles of operation, construction and use of 256 channel readout board for 10x10 cm GEM detectors. This manual

More information

AN4 QCA7000 SPI / UART Protocol

AN4 QCA7000 SPI / UART Protocol AN4 QCA7000 SPI / UART Protocol I2SE GmbH: Christian Aurich, Stefan Wahren June 14, 2018 1/11 CONTENTS CONTENTS Contents 1 Revisions 3 2 Introduction 3 3 SPI Physical Layer 3 4 UART Physical Layer 3 5

More information

Muon Port Card Upgrade Status May 2013

Muon Port Card Upgrade Status May 2013 CSC Endcap Muon Port Card and Muon Sorter Upgrade Status May 2013 MPC Upgrade Requirements Be able to deliver all 18 trigger primitives from the EMU peripheral crate to the upgraded Sector Processor Preserve

More information

LightSpeed1000 (w/ GigE and USB 2.0) OC-3/STM-1, OC-12/STM-4 Analysis and Emulation Card

LightSpeed1000 (w/ GigE and USB 2.0) OC-3/STM-1, OC-12/STM-4 Analysis and Emulation Card Wirespeed Record/Playback/ Processing of ATM, PoS, RAW, and Ethernet Traffic LightSpeed1000 (w/ GigE and USB 2.0) OC-3/STM-1, OC-12/STM-4 Analysis and Emulation Card x4 PCIExpress, USB 2.0, and Gigabit

More information

Selection of hardware platform for CBM Common Readout Interface

Selection of hardware platform for CBM Common Readout Interface Selection of hardware platform for CBM Common Readout Interface W.M.Zabołotnya, G.H.Kasprowicza, A.P.Byszuka, D.Emschermannb, M.Gumińskia, K.T.Poźniaka, R.Romaniuka Institute of Electronic Systems Warsaw

More information

FEC. Front End Control unit for Embedded Slow Control D R A F T. C. Ljuslin C. Paillard

FEC. Front End Control unit for Embedded Slow Control D R A F T. C. Ljuslin C. Paillard FEC Front End Control unit for Embedded Slow Control C. Ljuslin C. Paillard D R A F T A. M. FECSpecs.doc DRAFT - 0.84 1 7/22/2003 1. DOCUMENT HISTORY 000322 TIMEOUT in status reg 1added 000330 TTCRX_READY

More information

Optimizing latency in Xilinx FPGA Implementations of the GBT. Jean-Pierre CACHEMICHE

Optimizing latency in Xilinx FPGA Implementations of the GBT. Jean-Pierre CACHEMICHE Optimizing latency in Xilinx FPGA Implementations of the GBT Steffen MUSCHTER Christian BOHM Sophie BARON Jean-Pierre CACHEMICHE Csaba SOOS (Stockholm University) (Stockholm University) (CERN) (CPPM) (CERN)

More information

A Fast Ethernet Tester Using FPGAs and Handel-C

A Fast Ethernet Tester Using FPGAs and Handel-C A Fast Ethernet Tester Using FPGAs and Handel-C R. Beuran, R.W. Dobinson, S. Haas, M.J. LeVine, J. Lokier, B. Martin, C. Meirosu Copyright 2000 OPNET Technologies, Inc. The Large Hadron Collider at CERN

More information

The Design and Testing of the Address in Real Time Data Driver Card for the Micromegas Detector of the ATLAS New Small Wheel Upgrade

The Design and Testing of the Address in Real Time Data Driver Card for the Micromegas Detector of the ATLAS New Small Wheel Upgrade The Design and Testing of the Address in Real Time Data Driver Card for the Micromegas Detector of the ATLAS New Small Wheel Upgrade L. Yao, H. Chen, K. Chen, S. Tang, and V. Polychronakos Abstract The

More information

FLAME, a new readout ASIC for the LumiCal detector

FLAME, a new readout ASIC for the LumiCal detector FLAME, a new readout ASIC for the LumiCal detector Jakub Moroń AGH-UST M. Firlej, T. Fiutowski, M. Idzik, K. Świentek Students: Sz. Bugiel, R. Dasgupta, M. Kuczyńska, J. Murdzek On behalf of FCAL Collaboration

More information

A generic firmware core to drive the Front-End GBT-SCAs for the LHCb upgrade

A generic firmware core to drive the Front-End GBT-SCAs for the LHCb upgrade A generic firmware core to drive the Front-End GBT-SCAs for the LHCb upgrade F. Alessio 1, C. Caplan, C. Gaspar 1, R. Jacobsson 1, K. Wyllie 1 1 CERN CH-, Switzerland CBPF Rio de Janeiro, Brazil Corresponding

More information

Construction of the Phase I upgrade of the CMS pixel detector

Construction of the Phase I upgrade of the CMS pixel detector Forward Pixel Barrel Pixel TECHNOLOGY AND INSTRUMENTATION IN PARTICLE PHYSICS 2017, May 22-26, 2017 Construction of the Phase I upgrade of the CMS pixel detector Satoshi Hasegawa Fermi National Accelerator

More information

Computer buses and interfaces

Computer buses and interfaces FYS3240-4240 Data acquisition & control Computer buses and interfaces Spring 2018 Lecture #7 Reading: RWI Ch7 and page 559 Bekkeng 14.02.2018 Abbreviations B = byte b = bit M = mega G = giga = 10 9 k =

More information

Functional Specification

Functional Specification EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH ORGANISATION EUROPEENE POUR LA RECHERCHE NUCLEAIRE White Rabbit Switch Functional Specification Version: 0.c Date: September 6 of 2010. Author: J. Gabriel Ramírez

More information

The ALICE TPC Readout Control Unit 10th Workshop on Electronics for LHC and future Experiments September 2004, BOSTON, USA

The ALICE TPC Readout Control Unit 10th Workshop on Electronics for LHC and future Experiments September 2004, BOSTON, USA Carmen González Gutierrez (CERN PH/ED) The ALICE TPC Readout Control Unit 10th Workshop on Electronics for LHC and future Experiments 13 17 September 2004, BOSTON, USA Outline: 9 System overview 9 Readout

More information

2008 JINST 3 S Online System. Chapter System decomposition and architecture. 8.2 Data Acquisition System

2008 JINST 3 S Online System. Chapter System decomposition and architecture. 8.2 Data Acquisition System Chapter 8 Online System The task of the Online system is to ensure the transfer of data from the front-end electronics to permanent storage under known and controlled conditions. This includes not only

More information

LHC Detector Upgrades

LHC Detector Upgrades Su Dong SLAC Summer Institute Aug/2/2012 1 LHC is exceeding expectations in many ways Design lumi 1x10 34 Design pileup ~24 Rapid increase in luminosity Even more dramatic pileup challenge Z->µµ event

More information

The CMS Event Builder

The CMS Event Builder The CMS Event Builder Frans Meijers CERN/EP-CMD CMD on behalf of the CMS-DAQ group CHEP03, La Jolla, USA, March 24-28 28 2003 1. Introduction 2. Selected Results from the Technical Design Report R&D programme

More information

Cubro Packetmaster EX48600

Cubro Packetmaster EX48600 Cubro Packetmaster EX48600 PRODUCT REVIEW Network Packet Broker (NPB) At a glance Definition A network packet broker (NPB) is a tool that receives data from number of network links; duplicates, aggregates

More information

IEEE Proof Web Version

IEEE Proof Web Version IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 56, NO. 3, JUNE 2009 1 A Portable Readout System for Microstrip Silicon Sensors (ALIBAVA) Ricardo Marco-Hernández and ALIBAVA COLLABORATION Abstract A readout

More information

A (Very Hand-Wavy) Introduction to. PCI-Express. Jonathan Heathcote

A (Very Hand-Wavy) Introduction to. PCI-Express. Jonathan Heathcote A (Very Hand-Wavy) Introduction to PCI-Express Jonathan Heathcote Motivation Six Week Project Before PhD Starts: SpiNNaker Ethernet I/O is Sloooooow How Do You Get Things In/Out of SpiNNaker, Fast? Build

More information

SMT-FMC211. Quad DAC FMC. Sundance Multiprocessor Technology Limited

SMT-FMC211. Quad DAC FMC. Sundance Multiprocessor Technology Limited Sundance Multiprocessor Technology Limited Form : QCF51 Template Date : 10 November 2010 Unit / Module Description: Quad DAC FMC Unit / Module Number: Document Issue Number: 1.1 Original Issue Date: 11

More information

HCAL TPG and Readout

HCAL TPG and Readout HCAL TPG and Readout CMS HCAL Readout Status CERN Tullio Grassi, Drew Baden University of Maryland Jim Rohlf Boston University CMS/CERN. Nov, 2001 HCAL TriDAS 1 CMS TriDAS Architecture Data from CMS FE

More information

INT G bit TCP Offload Engine SOC

INT G bit TCP Offload Engine SOC INT 10011 10 G bit TCP Offload Engine SOC Product brief, features and benefits summary: Highly customizable hardware IP block. Easily portable to ASIC flow, Xilinx/Altera FPGAs or Structured ASIC flow.

More information

SBC-COMe FEATURES DESCRIPTION APPLICATIONS SOFTWARE. EnTegra Ltd Tel: 44(0) Web:

SBC-COMe FEATURES DESCRIPTION APPLICATIONS SOFTWARE. EnTegra Ltd Tel: 44(0) Web: A Windows /Linux Embedded Single Board Computer with XMC IO Site FEATURES Combines an industry standard COM CPU module with an XMC IO module in a compact, stand alone design Scalable CPU performance from

More information

APV-25 based readout electronics for the SBS front GEM Tracker

APV-25 based readout electronics for the SBS front GEM Tracker APV-25 based readout electronics for the SBS front GEM Tracker Authors: Evaristo Cisbani, Paolo Musico Date: 26/June/2014 Version: 1.0 APV-25 based readout electronics for the SBS front GEM Tracker...

More information

Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade

Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade Carlos García Argos, on behalf of the ATLAS ITk Collaboration University of Freiburg International Conference on Technology

More information

SRS scalable readout system Status and Outlook.

SRS scalable readout system Status and Outlook. SRS scalable readout system Status and Outlook Hans.Muller@cern.ch SRS corner stones Complete RO system from detector to Online software Conceived independent of detector type scalable, very small to very

More information

CSC Trigger Motherboard

CSC Trigger Motherboard CSC Trigger Motherboard Functions of TMB Tests: Performance at summer 2003 test beam Radiation, magnetic fields, etc. Plans for TMB production and testing 1 Cathode LCT CSC Trigger Requirements Identify

More information

PacketExpert -1G / 10G Wirespeed Ethernet Packet Capture and Playback

PacketExpert -1G / 10G Wirespeed Ethernet Packet Capture and Playback PacketExpert -1G / 10G Wirespeed Ethernet Packet Capture and Playback 818 West Diamond Avenue - Third Floor, Gaithersburg, MD 20878 Phone: (301) 670-4784 Fax: (301) 670-9187 Email: gl-info@gl.com Website:

More information

Level 0 trigger decision unit for the LHCb experiment

Level 0 trigger decision unit for the LHCb experiment Level 0 trigger decision unit for the LHCb experiment J. Laubser, H. Chanal, R. Cornat, O. Deschamps, M. Magne, P. Perret for the LHCb Collaboration Laboratoire de Physique Corpusculaire (IN2P3/CNRS),

More information