Using the SPECS in LHCb

Size: px
Start display at page:

Download "Using the SPECS in LHCb"

Transcription

1 LHCb DAQ 21 January 2003 Using the in LHCb Dominique Breton, Daniel Charlet Laboratoire de l Accélérateur Linéaire - Orsay ABSTRACT This document attempts to describe how to use the in LHCb. The technical specifications of the bus itself are given in another document [1]. This note presents how the can be interfaced with the various sub-systems. Contact : charlet@lal.in2p3.fr, breton@lal.in2p3.fr

2 Page 2 Using the in LHCb LHCb

3 LHCb Using the in LHCb Page 3 1 Context The has been designed to allow control of the front-end electronics of LHCb. The system mostly consists of three elements : a bus master located on a PCI board in the counting rooms (see fig 1), a in the cavern, delivering JTAG, I2C and a parallel interface to control the electronics, and dedicated software to drive the system from the PVSS II SCADA environment upon which the LHCb ECS system is built. The board housing the masters is shown on fig 1. It s a PCI board providing 4 outputs. Two of them are mixed, which allows the users to drive JTAG or I2C directly from their PC for test bench purpose (for instance). As a is integrated within the board, the system behaves like the expanded one. In particular, the software is identical. On the first prototype of the board, the mixed outputs won t provide. or JTAG LVDS bus or I2C LVDS bus LVDS bus LVDS bus Firmware version 2.0 LVDS drivers LVDS drivers bus LVDS drivers LVDS drivers 4 Masters + 1 Slave APEX 20K200E PQFP 240 PCI target interface PLX 9030 PQFP 176 PCI connector PLX local bus PCI bus PCI Master board PC mother board Fig 1 : the PCI master board. The technicalities of the protocol between master and (s) are described in ref[1] and are not too relevant here. The main discussion concerns indeed the location of the, and the types of bus it can deliver. The will be designed as a portable Verilog code and physically integrated in an ACTEL anti-fuse PGA. With this technology, the is SEU immune, provided the internal registers are appropriately protected by triple voting techniques, and states machines use one-hot state. It is also reasonably radiation tolerant, up to 10 krads (with some safety factor, the ACTEL having been tested up to 40 krads) over the lifetime of the experiment. It can then be placed at most locations where we foresee to have electronics, but not in or near the Velo tank. Fig 2 shows the block diagram of the s interconnections. It may also be envisaged by users to use the Verilog code as a block within a bigger Actel FPGA. As shown on fig 2, the bus is bi-directional, two electrical pairs being dedicated to each direction. On the top side, one can find the different control signals necessary for a proper functioning. On the right side, the parallel I/Os are represented. Finally, the bottom side describes the JTAG and I2C I/Os. It s also envisaged to allow the user to ask for a replacement of the parallel bus if unused by other JTAG or I2C outputs, or maybe even to customize all the outputs depending on the requirements from the host board.

4 Page 4 Using the in LHCb LHCb PBA [3:0] (Partial Broadcast Address) Slave Address 40 MHz Clk [7:0] Reset* User s Interrupt SDA_MS SCL_MS SDA_SM SCL_SM Actel 54SX?? Data[7:0] Subadd[7:0] Read* Write* SerialOutEnable ChipSelect*[7:0] NTA[15:0] Byte number[3:0] JTAG (TMS, TCK, TDI, TRST) JTAG (TDO) I2C I2C (SDAreturn, (SDA, SCLreturn) SCL) Fig 2 : the. 2 Direct implementation of the. The simplest way to use the is to place the FPGA on the board one wants to control. This gives direct access to JTAG and I2C, together with the parallel bus. One needs to provide the 40 MHz clock (from TTCrx) and to specify the personal and the group broadcast addresses of the by jumpers for instance. A connector is defined as standard to receive the signal from the master and send it back thereto (see fig 3). Differential to TTL MS_SDA bus (4 diff pairs) from master (up to 100m) RJ 45 MS_SCL SM_SDA SM_SCL Fig 3 : standard interconnection.

5 LHCb Using the in LHCb Page 5 As the same master can drive several s (up to 240 different addresses), the bus may be daisy-chained locally. Be careful anyway not to drive too many s with the same physical bus to avoid loading the lines too heavily for obvious signal integrity reasons (32 sounds like a reasonable limit). Impedance adaptation should also be provided at the extremities of the bus. If the master is located far from the s zone, a repeater has to be implemented in the latter (see fig 4). This may imply the use of removable arrays of resistors, to be put on the board for the termination adaptation. Remote bus Long distance differential MS_SDA MS_SCL SM_SDA SM_SCL master Diff to TTL Up to 240 addresses Diff repeater Fig 4 : remote bus implementation. The advantage of this method is simplicity. This is the solution we intend to use in the calorimeter. The bus will actually be distributed on the backplane by the so-called Crate Controller board, which also distributes the TTC signals to all the boards in the crate. This allows us to ensure a perfect integrity to the signals. This dedicated backplane already exists, and is available for use by other detectors. (See ref[2]) 3 Implementation using only JTAG or I2C. In this solution, an intermediate board (6U VME), provided by LAL-Orsay, contains the s, and provides JTAG and I2C connections on its front panel (see Fig 5). The user board needs a connector for either JTAG or I2C input, with the proper cabling as described on fig 6. The system is seen in this case as a JTAG or I2C provider, and its internals can be completely ignored. This option is mandatory for boards situated in high radiation areas, like the Velo on detector boards, for it isn t possible to put the FPGA at these locations. Please notice that on fig 6, both remote SDA and SCL have to be sent back to the board to allow a proper sampling, which actually does not depend on the length of the I2C cable.

