ATLAS--DSP Readout System Software notes


Introductory Documents:

Getting Started with the UCI DSP System: getstart.txt (15k)


Brigitt Schmid's DSP software documents (Postscript):

Table of contents: dspdoc_contents.ps (144k)

Index: dspdoc_index.ps (149k)

Code development on the UCI Sun: dspdoc_user_instr.ps (140K)

Complete document: dspdoc.ps (503k)


TCC Driver Files:

The Trigger Control Card piggybacks on the DSP. The TCC is currently only in use with LBL pixels, but it will eventually be used with binary strips. TCC drivers have not been integrated into binary strips code. All code below executes on the DSP. The file tcc_pub.h is a good summary of the driver interface; files tcc_priv.h and tcc.c contain more detailed notes.

Files posted January 2, 1997:

Public header file: tcc_pub.h (4k)

Private header file: tcc_priv.h (6k)

Driver code: tcc.c (21k)

Demo program: tcc_test.c (4k)