################################################################################ # Configuration file read by DiffLengthCompare.py # # This file is executed as python commands # and the variable names should start in column 1 # # # PMT ADC 13 GHz Data - 4 Differential Pairs Rev. 11-Jan-2025 # -------------------------------------------- # # ################################################################################ ################################################################################ # "trace_len_filename" is the name of the Mentor trace length file to be parsed trace_length_filename = "./trace_length_current.txt" ################################################################################ diff_trace_list = ( ( "ADC_SEROUT0", ), ( "FPGA_XCVR_3_RX0", ), ( "ADC_SEROUT1", ), ( "FPGA_XCVR_3_RX1", ), ( "ADC_SEROUT2", ), ( "FPGA_XCVR_3_RX2", ), ( "ADC_SEROUT3", ), ( "FPGA_XCVR_3_RX3", ), ) ################################################################################ # optionally: show one line for each path with the _DIR and _CMP lengths # the default is to skip # set to 1 to show show_dir_and_cmp_lengths = 1 flag_trace_length_le_than = 0.50