DIRECTORY EU1TestData; EU1TestDataImpl: CEDAR PROGRAM EXPORTS EU1TestData = BEGIN groups: PUBLIC LIST OF EU1TestData.Group _ LIST[ [number: 1, name: "Clocks", directionality: force, format: RZ, delay: 10, width: 30], [number: 2, name: "nClocks", directionality: force, format: R1, delay: 10, width: 30], [number: 3, name: "KBus", directionality: biDirectional, format: DNRZ, delay: 10, width: 30, sample: 40, compare: TRUE], [number: 4, name: "Control", directionality: force, format: DNRZ, delay: 10, width: 30], [number: 5, name: "EPData", directionality: biDirectional, format: DNRZ, delay: 10, width: 30, sample: 40, compare: TRUE], [number: 6, name: "Test", directionality: acquire, sample: 40]]; assignments: PUBLIC LIST OF EU1TestData.Assignments _ NIL; R: PROC [a: EU1TestData.Assignments] = { assignments_CONS[a,assignments]; }; R[["Test", 6,0,R,CD, A,0,001,001,239]]; R[["PhA", 1,0,R,CD,AT,0,001,001,106]]; R[["PhB", 1,0,R,CD,BT,0,001,001,109]]; R[["nPhA", 2,1,R,CD,AT,0,001,001,108]]; R[["nPhB", 2,1,R,CD,BT,0,001,001,111]]; R[["KBus[0]", 3,1,R,KL, A,0,001,001, 87]]; R[["KBus[1]", 3,1,R,KL, A,1,001,001, 85]]; R[["KBus[2]", 3,1,R,KL, A,2,001,001, 84]]; R[["KBus[3]", 3,1,R,KL, A,3,001,001, 82]]; R[["KBus[4]", 3,1,R,KL, A,4,001,001, 81]]; R[["KBus[5]", 3,1,R,KL, A,5,001,001, 79]]; R[["KBus[6]", 3,1,R,KL, A,6,001,001, 78]]; R[["KBus[7]", 3,1,R,KL, A,7,001,001, 76]]; R[["KBus[8]", 3,1,R,KL, B,0,001,001, 75]]; R[["KBus[9]", 3,1,R,KL, B,1,001,001, 73]]; R[["KBus[10]", 3,1,R,KL, B,2,001,001, 72]]; R[["KBus[11]", 3,1,R,KL, B,3,001,001, 70]]; R[["KBus[12]", 3,1,R,KL, B,4,001,001, 69]]; R[["KBus[13]", 3,1,R,KL, B,5,001,001, 67]]; R[["KBus[14]", 3,1,R,KL, B,6,001,001, 66]]; R[["KBus[15]", 3,1,R,KL, B,7,001,001, 64]]; R[["KBus[16]", 3,2,R,AB, A,0,001,001, 55]]; R[["KBus[17]", 3,2,R,AB, A,1,001,001, 54]]; R[["KBus[18]", 3,2,R,AB, A,2,001,001, 52]]; R[["KBus[19]", 3,2,R,AB, A,3,001,001, 51]]; R[["KBus[20]", 3,2,R,AB, A,4,001,001, 49]]; R[["KBus[21]", 3,2,R,AB, A,5,001,001, 48]]; R[["KBus[22]", 3,2,R,AB, A,6,001,001, 46]]; R[["KBus[23]", 3,2,R,AB, A,7,001,001, 45]]; R[["KBus[24]", 3,2,R,AB, B,0,001,001, 43]]; R[["KBus[25]", 3,2,R,AB, B,1,001,001, 42]]; R[["KBus[26]", 3,2,R,AB, B,2,001,001, 40]]; R[["KBus[27]", 3,2,R,AB, B,3,001,001, 39]]; R[["KBus[28]", 3,2,R,AB, B,4,001,001, 37]]; R[["KBus[29]", 3,2,R,AB, B,5,001,001, 36]]; R[["KBus[30]", 3,2,R,AB, B,6,001,001, 34]]; R[["KBus[31]", 3,2,R,AB, B,7,001,001, 33]]; R[["KBusEnableWrite", 4,3,R,IJ, B,0,001,001, 88]]; R[["EUAluOp2AB[0]", 4,3,R,IJ, B,1,001,001,118]]; R[["EUAluOp2AB[1]", 4,3,R,IJ, B,2,001,001,117]]; R[["EUAluOp2AB[2]", 4,3,R,IJ, B,3,001,001,115]]; R[["EUAluOp2AB[3]", 4,3,R,IJ, B,4,001,001,114]]; R[["EUAluOp2AB[4]", 4,3,R,IJ, B,5,001,001,112]]; R[["EULoadField3BA", 4,3,R,IJ, B,6,001,001,120]]; R[["nRejectBA", 4,6,L,CD, A,0,001,001,121]]; R[["nHold2BA", 4,6,L,CD, A,1,001,001,123]]; R[["EURes3IsPBus3AB", 4,6,L,CD, A,2,001,001,124]]; R[["EUWriteToPBus3AB", 4,6,L,CD, A,3,001,001,126]]; R[["DExecute", 4,6,L,CD, A,4,001,001,127]]; R[["DStateAddress[0]", 4,6,L,CD, B,0,001,001,141]]; R[["DStateAddress[1]", 4,6,L,CD, B,1,001,001,139]]; R[["DStateAddress[2]", 4,6,L,CD, B,2,001,001,138]]; R[["DStateAddress[3]", 4,6,L,CD, B,3,001,001,136]]; R[["EPDataEnableWrite", 4,6,L,CD, A,5,001,001,156]]; R[["EPData[0]", 5,4,L,KL, A,0,001,001,157]]; R[["EPData[1]", 5,4,L,KL, A,1,001,001,159]]; R[["EPData[2]", 5,4,L,KL, A,2,001,001,160]]; R[["EPData[3]", 5,4,L,KL, A,3,001,001,162]]; R[["EPData[4]", 5,4,L,KL, A,4,001,001,163]]; R[["EPData[5]", 5,4,L,KL, A,5,001,001,165]]; R[["EPData[6]", 5,4,L,KL, A,6,001,001,166]]; R[["EPData[7]", 5,4,L,KL, A,7,001,001,168]]; R[["EPData[8]", 5,4,L,KL, B,0,001,001,169]]; R[["EPData[9]", 5,4,L,KL, B,1,001,001,171]]; R[["EPData[10]", 5,4,L,KL, B,2,001,001,172]]; R[["EPData[11]", 5,4,L,KL, B,3,001,001,174]]; R[["EPData[12]", 5,4,L,KL, B,4,001,001,175]]; R[["EPData[13]", 5,4,L,KL, B,5,001,001,177]]; R[["EPData[14]", 5,4,L,KL, B,6,001,001,178]]; R[["EPData[15]", 5,4,L,KL, B,7,001,001,187]]; R[["EPData[16]", 5,5,L,AB, A,0,001,001,189]]; R[["EPData[17]", 5,5,L,AB, A,1,001,001,190]]; R[["EPData[18]", 5,5,L,AB, A,2,001,001,192]]; R[["EPData[19]", 5,5,L,AB, A,3,001,001,193]]; R[["EPData[20]", 5,5,L,AB, A,4,001,001,195]]; R[["EPData[21]", 5,5,L,AB, A,5,001,001,196]]; R[["EPData[22]", 5,5,L,AB, A,6,001,001,198]]; R[["EPData[23]", 5,5,L,AB, A,7,001,001,199]]; R[["EPData[24]", 5,5,L,AB, B,0,001,001,201]]; R[["EPData[25]", 5,5,L,AB, B,1,001,001,202]]; R[["EPData[26]", 5,5,L,AB, B,2,001,001,204]]; R[["EPData[27]", 5,5,L,AB, B,3,001,001,205]]; R[["EPData[28]", 5,5,L,AB, B,4,001,001,207]]; R[["EPData[29]", 5,5,L,AB, B,5,001,001,208]]; R[["EPData[30]", 5,5,L,AB, B,6,001,001,210]]; R[["EPData[31]", 5,5,L,AB, B,7,001,001,211]]; R[["Vdd", 0,0,R,AB, A,0,001,001, 19]]; R[["Vdd", 0,0,R,AB, A,0,001,001, 61]]; R[["Vdd", 0,0,L,AB, A,0,001,001,133]]; R[["Vdd", 0,0,L,AB, A,0,001,001,150]]; R[["Vdd", 0,0,L,AB, A,0,001,001,184]]; R[["Vdd", 0,0,L,AB, A,0,001,001,235]]; R[["SensorA", 0,0,R,AB, A,0,001,001, 25]]; R[["SensorB", 0,0,R,AB, A,0,001,001, 27]]; R[["Spare", 0,0,R,AB, A,0,001,001, 3]]; R[["Spare", 0,0,R,AB, A,0,001,001, 6]]; R[["Spare", 0,0,R,AB, A,0,001,001, 7]]; R[["Spare", 0,0,R,AB, A,0,001,001, 9]]; R[["Spare", 0,0,R,AB, A,0,001,001, 10]]; R[["Spare", 0,0,R,AB, A,0,001,001, 12]]; R[["Spare", 0,0,R,AB, A,0,001,001, 15]]; R[["Spare", 0,0,R,AB, A,0,001,001, 16]]; R[["Spare", 0,0,R,AB, A,0,001,001, 20]]; R[["Spare", 0,0,R,AB, A,0,001,001, 24]]; R[["Spare", 0,0,R,AB, A,0,001,001, 28]]; R[["Spare", 0,0,R,AB, A,0,001,001, 99]]; R[["Spare", 0,0,R,AB, A,0,001,001,103]]; R[["Spare", 0,0,L,AB, A,0,001,001,132]]; R[["Spare", 0,0,L,AB, A,0,001,001,144]]; R[["Spare", 0,0,L,AB, A,0,001,001,147]]; R[["Spare", 0,0,L,AB, A,0,001,001,148]]; R[["Spare", 0,0,L,AB, A,0,001,001,151]]; R[["Spare", 0,0,L,AB, A,0,001,001,223]]; R[["Spare", 0,0,L,AB, A,0,001,001,224]]; R[["Spare", 0,0,L,AB, A,0,001,001,226]]; R[["Spare", 0,0,L,AB, A,0,001,001,227]]; R[["Spare", 0,0,L,AB, A,0,001,001,228]]; R[["Spare", 0,0,L,AB, A,0,001,001,229]]; R[["Spare", 0,0,L,AB, A,0,001,001,236]]; R[["Spare", 0,0,L,AB, A,0,001,001,239]]; R[["Spare", 0,0,L,AB, A,0,001,001,240]]; END. ²EU1TestDataImpl.mesa Copyright c 1985 by Xerox Corporation. All rights reserved. Gasbarro January 16, 1986 10:16:11 am PST Barth, January 22, 1986 6:00:51 pm PST Last Edited by: Gasbarro March 24, 1986 10:17:39 am PST L o a T d e s B t D P o e U r a P r T o r o C b d d h H H e G B a e e r o S P n a a C o a i a P n d d a u r d i o e e e r Signal Name p d e r d l r r d ΚΨ˜™Icodešœ Οmœ1™