FPGA Firmware to start !

The Golden design is here : Golden_design. Normally the DTH_P2 is delivered with the Golden design written at sector (0) of the DTH_P2 DAQ Flash.

The first version provided is 1 SlinkRocket to 1 DAQ link (Tx0-RX0 of the FED0 MPO adapter : see OTP-231227-XX-ECUO_25Gb)

The bin file can be downloaded form here (DTH_1SR_1D_T_d6100004.bin)

You can write it in the flash using "DTH_Flashy.py --fpga daq". Write it at the sector s256.

===============================================================================================================================================

Coming later!

The design with 2 DAQs and 8 SlinkRocket per DAQ : xxxx

 

FPGA Firmware naming convention

Check the dependency between DTH DAQ Firmware and SlinkRocket IP version in the SlinkRocket page

The following naming convention for the firmware image files has been adopted. When using the software utility provided by the DAQ group to programme the firmware into the flash memory of the DTH, it is important not to change the names of the image files, since the utility relies on this convention.

Firmware names are structured as follows:

 dth_{dth_revision}_{target_fpga}_{function}_{major}_{minor}_{patch}.bin
dth_revision : hardware revision of the board  (e.g. "p2")
target_fpga : either "daq" or "tcds2"
function : indicates functionality of the image( e.g. "golden" for the golden image to be programmed at sector 0)
major : major version (3 decimal digits)
minor : minor version (3 decimal digits)
path : patch version (3 decimal digits)

Examples:

dth_p2_daq_golden_001_003_015.bin
dth_p2_tcds_ibert_002_014_099.bin

FPGA Firmware