ALTERA Project for the Track Fitter


Introduction

In the Track Fitter board, five kinds of the ALTERA FPGA chips are used, and the total number of chips is 10. For the code development, the ALTERA MAX+PlusII V9.1 was used. The five kinds of chips are named "FEP", "FIT_BRAIN", "FIT", "OPP" and "VME_Interface". You can see more details below.

ALTERA Source Codes

Most of the codes are written in VHDL. Therefore, generally anyone who know the VHDL can understand the function of the codes. As exceptions, a few code are developed on the schematics editor of the MAX+PlusII. The source files are kept in /design/CDF_SVT/Track_Fitter/ALTERA/ directory in the UNIX machine of the EDG group in the University of Chicago.

Basic Function of the chip

Some remarks


ALTERA Source Codes

  • fep.vhd: The main code of the FEP (Front-End-Processor).
  • fit_brain.vhd: The main code of the FITC (FITTER Controller).
  • fit.vhd: The main code of the FIT ( Calculation).
  • opp.vhd: The main code of the OPP (OutPut-Processor).
  • vme_interface.tdf: The VME Interface Chip.