6 Page 6 Using the in LHCb LHCb Front panel connector BACKPLANE CONNECTOR + TTC MS_SDA MS_SCL SM_SDA SM-SCL SLAVE I2C Bus JTAG Bus Actel 54SX?? en[7] en[0] JTAG or I2C Bus En JTAG or I2C DIFFERENTIAL LINK 8BUSSES SLAVE BOARD En JTAG or I2C DIFFERENTIAL LINK Fig 5 : board. There are two ways to deliver the bus to the boards : either using the lines of the standard calorimeter backplane (see ref [2]) if the required overall crate data bandwidth does not exceed 1MByte/s, or using a dedicated connector on the board s front panel otherwise. These configurations (more detailed in ref[1]) will be selectable thanks to straps located on the board. PECL/LVDS differential adapted lines Rad «OK» COTS SCL board I2C interface JTAG interface connectors OC SDA TDI TMS TCK TDO On detector Remote board Cat5 cables 26LS32 or DS92LV040 10H116D or DS92LV040 Fig 6 : to detector electronics cabling.

7 LHCb Using the in LHCb Page 7 4 Different sub-detector implementations. The implementations of the system vary depending on the sub-detector. Possible solutions based on our current understanding of the subsystems are shown below. It s anyhow very likely that some evolutions already occurred, which may make them obsolete. Please react thereto rapidly, to allow us to update this documentation! Fig 7 : VELO/Inner Tracker possible implementation.

8 Page 8 Using the in LHCb LHCb Baracks 100m Safety tunnel Detector Specs protocol Cat5 cable 4pairsLVDS TTC link Crate "controler" Commercial Line drivers Specs 25 Concentrator Crates 20 boards TTC distribution GTL+/LVDS Specs bus Jtag + data 4000 TDC boards TDC board (1kb) ASDBR Patch Pannel 1000 Analog Treshold DAC Crate -> I2C crate Fig 8 : Outer Tracker possible implementation. Counting Room PCI2Specs boards PC 11 Links (or 1? ) 17 Links (or 1? ) Beside the wall L0 electronic 6U Crate on the top of the detector and on the floor 100m 11 boards 100-1k rad/y 17 boards 100 rad/y Detector 10 m 84 adaptor boards on RICH1 I2C 136 adaptor boards on the RICH2 I2C Pilot TTCrx Pilot TTCrx Pilot TTCrx Pilot TTCrx 3Krad/y 3Krad/y Fig 9 : Rich possible implementation.

9 LHCb Using the in LHCb Page 9 Baracks 100m Top of detector Cat5 cable 4 pairs LVDS/PECL protocol TTC link Commercial Line drivers Point to point distribution Clock GTL+/LVDS Specs bus Specs 21 boards Crate "Controller" Fig 10 : Calorimeter implementation. 5 References [1] Serial Protocol for the Experiment Control System of LHCb, Version 2.0, D.Breton and D.Charlet, LHCb note [2] Powerpoint presentation of D.Charlet about the common calorimeter backplane at the calorimeter electronics review, July 2002,

SPECS : A SERIAL PROTOCOL FOR EXPERIMENT CONTROL SYSTEM IN LHCB.

SPECS : A SERIAL PROTOCOL FOR EXPERIMENT CONTROL SYSTEM IN LHCB. 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, WE1.5-4O (2005) : A SERIAL PROTOCOL FOR EXPERIMENT CONTROL SYSTEM IN LHCB. D.Breton, 1 D.Charlet,

More information

The SPECS SLAVE mezzanine board

The SPECS SLAVE mezzanine board LHCb xxxx-xx DAQ 15 June 2004 The mezzanine board Dominique Breton, Daniel Charlet Laboratoire de l Accélérateur Linéaire - rsay ABSTRACT This document attempts to describe the mezzanine board designed

More information

HCAL DCC Technical Reference E. Hazen - Revised March 27, 2007 Note: Latest version of this document should be available at:

HCAL DCC Technical Reference E. Hazen - Revised March 27, 2007 Note: Latest version of this document should be available at: HCAL DCC Technical Reference E. Hazen - Revised March 27, 2007 Note: Latest version of this document should be available at: http://cmsdoc.cern.ch/cms/hcal/document/countinghouse/dcc/dcctechref.pdf Table

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

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

