FOCAL - Forward Calorimeter: Difference between revisions

From ift
No edit summary
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:
from the Mimosa chips to the readout electronics.
from the Mimosa chips to the readout electronics.
== Overview ==
== Overview ==
[[Media:Focal readout.pdf|Simple description of the Alice Focal readout electronics]].


== Mimosa chips ==
== Mimosa chips ==
[[File:PH1-UserMan-20080916.pdf]] preliminary data sheet
* [[Media:PH1-UserMan-20080916.pdf|preliminary user manual of Phase1]]
* [[Media:mimosa.bsd.txt|BSDL file of Phase1]], which can be used for JTAG test, such as with an XJTAG module.
* [[Media:pattern_test.svf.txt|SVF file for pattern-only mode test of Phase1]], Use XJTAG to configure Phase1 chip with it, LVDS data output signals will appear on the 4 channels after supplying 160MHz differential clock and START signal.


== Readout electronics ==
== Readout electronics ==


=== Adapterboard /Fanoutboard ===
=== Adapterboard /Fanoutboard ===
The adapterboard and fan-out boards provide LVDS interfaces and JTAG interfaces between the Control and Read-out board and the Mimosa ASICs.
The adapterboard and fan-out boards provide LVDS interfaces and JTAG interfaces between the Control and Read-out board and the Mimosa ASICs. Here is [[Media:Focal_read-out_board_schematics.pdf|the schematics of the boards]].
The schematics of the boards is here: [[File:Focal_read-out_board_schematics.pdf]].
* Spartan6 FPGA type: [http://www.xilinx.com/support/documentation/spartan-6.htm XC6SLX150-FGG676, speed-grade: 3]
* Examples of user constraint files for Spartan6 FPGAs: [[Media:U1.ucf.txt| U1 ]],[[Media:U2.ucf.txt| U2 ]]
* EXamples of VHDL entity definations for Spartan6 FPGAs: [[Media:U1.vhdl.txt| U1 ]],[[Media:U2.vhdl.txt| U2 ]]


=== Control and Readout board ===
=== Control and Readout board ===
The idea is to use a [http://www.xilinx.com/products/devkits/EK-V6-ML605-G.htm Xilinx Virtex 6 development board] as a first prototype. The board will run Petalinux, and some software to access the firmware registers. A software framework for the TPC detector is to be adapted for the use on the Virtex 6 board and Petalinux.
The idea is to use a [http://www.xilinx.com/products/devkits/EK-V6-ML605-G.htm Xilinx Virtex 6 development board] as a first prototype. The board will run Petalinux, and some software to access the firmware registers. A software framework for the TPC detector is to be adapted for the use on the Virtex 6 board and Petalinux.
*[[Media:ML605.ucf.txt|FPGA user constraint file for Virtex 6 development board]]


==== Firmware ====
==== Firmware ====
Line 20: Line 26:


==== Software ====
==== Software ====
The software driver for the message buffer system can be found here:
* [[Setting Up PetaLinux System]]
http://web.ift.uib.no/kjekscgi-bin/viewcvs.cgi/alice-dcs/trunk/rculinux/dcscMsgBufferInterface/


Petalinux documentation:
* Petalinux documentation: [http://www.petalogix.com/resources/documentation/petalinux_sdk petalinux_sdk]
[http://www.petalogix.com/resources/documentation/petalinux_sdk]


== Download section ==
* [[Get readout box up and running]]


== Shopping list ==
* [[Programming Mimosa chips]]


1x 2U 335mm Rack mount enclosure, Grey - 665-7712 - 556,29<br>
==Readout software==
1x RD-125A Switch Mode PSU, 5V/15A,12V/10A - 644-6941 - 662,16<br>
[[Report by Tony]]
3x DC/DC PoL,DOSA,2.4-5.5Vin,0.75-3.3Vo 6A - 150-758 - 116,16<br>
 
1x 4.20mm,housing,MiniFit,receptacle,DR,6w, - 679-5773 - 2,064<br>
[[Category:Mikroelektronikk]]
http://www.samtec.com/search/vita57fmc.aspx<br>
1x BULGIN - BZH01/Z0000/11 - INLET, IEC, SWITCHED, RED - F9997237 - 57,39<br>
1x MH CONNECTORS - MH3101S-8821 - COUPLER, RJ45, SHIELDED - F1122292 - 92,11<br>
12x TYCO ELECTRONICS / AMP - 5569262-1 - JACK, RJ45, MULTI PORT, 2X4 - F1162485 - 102,42<br>
2x L-COM - ECF504B-UAB - Modular Coupler - F1702375 - 91,31<br>
2x USB cables - F1076669 - F1308878

Latest revision as of 14:47, 10 August 2012

This page should contain information about the Focal project, especially about the interfacing from the Mimosa chips to the readout electronics.

Overview

Simple description of the Alice Focal readout electronics.

Mimosa chips

Readout electronics

Adapterboard /Fanoutboard

The adapterboard and fan-out boards provide LVDS interfaces and JTAG interfaces between the Control and Read-out board and the Mimosa ASICs. Here is the schematics of the boards.

Control and Readout board

The idea is to use a Xilinx Virtex 6 development board as a first prototype. The board will run Petalinux, and some software to access the firmware registers. A software framework for the TPC detector is to be adapted for the use on the Virtex 6 board and Petalinux.

Firmware

The VHDL counterpart is to be found here: http://web.ift.uib.no/kjekscgi-bin/viewcvs.cgi/alice-fw/trunk/messagebuffer/

Software

Readout software

Report by Tony