From bcc758c26897a6ee924a33e3d1c6f407cb61fcb2 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Fri, 20 Nov 2009 13:28:59 +0000 Subject: [PATCH] Bug #1230: Default --diag_sync=0 to use external sync (= PPS) for serdes.py instead of on board alternative sync. --- LCU/StationTest/verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCU/StationTest/verify.py b/LCU/StationTest/verify.py index 4f3a5d7bf64..b8c21ebadcb 100644 --- a/LCU/StationTest/verify.py +++ b/LCU/StationTest/verify.py @@ -68,7 +68,7 @@ verify.add_option('--pps_delay', type='int', dest='pps_delay', verify.add_option('--diag_mode', type='string', dest='diag_mode', help='Diag mode: off, tx, rx, tx_rx, local', default='tx_rx') verify.add_option('--diag_sync', type='int', dest='diag_sync', - help='Diag sync: 0 for pps, > 0 for alt sync interval in s', default=1) + help='Diag sync: 0 for pps, > 0 for alt sync interval in s', default=0) verify.add_option('--diag_data', type='string', dest='diag_data', help='Diag data: lfsr, cntr', default='lfsr') verify.add_option('--rad_lane_mode', type='string', dest='rad_lane_mode', -- GitLab