TO KEEP development time of the control systems for LHC

TO KEEP development time of the control systems for LHC 362 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 55, NO. 1, FEBRUARY 2008 Generic and Layered Framework Components for the Control of a Large Scale Data Acquisition System Stefan Koestner, Member, IEEE,

More information

CTF3 BPM acquisition system

CTF3 BPM acquisition system CTF3 BPM acquisition system S. Deghaye, L. Soby, L. Bellier, J. Jacquemier To cite this version: S. Deghaye, L. Soby, L. Bellier, J. Jacquemier. CTF3 BPM acquisition system. International Conference on

More information

Frontend Control Electronics for the LHCb upgrade Hardware realization and test

Frontend Control Electronics for the LHCb upgrade Hardware realization and test First Prototype of the muon Frontend Control Electronics for the LHCb upgrade Hardware realization and test V. Bocci, G. Chiodi, P. Fresch et al. International Conference on Technology and Instrumentation

More information

Velo readout board RB3. Common L1 board (ROB)

Velo readout board RB3. Common L1 board (ROB) Velo readout board RB3 Testing... Common L1 board (ROB) Specifying Federica Legger 10 February 2003 1 Summary LHCb Detectors Online (Trigger, DAQ) VELO (detector and Readout chain) L1 electronics for VELO

More information

On-board PCs for interfacing front-end electronics

On-board PCs for interfacing front-end electronics On-board PCs for interfacing front-end electronics JCOP team meeting April 10, 2002 Niko Neufeld CERN/EP 1 Controlling Boards The traditional approach Ethernet Parallel Bus (VME, Fastbus, ) Control Station

More information

Vertex Detector Electronics: ODE to ECS Interface

Vertex Detector Electronics: ODE to ECS Interface Vertex Detector Electronics: ODE to ECS Interface LHCb Technical Note Issue: 1 Revision: 0 Reference: LHCb 2000-012 VELO Created: 1 February 2000 Last modified: 20 March 2000 Prepared By: Yuri Ermoline

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

ROB-IN Functional demonstrator of the ATLAS Trigger / DAQ Read-Out Buffer O.Gachelin, M.Huet, P.Le Dû, M.Mur C.E.A.

ROB-IN Functional demonstrator of the ATLAS Trigger / DAQ Read-Out Buffer O.Gachelin, M.Huet, P.Le Dû, M.Mur C.E.A. 1 ROB-IN Functional demonstrator of the ATLAS Trigger / DAQ Read-Out Buffer O.Gachelin, M.Huet, P.Le Dû, M.Mur C.E.A. Saclay - DAPNIA 2 Basic principles Data flow : output < input including L2 and L3 according

More information

JTAG and I 2 C on ELMB

JTAG and I 2 C on ELMB JTAG and I 2 C on ELMB Henk Boterenbrood NIKHEF, Amsterdam Nov 2000 Version 0.3 ABSTRACT The ELMB is designed as a general-purpose plug-on module for distributed monitoring and control applications in

More information

The CCU25: a network oriented Communication and Control Unit integrated circuit in a 0.25 µm CMOS technology.

The CCU25: a network oriented Communication and Control Unit integrated circuit in a 0.25 µm CMOS technology. The 25: a network oriented Communication and Control Unit integrated circuit in a 0.25 µm CMOS technology. C. Paillard, C. Ljuslin, A. Marchioro CERN, 1211 Geneva 23, Switzerland Christian.Paillard@cern.ch

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

ATLAS TileCal Demonstrator Main Board Design Review

ATLAS TileCal Demonstrator Main Board Design Review ATLAS TileCal Demonstrator Main Board Design Review Fukun Tang, Kelby Anderson and Mark Oreglia The University of Chicago 4/24/2013 Mini Review For Main Board Design 1 Main/Daughter Board Readout Structure

More information

SpiNN 3 System Diagram

SpiNN 3 System Diagram SpiNNaker AppNote SpiNN-3 DevBoard Page AppNote - SpiNN-3 Development Board SpiNNaker Group, School of Computer Science, University of Manchester Steve Temple - 4 Nov - Version. Introduction This document

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

BLM and BWS installation examples

BLM and BWS installation examples BLM and BWS installation examples Front Back LHC BLM system: 4 crates connected through P2 connector (with the combiner card) for HV control, crate interconnections, beam permit and beam energy distribution.

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

Vertex Detector Electronics: ODE Pre-Prototype

Vertex Detector Electronics: ODE Pre-Prototype Vertex Detector Electronics: ODE Pre-Prototype User Manual Issue: 2 Revision: 1 Reference: IPHE 2000-008, LHCb 2001-057 VELO Created: 28 February 2000 Last modified: 4 May 2001 Prepared By: Yuri Ermoline

More information

ACU6. Technical Reference Manual. Specifications Interfacing Dimensions. Document topics. ANSARI Controller Unit Type 6 technical reference manual

