/**************************************/ /* ALICE TRD */ /* Read-out board */ /* SCSN Configuration File */ /* */ /* 2004-03-15 */ /* */ /* for use with 4 chips */ /* */ /* Jan de Cuveland, Venelin Angelov */ /**************************************/ // ---------------------------- // define SCSN IDs for ring 0 // ---------------------------- include ../scsn_ids.tcs include src/FLGtst.tcs // ------------------------------ // Simulation-specific settings // ------------------------------ // board merger 16 pretrigger 6 wait -100, 0, scheck nop expect dut, SMCMD, 0 // value in 0xF004 represents the parameters -s and -c in the current program: // The value is 0xUV, where U=0, 1 or 2 if prfs, grfs or constants are -s parameter (source2 in cmp) // V=0, 1, 2, 3, 4 when -c is "zero", "carry", "neg", "overfl" or "signed" respectively read dut, 0xF004 // results from the test - value in 0xF00n = PC(n) if error occured, otherwise remain unchanged expect dut, 0xF000, 0x7FFFFFFF expect dut, 0xF001, 0x7FFFFFFF expect dut, 0xF002, 0x7FFFFFFF expect dut, 0xF003, 0x7FFFFFFF // write dut, 0xF004, 0xBBBB reset dut