Skip to content

Dev

Ali Khalilzadeh requested to merge akhalilz/ph-2-acf-15-july:Dev into Dev

Two functions in order to do digital diagnostic monitoring with SFPs which are connected to FMC1(l12) and FMC2(l8) has been added in HWInterface/D19cFWInterface.cc GetSFPParameter_L12/L8 accept two parameters. The first parameter could be T, V, I, TX and RX corresponding to temperature, voltage, laser diode bias current, transmitted and received optical power respectively. The second parameter is to choose the SFP channel and for QUAD_FMC_SFP changes from 0 to 3 and for OCTA_FMC_SFP, it can vary from 0 to 7. This two functions also added to HWInterface/D19cFWInterface.cc and tested in src/d19c_test.c The corresponding register addresses has been added to settings/address_tables/uDTC_OT_address_table.xml NOTE: Address of uDTC_OT_address_table.xml should be edited in address_table in D19CDescription file.

Merge request reports