ACU6. Technical Reference Manual. Specifications Interfacing Dimensions. Document topics. ANSARI Controller Unit Type 6 technical reference manual ACU6 Technical Reference Manual ANSARI Controller Unit Type 6 technical reference manual Document topics Specifications Interfacing Dimensions Document Version: 1.03 13. January 2013 By ANSARI GmbH Friedrich-Ebert-Damm

More information

Trigger Server: TSS, TSM, Server Board

Trigger Server: TSS, TSM, Server Board Trigger Server: TSS, TSM, Server Board Selection of two best muon candidates in one chamber and ghost suppression Parallel architecture Two stage processing to Sector Collector (LVDS link) Inside Minicrate

More information

User Manual CORE-X. MECHANICAL DIMENSION (mm)

User Manual CORE-X. MECHANICAL DIMENSION (mm) USR-MAN CX-190301 User Manual is main board based on Blackfin BF518F16 by Analog Device Inc. In a minimum space are available SDRAM (128 Mbyte 133 MHz), USB 3 interface, TFT display interface, touch screen

More information

Mezzanine card specifications for Level-2 Calorimeter Trigger Upgrade

Mezzanine card specifications for Level-2 Calorimeter Trigger Upgrade CDF/DOC/TRIGGER/CDFR/8533 Mezzanine card specifications for Level-2 Calorimeter Trigger Upgrade L. Sartori 1, A. Bhatti 2, A. Canepa 3, M. Casarsa 4, M. Covery 2, G. Cortiana 5, M. Dell Orso 1, G. Flanagan

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

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Digilent Cerebot Board Reference Manual Revision: 11/17/2005 www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Digilent Cerebot Board is a useful tool for

More information

Product Information SK1-CHORD. CompactPCI Serial PMC Module Carrier. Document No July 2017

Product Information SK1-CHORD. CompactPCI Serial PMC Module Carrier. Document No July 2017 Product Information SK1-CHORD CompactPCI Serial PMC Module Carrier Document No. 6911 26 July 2017 General The SK1-CHORD is a peripheral slot board for PICMG CompactPCI Serial systems and acts as carrier

More information

GBT-SCA Slow Control Adapter ASIC. LHCb Upgrade Electronics meeting 12 June 2014

GBT-SCA Slow Control Adapter ASIC. LHCb Upgrade Electronics meeting 12 June 2014 GBT-SCA Slow Control Adapter ASIC LHCb Upgrade Electronics meeting 12 June 2014 Design Team Core Digital Logic: Christian Paillard, Alessandro Caratelli e-port interface: ADC: DAC: Sandro Bonacini icsparkling

More information

PCI Expansion Backplane

PCI Expansion Backplane PCI Expansion Backplane Hardware Manual November 10, 2010 Revision 1.1 Amfeltec Corp. www.amfeltec.com Copyright 2008 Amfeltec Corp. 35 Fifefield dr. Maple, ON L6A 1J2 Contents Contents 1 About this Document...

More information

SSI-USB-DUO. Flexible Embedded Platform. Brief English Version

SSI-USB-DUO. Flexible Embedded Platform. Brief English Version SSI-USB-DUO Brief English Version Seite 1/7 SSI-USB-DUO Flexible Embedded Platform Brief English Version Hardware v1.0 Dokument: 1401171103 SSI-USB-DUO Brief English Version Seite 2/7 1 Preface The SSI-USB-DUO-module

More information

UNC20 Module. User's Manual. D Breisach, Germany D Breisach, Germany Fax +49 (7667)

UNC20 Module. User's Manual. D Breisach, Germany D Breisach, Germany Fax +49 (7667) UNC20 Module User's Manual P.O: Box 1103 Kueferstrasse 8 Tel. +49 (7667) 908-0 sales@fsforth.de D-79200 Breisach, Germany D-79206 Breisach, Germany Fax +49 (7667) 908-200 http://www.fsforth.de Copyright

More information

SINGLE BOARD COMPUTER FOR SPACE

SINGLE BOARD COMPUTER FOR SPACE SINGLE BOARD COMPUTER FOR SPACE Proven in Space Best Single Event Performance Seamless Error Correction Wide Range of Processing Power Highest Design Margin SCS750 FLIGHT MODULE Overview of Specifications

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

Dual Boot and Background Programming with Platform Manager 2

Dual Boot and Background Programming with Platform Manager 2 Dual Boot and Background Programming March 2015 Technical te TN1284 Introduction The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is

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

Interfacing to Digital Potentiometers

Interfacing to Digital Potentiometers Interfacing to Digital Potentiometers Date: January 2006 1 The Low Power Analog Solution Welcome to the Interfacing to Digital Potentiometer's presentation We will cover material which should give you

More information

Universität Dortmund. IO and Peripheral Interfaces

Universität Dortmund. IO and Peripheral Interfaces IO and Peripheral Interfaces Microcontroller System Architecture Each MCU (micro-controller unit) is characterized by: Microprocessor 8,16,32 bit architecture Usually simple in-order microarchitecture,

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

