Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit ffc8f12

Browse files
authored
Update gbt.py
1 parent dde8a8a commit ffc8f12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/reg_interface/gbt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from time import *
55
import array
66
import struct
7+
import os
78

89
DEBUG=False
910

@@ -24,8 +25,6 @@ class Colors:
2425

2526
ADDR_LINK_RESET = None
2627

27-
ADDRESS_TABLE_SLOW_CTRL_ONLY = '/mnt/persistent/texas/gem_amc_top_SLOW_CTRL_ONLY.xml'
28-
2928
V3B_GBT0_ELINK_TO_VFAT = {0: 15, 1: 14, 2: 13, 3: 12, 6: 7, 8: 23}
3029
V3B_GBT1_ELINK_TO_VFAT = {1: 4, 2: 2, 3: 3, 4: 8, 5: 0, 6: 6, 7: 16, 8: 5, 9: 1}
3130
V3B_GBT2_ELINK_TO_VFAT = {1: 9, 2: 20, 3: 21, 4: 11, 5: 10, 6: 18, 7: 19, 8: 17, 9: 22}

0 commit comments

Comments
 (0)