- To configure the board as a clock master, use the drv.ConfigClock command with the REF=OSC parameter, as shown in this script:
#-----------------------------------------------------------------------#
# Sample SW Utility script demonstrating how to configure the clock #
# mode on the AG Connect board. #
# #
# Clock mode: Master #
#-----------------------------------------------------------------------#
#
# Obtain a handle for the switch on board 0.
#
# Uncomment the command below that pertains to
# your operating system.
#
# drv.LoadDriver cx = agcxsw 0 # Windows NT and OS/2
# drv.OpenDevice /dev/agcx00 cx # UNIX
#
# Reset the switch to an initial state
#
drv.ResetSwitch cx
#
# Configure board 0 as MVIP bus clock master
#
drv.ConfigClock cx REF=OSC SEC8K=NOT_DRIVEN
xct.Exit # exit SW Utility