Difference between revisions of "Design and prototyping of SiPM electronics"

From UConn PAN
Jump to navigation Jump to search
m
m
Line 4: Line 4:
  
  
= Amplifier Boards =
+
== Amplifier Boards ==
  
== Analog Amplifier ==
+
=== Analog Amplifier ===
  
 
The suitability of commercially-available SiPMs are currently being evaluated with "AMP_0604" amplifier by [http://www.photonique.ch/ Photonique].
 
The suitability of commercially-available SiPMs are currently being evaluated with "AMP_0604" amplifier by [http://www.photonique.ch/ Photonique].
Line 15: Line 15:
  
  
== Eventual Design Considerations ==
+
=== Eventual Design Considerations ===
  
 
A similar amplifier circuit will be designed for every SiPM channel on the board. Those corresponding to a single column will be summed at some stage. Each board, however, will have the capacity for a column of independent channels, since the design of the tagger calls for five such columns in the array.
 
A similar amplifier circuit will be designed for every SiPM channel on the board. Those corresponding to a single column will be summed at some stage. Each board, however, will have the capacity for a column of independent channels, since the design of the tagger calls for five such columns in the array.
Line 23: Line 23:
  
  
= Digital Control Boards =
+
== Digital Control Boards ==
  
* [[SiPM digital control board]] - digital PCB for controlling the SiPMs.
+
=== Design Tree ===
  
==== Programming our FPGA ====
+
* [[SiPM digital control board]] - design of the digital PCB for controlling the SiPMs.
 +
** [[Programming the FPGA]] - central page for programming the FPGA.
 +
*** [[Programming the Ethernet controller]] - discussion of the design for the Ethernet controller.
 +
**** [[Reset and Initialization]] - discussion of the design for the reset and initialization part of the core
 +
**** [[Ethernet packets]] - a detail of the packets we intend to use on our network.
 +
*** [[Programming the DAC]] - discussion of the design for the DAC.
 +
*** [[Programming the SPI]] - discussion of the hybrid module that controls both the ADC and the temperature sensor over a single SPI bus. This design incorporates the (now obsolete) predecessor modules:
 +
**** [[Programming the temperature sensor]] - discussion of the design for the temperature sensor.
 +
**** [[Programming the ADC]] - discussion of the design for the ADC.
  
* [[Programming the FPGA]] - central page for programming the FPGA.
 
** [[Programming the DAC]] - discussion of the design for the DAC.
 
** [[Programming the SPI]] - discussion of the new hybrid module that controls both the ADC and the temperature sensor over a single SPI bus.
 
*** [[Programming the temperature sensor]] - discussion of the design for the temperature sensor.
 
*** [[Programming the ADC]] - discussion of the design for the ADC.
 
** [[Programming the Ethernet controller]] - discussion of the design for the Ethernet controller.
 
*** [[Ethernet packets]] - a detail of the packets we intend to use on our network.
 
** [[Reset and Initialization]] - discussion of the design for the reset and initialization core.
 
  
==== VHDL in general ====
+
=== VHDL Overview ===
  
 
* [[VHDL tutorial]] - a brief guide to VHDL design with a design example; the introduction and core of the tutorial.
 
* [[VHDL tutorial]] - a brief guide to VHDL design with a design example; the introduction and core of the tutorial.
Line 45: Line 45:
 
** [[VHDL: The real code]] - section three of the tutorial, focusing on coding the body of your design.
 
** [[VHDL: The real code]] - section three of the tutorial, focusing on coding the body of your design.
 
** [[VHDL: Xilinx ISE]] - section four of the tutorial, focusing on using the development environment.
 
** [[VHDL: Xilinx ISE]] - section four of the tutorial, focusing on using the development environment.
 +
  
 
== To-do list ==
 
== To-do list ==

Revision as of 22:00, 5 June 2008

Basic Tagger Microscope control/wiring scheme

The pages listed here describe the work in electronics undertaken to support Silicon Photomultiplier (SiPM) based readout of the Tagger Microscope for JLab Hall-D and the GlueX experiment in particular. The working design concept for the Tagger's readout involves an array of PCB boards with SiPMs and their amplifiers, summing circuits etc. suspended in a light-tight box out of the plane of incoming electrons. Each of these "amplifier" or "analog" boards are connected across a light-sealing bus board to a "control" or "digital" board. The latter set of boards principally contain bias voltage control circuitry and an architecture that allows Ethernet-based communication with a controlling PC. An added advantage of this two-tier design is the ease with which the tagger can be wired without introducing light leaks: the SiPM signals are passed into a chamber more tolerant of ambient light. (The coaxial cables can then take the SiPM signals off digital boards.) The adjacent digram outlines this scheme.


Amplifier Boards

Analog Amplifier

The suitability of commercially-available SiPMs are currently being evaluated with "AMP_0604" amplifier by Photonique.

The following pages provide analysis of this circuit:

  • SiPM Amplifier - analog amplifier circuit supplied by for use with the SiPMs.
  • MATLAB amplifier in detail - more information regarding the implementation of the MATLAB-based simulation of the amplifier circuit.


Eventual Design Considerations

A similar amplifier circuit will be designed for every SiPM channel on the board. Those corresponding to a single column will be summed at some stage. Each board, however, will have the capacity for a column of independent channels, since the design of the tagger calls for five such columns in the array.

A compromise will found between fewer boards with more channels (up to 32, given the DAC's limitation) and more boards with fewer channels. The former options may yield cost savings and provide easier maintenance with more space inside the tagger box. On the other hand, a clean design with many channels per board may be difficult both from electronic and light-coupling standpoint.


Digital Control Boards

Design Tree


VHDL Overview

  • VHDL tutorial - a brief guide to VHDL design with a design example; the introduction and core of the tutorial.


To-do list

Ethernet module

  • Complete Ethernet controller module
    • Registers
    • Idler
    • Reader
    • Querier
    • Programmer
    • Transmitter
    • Transceiver, extra debugging quasi-emulators in progress
    • Reset module
      • Check all modules for proper async reset support
      • Execute on startup
      • Execute on command
      • Soft reset - load and report MAC and location addresses.


  • Integrate all modules and simulate the device as a whole
  • Determine size of FPGA
  • Design or purchase connector to bus board
  • Purchase all components (including EEPROM, RJ-45 female jack, etc)
  • Obtain footprints of all chips, connectors, jacks, etc
  • PCB layout
  • Prototype PCB
  • Design bus board
  • Design analog board