YSSC2P A SSCNET II PCI Interface Adapter. User manual

YSSC2P A SSCNET II PCI Interface Adapter. User manual YSSC2P A SSCNET II PCI Interface Adapter User manual Contents Contents Introduction Specifications Board layout D1 servo amplifier status D5 error D6 controller status CN1 digital inputs CN2 expansion

More information

Intel Serial to Parallel PCI Bridge Evaluation Board

Intel Serial to Parallel PCI Bridge Evaluation Board Intel 41210 Serial to Parallel PCI Bridge Evaluation Board User s Guide October 2004 Order Number: 278947-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

OPTIONS FOR NEXT GENERATION DIGITAL ACQUISITION SYSTEMS

OPTIONS FOR NEXT GENERATION DIGITAL ACQUISITION SYSTEMS OPTIONS FOR NEXT GENERATION DIGITAL ACQUISITION SYSTEMS A. Boccardi, CERN, Geneva, Switzerland Abstract Digital acquisition system designers have an always increasing number of options in terms of bus

More information

Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface to a main controller. The digit

Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface to a main controller. The digit FPGA Interface for Signal Handling (FISH) Mohsen Moussavi Catena Networks April 2000 Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface

More information

ProASIC to SX-A PQ208 Prototyping Adapter Board. User Document for P/N SI-SXA-APAPQ208-A-KIT

ProASIC to SX-A PQ208 Prototyping Adapter Board. User Document for P/N SI-SXA-APAPQ208-A-KIT ProASIC to SX-A PQ208 Prototyping Adapter Board User Document for P/N SI-SXA-APAPQ208-A-KIT December 2003 Introduction The SI-SXA-APAPQ208 adapter board is a prototyping tool that maps the footprint of

More information

CMS Tracker PLL Reference Manual

CMS Tracker PLL Reference Manual CMS Tracker PLL Reference Manual P. Placidi, A. Marchioro and P. Moreira CERN - EP/MIC, Geneva Switzerland July 2 Version 2. Clock and Trigger Distribution 3 ASIC architecture...4 I2C Interface 6 Tracker

More information

Readout Systems. Liquid Argon TPC Analog multiplexed ASICs SiPM arrays. CAEN 2016 / 2017 Product Catalog

Readout Systems. Liquid Argon TPC Analog multiplexed ASICs SiPM arrays. CAEN 2016 / 2017 Product Catalog Readout Systems Liquid Argon TPC Analog multiplexed ASICs SiPM arrays CAEN 2016 / 2017 Product Catalog 192 Readout Systems SY2791 Liquid Argon TPC Readout System The SY2791 is a complete detector readout

More information

SCS750. Super Computer for Space. Overview of Specifications

SCS750. Super Computer for Space. Overview of Specifications SUPER COMPUTER FOR SPACE TM Super Computer for Space F FLIGHT MODULE Overview of Specifications One board upset every 100 years in a GEO or LEO Orbit Up to 1000X Better Performance Than Current Space Processor

More information

Various power connectors. 3.3V regulator. 64K Flash (Internal) 2K EEPROM (Internal) 4K SRAM (Internal) JA Mem Adr/ Data. Doc: page 1 of 9

Various power connectors. 3.3V regulator. 64K Flash (Internal) 2K EEPROM (Internal) 4K SRAM (Internal) JA Mem Adr/ Data. Doc: page 1 of 9 Cerebot II Board Reference Manual Revision: September 14, 2007 Note: This document applies to REV B of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview

More information

MIPI Input Video Capture /Conversion Board [SVM-MIPI] Hardware Specification

MIPI Input Video Capture /Conversion Board [SVM-MIPI] Hardware Specification MIPI Input Video Capture /Conversion Board [SVM-MIPI] Hardware Specification Rev. NetVision Co., Ltd. Update History Revision Date Note 2018/04/24 New File(Equivalent to Japanese version 2.4) i Index 1.

More information

Doc: page 1 of 8

Doc: page 1 of 8 Minicon Reference Manual Revision: February 9, 2009 Note: This document applies to REV C of the board. 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Minicon board is a

More information

Project Specification. Project Name: ATLAS Level-1 Calorimeter Trigger TTC Decoder Card (TTCDec) Version: November 2005

Project Specification. Project Name: ATLAS Level-1 Calorimeter Trigger TTC Decoder Card (TTCDec) Version: November 2005 Project Specification Project Name: ATLAS Level-1 Calorimeter Trigger TTC Decoder Card (TTCDec) W. Qian Version: 1.1 21 November 2005 Distribution for all updates: Project Manager: Customer: Group Leader

More information

ProtoFMC Safety Precautions Revision History

ProtoFMC Safety Precautions Revision History ProtoFMC Safety Precautions Improper use of this board has the potential to damage the carrier board it is connected to. Please read this document thoroughly before attempting to use the board. 1. This

More information

