################################################################################
# TmsPuServer.conf Configuration file for TmsPuServer
# T.Barnaby, BEAM Ltd, 2007-02-13
################################################################################
#
# TmsServer: - The host name or IP Address of the BOAP name server host
# ModuleControllerNumber - The Module controller number
# SimulateFpga - Simulate FPGA
# SimulateTiming - Simulate Timing signals in software. Bit mask (0xFF all timing signals)
# FpgaFirmwareFile - The path to the FPGA bit file to use
# FpgaLclk - The FPGA local bus clock rate
# FpgaMclk - The FPGA main clock rate
# PupeNumber - Defines the number of PUPE boards
# PupeMaster - Defines the pupe board that has the master timing inputs
# PupePhysicalOn - Use physical slot locations
# PupePhysicalDevices - The list of PCI device numbers
#
#TmsServer: tmssc.tmsnet
TmsServer: beam
ModuleControllerNumber: 1
SimulateFpga: 1
#SimulateTiming: 0x00
SimulateTiming: 0xff
FpgaFirmwareFile: /usr/tms/fpga/tms-fpga.bit
FpgaLclk: 50
FpgaMclk: 125
PupeNumber: 5
PupeMaster: 5
PupePhysicalOn: 1
PupePhysicalDevices: 10,11,12,13,14