Skip to content

Commit

Permalink
Add default GBT RX phases for long GE11 GEBs (cms-gem-daq-project#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetre-ulb authored and jsturdy committed Jul 10, 2019
1 parent d05a2ef commit c69f04a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gempython/tools/hw_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,29 @@
vfat3GBTPhaseLookupTable["ge11"]["short"][21] = 9 #VFAT21
vfat3GBTPhaseLookupTable["ge11"]["short"][22] = 12 #VFAT22
vfat3GBTPhaseLookupTable["ge11"]["short"][23] = 7 #VFAT23

# Fill Info for GE11 - Long
vfat3GBTPhaseLookupTable["ge11"]["long"][0] = 4 #VFAT0
vfat3GBTPhaseLookupTable["ge11"]["long"][1] = 8 #VFAT1
vfat3GBTPhaseLookupTable["ge11"]["long"][2] = 12 #VFAT2
vfat3GBTPhaseLookupTable["ge11"]["long"][3] = 4 #VFAT3
vfat3GBTPhaseLookupTable["ge11"]["long"][4] = 4 #VFAT4
vfat3GBTPhaseLookupTable["ge11"]["long"][5] = 6 #VFAT5
vfat3GBTPhaseLookupTable["ge11"]["long"][6] = 4 #VFAT6
vfat3GBTPhaseLookupTable["ge11"]["long"][7] = 11 #VFAT7
vfat3GBTPhaseLookupTable["ge11"]["long"][8] = 4 #VFAT8
vfat3GBTPhaseLookupTable["ge11"]["long"][9] = 4 #VFAT9
vfat3GBTPhaseLookupTable["ge11"]["long"][10] = 10 #VFAT10
vfat3GBTPhaseLookupTable["ge11"]["long"][11] = 4 #VFAT11
vfat3GBTPhaseLookupTable["ge11"]["long"][12] = 5 #VFAT12
vfat3GBTPhaseLookupTable["ge11"]["long"][13] = 5 #VFAT13
vfat3GBTPhaseLookupTable["ge11"]["long"][14] = 7 #VFAT14
vfat3GBTPhaseLookupTable["ge11"]["long"][15] = 4 #VFAT15
vfat3GBTPhaseLookupTable["ge11"]["long"][16] = 2 #VFAT16
vfat3GBTPhaseLookupTable["ge11"]["long"][17] = 8 #VFAT17
vfat3GBTPhaseLookupTable["ge11"]["long"][18] = 11 #VFAT18
vfat3GBTPhaseLookupTable["ge11"]["long"][19] = 4 #VFAT19
vfat3GBTPhaseLookupTable["ge11"]["long"][20] = 5 #VFAT20
vfat3GBTPhaseLookupTable["ge11"]["long"][21] = 2 #VFAT21
vfat3GBTPhaseLookupTable["ge11"]["long"][22] = 6 #VFAT22
vfat3GBTPhaseLookupTable["ge11"]["long"][23] = 4 #VFAT23

0 comments on commit c69f04a

Please sign in to comment.