TOF Electronics. J. Schambach University of Texas Review, BNL, 2 Aug 2007

TOF Electronics. J. Schambach University of Texas Review, BNL, 2 Aug 2007 TOF Electronics J. Schambach University of Texas Review, BNL, 2 Aug 2007 1 Outline Electronics Overview Trigger & DAQ Interfaces Board Status, Tests & Plans 2 Electronics for One Side 3 Tray Level Electronics

More information

SRAM-based FPGA designed for Space use

SRAM-based FPGA designed for Space use ATF280F Rad-Hard Reprogrammable FPGA DATASHEET Features SRAM-based FPGA designed for Space use 280K equivalent ASIC gates 14,400 cells ( two 3-input LUT or one 4-input LUT, one DFF) Unlimited reprogrammability

More information

Development of an ATCA IPMI controller mezzanine board to be used in the ATCA developments for the ATLAS Liquid Argon upgrade

Development of an ATCA IPMI controller mezzanine board to be used in the ATCA developments for the ATLAS Liquid Argon upgrade Development of an ATCA IPMI controller mezzanine board to be used in the ATCA developments for the ATLAS Liquid Argon upgrade N. Letendre To cite this version: N. Letendre. Development of an ATCA IPMI

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

CubeSat Subsystem Interface Definition

CubeSat Subsystem Interface Definition CubeSat Subsystem Interface Definition CSID (Proposal) Version 0.4 21.07.2015 Change Log Date Revision Author Description 01.06.2015 0.3 SB 21.07.2015 0.4 SB mechanical dimensions and connector alignments

More information

Cerebot Nano Reference Manual. Overview. Revised April 15, 2016 This manual applies to the Cerebot Nano rev. A

Cerebot Nano Reference Manual. Overview. Revised April 15, 2016 This manual applies to the Cerebot Nano rev. A 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com Cerebot Nano Reference Manual Revised April 15, 2016 This manual applies to the Cerebot Nano rev. A Overview The Cerebot Nano is the

More information

5I21 SERIAL ANYTHING I/O MANUAL

5I21 SERIAL ANYTHING I/O MANUAL 5I21 SERIAL ANYTHING I/O MANUAL 1.2 This page intentionally not blank - LOOPBACK Table of Contents GENERAL.......................................................... 1 DESCRIPTION.................................................

More information

A ONE CHIP HARDENED SOLUTION FOR HIGH SPEED SPACEWIRE SYSTEM IMPLEMENTATIONS

A ONE CHIP HARDENED SOLUTION FOR HIGH SPEED SPACEWIRE SYSTEM IMPLEMENTATIONS A ONE CHIP HARDENED SOLUTION FOR HIGH SPEED SPACEWIRE SYSTEM IMPLEMENTATIONS Joseph R. Marshall, Richard W. Berger, Glenn P. Rakow Conference Contents Standards & Topology ASIC Program History ASIC Features

More information

PXIe FPGA board SMT G Parker

PXIe FPGA board SMT G Parker Form : QCF51 Date : 6 July 2006 PXIe FPGA board SMT700 1.5 20 th November 2009 G Parker Sundance Multiprocessor Technology Ltd, Chiltern House, Waterside, Chesham, Bucks. HP5 1PS. This document is the

More information

Older PC Implementations

Older PC Implementations PCI Older PC Implementations 2 Newer PC Implementations 3 Server Platforms 4 PCI Overview 5 PCI Features 32-Bit or 64-Bit address and data 66 or 33 down to 0 MHz synchronous operation Single or multiple

More information

5I24 ANYTHING I/O MANUAL

5I24 ANYTHING I/O MANUAL 5I24 ANYTHING I/O MANUAL Version 1.5 This page intentionally not blank Table of Contents GENERAL.......................................................... 1 DESCRIPTION.................................................

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

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

Video Processing Chain VPC2 SpaceWire Networking Protocol Meeting July 2005

Video Processing Chain VPC2 SpaceWire Networking Protocol Meeting July 2005 Video Processing Chain VPC2 SpaceWire Networking Protocol Meeting 4 19-20-21 July 2005 Page 1 Summary VPC2 and SPADA_RT Activity VPC2 Architecture Data Exchange VPC2 RMAP Implementation Issue FPGA Implementation

More information

Avnet, Xilinx ATCA PICMG Design Kit Hardware Manual

Avnet, Xilinx ATCA PICMG Design Kit Hardware Manual user s guide Avnet, Xilinx ATCA PICMG Design Kit Hardware Manual Avnet Design Services 1 of 18 Rev 1.0 12/15/2004 Table of Contents 1 Overview... 5 2 Jumpers... 6 3 Personality Module Mechanicals... 8

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

Subject: Jumper, DIP and optional resistor settings for ROACH rev Location of jumpers, switches and resistors on hardware

Subject: Jumper, DIP and optional resistor settings for ROACH rev Location of jumpers, switches and resistors on hardware Technical Memo Number: NRF-KAT7-5.0-MEM-008 To : DBE Team From : Jason Manley, Francois Kapp, David George Date : 20 May 2009 Subject: Jumper, DIP and optional resistor settings for ROACH rev 1.02 Location

