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

From UConn PAN
Jump to navigation Jump to search
 
m
Line 3: Line 3:
 
== Links ==
 
== Links ==
  
* Analog amplifier
+
=== Analog amplifier ===
** [[SiPM Amplifier]] - analog amplifier circuit supplied by [http://www.photonique.ch/ Photonique] for use with the SiPMs.
+
* [[SiPM Amplifier]] - analog amplifier circuit supplied by [http://www.photonique.ch/ Photonique] for use with the SiPMs.
** [[MATLAB amplifier in detail]] - more information regarding the implementation of the MATLAB-based simulation of the amplifier circuit.
+
* [[MATLAB amplifier in detail]] - more information regarding the implementation of the MATLAB-based simulation of the amplifier circuit.
* Digital control
+
=== Digital control ===
** [[SiPM digital control board]] - digital PCB for controlling the SiPMs.
+
* [[SiPM digital control board]] - digital PCB for controlling the SiPMs.
** [[Programming the FPGA]] - discussion of VHDL design for the FPGA.
+
* [[Programming the FPGA]] - discussion of VHDL design for the FPGA.
*** [[Ethernet packets]] - a detail of the packets we intend to use on our network.
+
** [[Ethernet packets]] - a detail of the packets we intend to use on our network.
** [[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.
*** [[VHDL: Where to start]] - section one of the tutorial, focusing on preparing your design for coding.
+
** [[VHDL: Where to start]] - section one of the tutorial, focusing on preparing your design for coding.
*** [[VHDL: Enter the code monkey]] - section two of the tutorial, focusing on outlining the framework of your code.
+
** [[VHDL: Enter the code monkey]] - section two of the tutorial, focusing on outlining the framework of your code.
*** [[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.

Revision as of 18:40, 17 July 2007

This page is a work in progress. More information will be added as the project progresses.

Links

Analog amplifier

Digital control