VME-ALPHA-TTC: Difference between revisions

From DaqWiki
Jump to navigation Jump to search
Line 4: Line 4:


* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source] SVN repository for firmware and documentation
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source] SVN repository for firmware and documentation
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source/ALPHA_TTC_20091105.pdf?view=co] AlphaTTC schematics
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source/ALPHA_TTC_20091105.pdf?view=co] board schematics
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source/ALPHA_TTC/ALPHA_TTC.pdf?view=log] firmware schematics
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source/alphaTTC.txt?view=markup] firmware manual
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source/alphaTTC.txt?view=markup] firmware manual
* [https://ladd00.triumf.ca/viewvc/alpha/trunk/online/ttc/source/ALPHA_TTC/alphaTTC.pof?view=log] firmware POF files (!!!DO NOT USE THE FILES NAMED ALPHA_TTC.POF!!!)


== Photos ==
== Photos ==

Revision as of 15:09, 17 September 2012

VME-ALPHA-TTC - ALPHA (CERN AD-5) Si vertex detector control module

References

  • [1] SVN repository for firmware and documentation
  • [2] board schematics
  • [3] firmware schematics
  • [4] firmware manual
  • [5] firmware POF files (!!!DO NOT USE THE FILES NAMED ALPHA_TTC.POF!!!)

Photos

File:VME-ALPHA-TTC.jpg

Hardware

  • Main FPGA: Altera cyclone 1: EP1C6Q240C6N
  • Trigger FPGA: two of the same (3 FPGA grand total)
  • Serial flash for FPGA configuration: Altera EPCS16
  • 6+6 NIM outputs
  • 2 analog outputs for calibration pulse
  • 2 NIM inputs
  • 256 LVDS inputs into the 2 trigger FPGAs (128 inputs each)

Firmware update procedure

  • obtain and build the TTC test program from the ALPHA SVN repository (testTTC.exe):
  • obtain and build the VME programmer (srunner_vme):
  • read the firmware revision from VME register 0:
    • ./testTTC.exe --ttcx --exit
  • write Cyclone 1 FPGA firmware into the flash memory using the VME programmer:
    • ./srunner_vme_gef.exe -program -64 alphaTTC_0x7f120629.pof 0x410000b4
  • there is no reset-mod for the ALPHA TTC module, you have to cycle the power to reboot it (reboot the Cyclone 1 FPGA into the new firmware) (requires "fpga-reset" mod):

Firmware revisions

Firmware for the main FPGA:

  • firmware sources [[6]]
  • firmware schematics [[7]]
  • pof files for Rev0 [[8]]

Firmware for the VME address decoder:

  • firmware sources [[9]]
  • board Rev0 [[10]]