// ---------------------------- // define SCSN IDs for ring 0 // ---------------------------- // 1 for single chip, 2 for the new MCM tester, 3 for the wafer tester, 127 for the ROB // IN WAFER TESTER restrict WAFER; const fpga2 = 1; const fpga1 = 2; const dut = 3; const scheck =3; restrict 1-WAFER; const dut = 1; const scheck =1; restrict 1;