More information

Multi-Interface Test Backplane

Multi-Interface Test Backplane Multi-Interface Test Backplane Hardware Manual January 28, 2013 Revision 1.1 Amfeltec Corp. www.amfeltec.com Copyright 2010 Amfeltec Corp. 3-1136 Center Street, Suite 402 Thornhill, ON L4J 7B1 Contents

More information

Ignacy Kudla, Radomir Kupczak, Krzysztof Pozniak, Antonio Ranieri

Ignacy Kudla, Radomir Kupczak, Krzysztof Pozniak, Antonio Ranieri *** Draft *** 15/04/97 *** MK/RK/KTP/AR *** ***use color print!!!*** RPC Muon Trigger Detector Control Ignacy Kudla, Radomir Kupczak, Krzysztof Pozniak, Antonio Ranieri $Ã&06 Ã*(1(5$/ RPC Muon Trigger

More information

cpci-dart Base-Board & Daughter-Board

cpci-dart Base-Board & Daughter-Board DYNAMIC ENGINEERING 150 DuBois, Suite C Santa Cruz, CA 95060 (831) 457-8891 Fax (831) 457-4793 http://www.dyneng.com sales@dyneng.com Est. 1988 User Manual cpci-dart Base-Board & Daughter-Board Eight-Channel

More information

Command & Data Handling. By: Justin Hadella Brandon Gilles

Command & Data Handling. By: Justin Hadella Brandon Gilles Command & Data Handling By: Justin Hadella Brandon Gilles Outline Design Goals Requirements System Layout Processor Considerations Baseline Design Current Development 2 Design Goals 1 Watt Operational

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

Design of Pulsar Board. Mircea Bogdan (for Pulsar group) Level 2 Pulsar Mini-Review Wednesday, July 24, 2002

Design of Pulsar Board. Mircea Bogdan (for Pulsar group) Level 2 Pulsar Mini-Review Wednesday, July 24, 2002 Design of Pulsar Board Mircea Bogdan (for Pulsar group) Level 2 Pulsar Mini-Review Wednesday, July 24, 2002 1 Level 2 Pulsar Hardware Requirements Hotlink IO Taxi IO SVT/XTRP Level 1 TS IO S-LINK IO PULSAR

More information

IEEE JTAG Boundary Scan Standard

IEEE JTAG Boundary Scan Standard IEEE 1149.1 JTAG Boundary Scan Standard Bed-of-nails tester Motivation System view of boundary scan hardware Elementary scan cell Test Access Port (TAP) controller Boundary scan instructions Example *Joint

More information

EMX Module Specifications

EMX Module Specifications EMX is a combination of hardware (ARM Processor, Flash, RAM, Ethernet PHY...etc) on a very small (1.55 x1.8 ) SMT OEM 8-Layer board that hosts Microsoft.NET Micro Framework with various PAL/HAL drivers.

More information

Technical Information Manual

Technical Information Manual Technical Information Manual Revision n. 1 27 September 2002 MOD. V560 series 16 CHANNEL SCALERS CAEN will repair or replace any product within the guarantee period if the Guarantor declares that the product

More information

Trigger Report. W. H. Smith U. Wisconsin. Calorimeter & Muon Trigger: Highlights Milestones Concerns Near-term Activities CMS

Trigger Report. W. H. Smith U. Wisconsin. Calorimeter & Muon Trigger: Highlights Milestones Concerns Near-term Activities CMS Trigger Report W. H. Smith U. Wisconsin Calorimeter & Muon Trigger: Highlights Milestones Concerns Near-term Activities Calorimeter Trigger Highlights, Milestones, Activities: Receiver Card Prototype delivered

More information

Pmod modules are powered by the host via the interface s power and ground pins.

Pmod modules are powered by the host via the interface s power and ground pins. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.store. digilent.com Digilent Pmod Interface Specification 1.2.0 Revised October 5, 2017 1 Introduction The Digilent Pmod interface is used to connect

More information

CPCI-HPDI32ALT High-speed 64 Bit Parallel Digital I/O PCI Board 100 to 400 Mbytes/s Cable I/O with PCI-DMA engine

CPCI-HPDI32ALT High-speed 64 Bit Parallel Digital I/O PCI Board 100 to 400 Mbytes/s Cable I/O with PCI-DMA engine CPCI-HPDI32ALT High-speed 64 Bit Parallel Digital I/O PCI Board 100 to 400 Mbytes/s Cable I/O with PCI-DMA engine Features Include: 200 Mbytes per second (max) input transfer rate via the front panel connector

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

ACQ400-MTCA-RTM-2 Functional Specification. High Performance Simultaneous Data Acquisition

ACQ400-MTCA-RTM-2 Functional Specification. High Performance Simultaneous Data Acquisition ACQ400-MTCA-RTM-2 Functional Specification High Performance Simultaneous Data Acquisition Rev 6 Page 1 of 24 Date: 14 January 2016 Document Revisions Rev Date Notes Author 1 11 Mar, 2015 Initial Release

More information

Doc: page 1 of 6

Doc: page 1 of 6 Cerebot Nano Reference Manual Revision: February 6, 2009 Note: This document applies to REV A of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview

More information

V SS (GND) RESET. Backplane Data Memories (8,192 channels) Local Connection Memory (4,096 locations) Backplane Connection Memory (8,192 locations)

V SS (GND) RESET. Backplane Data Memories (8,192 channels) Local Connection Memory (4,096 locations) Backplane Connection Memory (8,192 locations) 12 K-Channel Digital Switch with High Jitter Tolerance, Per Stream Rate Conversion (2, 4, 8, 16, or 32 Mbps), and 48 Inputs and 48 Outputs Features 12,288-channel x 12,288-channel non-blocking unidirectional

More information

Technical Information Manual

Technical Information Manual Technical Information Manual Revision n. 3 28 August 2002 MOD. V550 / V550 B MOD. V550 A / V550 AB 2 CHANNEL C-RAMS CAEN will repair or replace any product within the guarantee period if the Guarantor

More information

Programmable Logic. Any other approaches?

Programmable Logic. Any other approaches? Programmable Logic So far, have only talked about PALs (see 22V10 figure next page). What is the next step in the evolution of PLDs? More gates! How do we get more gates? We could put several PALs on one

More information

Detector Control LHC

Detector Control LHC Detector Control Systems @ LHC Matthias Richter Department of Physics, University of Oslo IRTG Lecture week Autumn 2012 Oct 18 2012 M. Richter (UiO) DCS @ LHC Oct 09 2012 1 / 39 Detectors in High Energy

More information

Read-out of High Speed S-LINK Data Via a Buffered PCI Card

Read-out of High Speed S-LINK Data Via a Buffered PCI Card Read-out of High Speed S-LINK Data Via a Buffered PCI Card A. Guirao Talk for the 4 th PCaPAC International Workshop - This is the paper copy version of the presentation- Slide 9th is repeated due to an

More information

Doc: page 1 of 6

Doc: page 1 of 6 Nanocon Reference Manual Revision: February 9, 2009 Note: This document applies to REV A-B of the board. 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Nanocon board is

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

isppac-powr1208 Evaluation Board PAC-POWR1208-EV

isppac-powr1208 Evaluation Board PAC-POWR1208-EV January 2005 Introduction Application Note AN6040 The Lattice Semiconductor isppac -POWR1208 In-System-Programmable Analog Circuit allows designers to implement both the analog and digital functions of

More information

Project Specification Project Name: Atlas SCT HV Power Supply (ASH) Version: V2.04. Project History

Project Specification Project Name: Atlas SCT HV Power Supply (ASH) Version: V2.04. Project History Page 1 of 9 Project Specification Project Name: Atlas SCT HV Power Supply (ASH) Version: V2.04 Project History Version Description Group Date Primary requirements for n-on-n detectors. Voltage range 50-300V.

More information

JTAG TAP CONTROLLER PROGRAMMING USING FPGA BOARD

JTAG TAP CONTROLLER PROGRAMMING USING FPGA BOARD JTAG TAP CONTROLLER PROGRAMMING USING FPGA BOARD 1 MOHAMED JEBRAN.P, 2 SHIREEN FATHIMA, 3 JYOTHI M 1,2 Assistant Professor, Department of ECE, HKBKCE, Bangalore-45. 3 Software Engineer, Imspired solutions,

More information

Status of ADF System Design October 2002

Status of ADF System Design October 2002 Status of ADF System Design October 2002 D. Calvet DSM/DAPNIA/SEDI, CEA Saclay 91191 Gif-sur-Yvette Cedex Content Analog Splitters ADF board ADF crate Timing card High speed links Test bench Software Short

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

About using FPGAs in radiation environments

About using FPGAs in radiation environments About using FPGAs in radiation environments Tullio Grassi (FNAL / Univ. of MD) Motivations We may need some "glue logic" between the Front-End ASICs and the GBT (see talk from Chris Tully HB/HE Strawman

More information

MT90869 Flexible 16 K Digital Switch (F16kDX)

MT90869 Flexible 16 K Digital Switch (F16kDX) Flexible 16 K Digital Switch (F16kDX) Features 16,384-channel x 16,384-channel non-blocking unidirectional switching.the Backplane and Local inputs and outputs can be combined to form a non-blocking switching

More information

A synchronous architecture for the L0 muon trigger

A synchronous architecture for the L0 muon trigger CPPM, IN2P3 CNRS et Université d Aix Marseille II A synchronous architecture for the L0 muon trigger LHCb Technical Note Issue: 1 Revision: 1 Reference: LHCb 2001 010 Created: January 23, 2001 Last modified:

More information