home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-07 | 68.7 KB | 1,506 lines |
- 16C1 1
- 20C1 1
- 16R4 1
- 16R6 1
- 32VX10 1
- 26V12 1
- 16R8 1
- 18U8 1
- 22V10 1
- 29MA16 1
- 29M16 1
- 105 1
- 167 1
- 168 1
- 30S16 1
- 30K12 1
- 16V8 1
- 20V8 1
- 20X4 1
- 23S8 1
- 20R8 1
- 20R6 1
- 20R4 1
- 20X10 1
- 20X8 1
- 20X4 1
- 22RX8 1
- 16RP4 1
- 16RP6 1
- 16RP8 1
- 24R4 1
- 24R8 1
- 24R10 1
- 24L10 1
- 20RS8 1
- 20RS10 1
- 20RS4 1
- 20S10 1
- 20RA10 1
- 16RA8 1
- 10H20G8 1
- 10H20P8 1
- 22P10 1
- 10H20EV8 1
- 10H20EG8 1
- 610 1
- 110 1
- 120 1
- 130 1
- 210 1
- 220 1
- 230 1
- 24V10 1
- 16V8HD 1
- ! *******************************************************************
- ! ** SWAP - Exchange pins. The pin numbers in the input list
- ! ** are substitued with the pin numbers in the output list
- ! ** that are in the equations.
- ! ** PIN - Create an equation with this input pin.
- ! ** AH AL - Active high / low polarity.
- ! ** CLKF - Create an OUT.CLKF equation.
- ! ** SETF - Create an OUT.SETF equation.
- ! ** RSTF - Create an OUT.RSTF equation.
- ! ** PRLD - Create an OUT.PRLD equation.
- ! ** TRST - Create an OUT.TRST equation.
- ! ** DEQN - Create an OUT := equation.
- ! ** COMB - Create an OUT = equation.
- ! ** SEQN - Create an OUT.S equation.
- ! ** LOAD - Load storage element high / low for this pin.
- ! ** EQN - Create an equation.
- ! ** BUR - list of output & buried nodes.
- ! ** HIDDEN - Create this pin node hidden. The user will never
- ! ** see the node. The hidden node numbers must be
- ! ** greater than the pins and buried nodes.
- ! ** INPUT_REG - Output pin number and associated Node number.
- ! ** This is needed if a register can be used as
- ! ** an input register.
- ! ** 1$<eqn> - Dont do this "action" if this equation
- ! ** does not exist for this output pin.
- ! ** 2$<eqn> - Dont do this "action" if this equation
- ! ** does not exist for any output pin.
- ! ** 3$<eqn> - Do this "action" if this equation exists
- ! ** for this output pin.
- ! ** 4$<eqn> - Do this "action" if this equation exists
- ! ** for any output pin.
- ! ** 5$PHYS - Create this equation only for physical pins.
- ! ** Do not create this equation for buried nodes.
- ! ** 6$<eqn> - Do this "action" if this equation do not exists
- ! ** for this output pin.
- ! ** # - Indicates the begining of a FLAG field. These flags
- ! ** will give devices attributes other than the default.
- ! ** # SWP - The PRELOAD command works in software only. Generate
- ! ** a warning, turn JEDEC off and continue.
- ! ** # SP - All stroage devices on this device default to asyncronous
- ! ** preset. Change default to sync preset. (SETF)
- ! ** # SR - All storage devices on this device default to async
- ! ** reset. Change default to sync reset. (RSTF)
- ! ** # PRQ - Preload is in Q NOT Q-bar.
- ! **
- ! ** 29_OE_PIN - This flag is used in devices where TRST control Pin
- ! ** feature is Like the one 29M16
- ! ** - IFF_LAT This is 16v8HD latched input semantic.
- ! **
- ! *******************************************************************
- ATTRIBUTES
- 0;;
- 1; SWAP;
- 2; PIN AH;
- 3; PIN AL;
- 4; EQN CLKF;
- 5; EQN TRST;
- 6; EQN DEQN;
- 7; EQN DEQN AL HIDDEN;
- 8; EQN SEQN;
- 9; EQN COMB;
- 10; EQN COMB AH;
- 11; EQN COMB AL;
- 12; LOAD AH;
- 13; EQN SETF 2$TRST;
- 14; EQN SEARCH TRST;
- 15; EQN REQN;
- 16; EQN REQN AH HIDDEN;
- 17; EQN SEQN AH HIDDEN;
- 18; EQN TRST 4$CLKF;
- 19; EQN COMB AL HIDDEN;
- 20; SWAP 3$DEQN;
- 21; EQN SETF;
- 22; EQN RSTF;
- 23; EQN TRST 3$DEQN;
- 24; SWAP 3$DEQN;
- 25; EQN INPUT_REG AL;
- 26; EQN PRLD;
- 27; LOAD AL;
- 28; EQN INPUT_REG AH;
- 29; EQN OBSF1 BUR 5$PHYS;
- 30; EQN SEARCH SETF;
- 31; EQN SEARCH RSTF;
- 32; EQN SETF 1$RSTF;
- 33; EQN RSTF 1$SETF;
- 34; EQN SEARCH CLKF;
- 35; EQN DEQN AH HIDDEN;
- 36; GRAYCTR8;
- 37; EQN OBSF2 BUR 5$PHYS;
- 38; SWAP OUTPUT_PIN;
- 39; EQN BUR 5$PHYS;
- 40; EQN COMB HIDDEN_AH;
- 41; EQN LATCH;
- 42; EQN LATCH 3$LATCH;
- 43; EQN COMB 6$LATCH;
- 44; EQN COMB HIDDEN;
- 45; EQN COMB 6$COMB;
- 46; EQN COMB 6$DEQN;
- 47; SWAP 7$EQN;
- 48; EQN DEQN HIDDEN;
- 49; EQN TRST 8$;
- 50; BUR;
- END
- ! *******************************************************************
- ! **
- ! ** The device fields have the following:
- ! ** Input Attributes; Input Pin List; Output Attributes; Output Pin List;
- ! **
- ! ** Note: Suggested order for creating equations:
- ! ** 1 Create Output equations first.
- ! ** 2 Create Functional equations second.
- ! ** 2 Create Hidden equations third.
- ! ** 3 Exchange ORfeedback fourth.
- ! ** 4 Initialize storage primitives last.
- ! **
- ! *******************************************************************
- DEVICES
- ! *******************************************************************
- ! ** DEVICE: 16R4
- ! ** DATABOOK: PAGE 5-49
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 11.
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from the Q-Bar output and may be different than the
- ! ** output pin.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Replace the feedback pin numbers in all the equatons with
- ! ** the pin numbers for the hidden nodes.
- ! **
- 16R4
- # OE_PIN11 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 PDT_TRST1 PHYPINS20 CLKF1 DEFAULT_CLOCK1;
- 3; 11; 5; 14 15 16 17;
- 2; 1; 4; 14 15 16 17 21 22 23 24;
- 27; 0; 27; 14 15 16 17;
- END
- ! *******************************************************************
- ! ** DEVICE: 16R6
- ! ** DATABOOK: PAGE 5-49
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 11.
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from the Q-Bar output and may be different than the
- ! ** output pin.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Replace the feedback pin numbers in all the equatons with
- ! ** the pin numbers for the hidden nodes.
- ! **
- 16R6
- # OE_PIN11 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 PHYPINS20 CLKF1 DEFAULT_CLOCK1;
- 3; 11; 5; 13 14 15 16 17 18;
- 2; 1; 4; 13 14 15 16 17 18 21 22 23 24 25 26;
- 27; 0; 27; 13 14 15 16 17 18;
- END
- ! *******************************************************************
- ! ** DEVICE: 16R8
- ! ** DATABOOK: PAGE 5-49
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 11.
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from the Q-Bar output and may be different than the
- ! ** output pin.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Replace the feedback pin numbers in all the equatons with
- ! ** the pin numbers for the hidden nodes.
- ! **
- 16R8
- # OE_PIN11 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 PHYPINS20 CLKF1 DEFAULT_CLOCK1;
- 3; 11; 5; 12 13 14 15 16 17 18 19;
- 2; 1; 4; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
- 27; 0; 27; 12 13 14 15 16 17 18 19;
- END
- ! *******************************************************************
- ! ** DEVICE: 18U8
- ! ** DATABOOK: PAGE
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 11.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Create global SETF & RSTF equations.
- ! **
- 18U8
- !# SP1 PRQ1 PDT_TRST1 SWITCH_OE11 VCC_PIN20 GND_PIN10 GLOBAL_PIN21 PHYPINS20;
- # SP1 CLKF1 DEFAULT_CLOCK1 PDT_TRST1 SWITCH_OE11 VCC_PIN20 GND_PIN10 GLOBAL_PIN21 MODEL3_PRLD1 PHYPINS20;
- !2; 11; 23; 12 13 14 15 16 17 18 19;
- 2; 1; 4; 12 13 14 15 16 17 18 19;
- 21; 21 21 21 21 21 21 21 21; 21; 12 13 14 15 16 17 18 19;
- 22; 21 21 21 21 21 21 21 21; 22; 12 13 14 15 16 17 18 19;
- 27; 0; 27; 12 13 14 15 16 17 18 19;
- END
- ! *******************************************************************
- ! ** DEVICE: 22V10
- ! ** DATABOOK: PAGE
- ! **
- ! ** DESCRIPTION:
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Create global SETF & RSTF equations.
- ! **
- 22V10
- # PDT_TRST1 SP1 CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 GLOBAL_PIN25 MODEL3_PRLD1 PHYPINS24 POWER_UP_BURIED1;
- 2; 24; 5; 14 15 16 17 18 19 20 21 22 23;
- 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 ;
- 21; 25 25 25 25 25 25 25 25 25 25; 21; 14 15 16 17 18 19 20 21 22 23;
- 22; 25 25 25 25 25 25 25 25 25 25; 22; 14 15 16 17 18 19 20 21 22 23;
- 27; 0; 27; 14 15 16 17 18 19 20 21 22 23 ;
- END
- ! *******************************************************************
- ! ** DEVICE: 29MA16
- ! ** DATABOOK: PAGE
- ! **
- ! ** DESCRIPTION:
- ! ** - Copy combinatorial eqation 26 to .OBSF1 equations.
- ! ** - Create input equations BUR := IN for all buried pins.
- ! ** - Create input equations IN := IN for all i/o pins.
- ! ** - Copy GLOBAL.PRLD equation.
- ! ** - If a clockf equation exists for a output equation
- ! ** copy it to the buried equation.
- ! ** - If a clockf equations exists for a buried equation
- ! ** copy it to the output equation.
- ! ** - Create .CLKF equations if they don't exist for the
- ! ** latched or registered outputs using pin 1.
- ! ** - Create .TRST equations if they don't exist for the outputs.
- ! **
- 29MA16
- # PDT_TRST1 DEFAULT_CLOCK1 29_OE_PIN1 OE_PIN11 VCC_PIN24 GND_PIN12 OBSMUX1;
- # NUM_BUR_VEC1 CLKF13 CLKF1 I_O_PINS16 GLOBAL_PIN25 MODEL3_PRLD1 PHYPINS24;
- 2; 24 ; 23; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 9; 26; 29; 3 27 4 28 5 29 6 30 7 31 8 32 9 33 10 34
- 15 35 16 36 17 37 18 38 19 39 20 40 21 41 22 42;
- 2; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 25; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !2; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- ! 28; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 26; 25; 26; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- 4; 3 ; 4; 27;
- 4; 4 ; 4; 28;
- 4; 5 ; 4; 29;
- 4; 6 ; 4; 30;
- 4; 7 ; 4; 31;
- 4; 8 ; 4; 32;
- 4; 9 ; 4; 33;
- 4; 10; 4; 34;
- 4; 15; 4; 35;
- 4; 16; 4; 36;
- 4; 17; 4; 37;
- 4; 18; 4; 38;
- 4; 19; 4; 39;
- 4; 20; 4; 40;
- 4; 21; 4; 41;
- 4; 22; 4; 42;
- 4; 27;4; 3 ;
- 4; 28;4; 4 ;
- 4; 29;4; 5 ;
- 4; 30;4; 6 ;
- 4; 31;4; 7 ;
- 4; 32;4; 8 ;
- 4; 33;4; 9 ;
- 4; 34;4; 10;
- 4; 35;4; 15;
- 4; 36; 4; 16;
- 4; 37;4; 17;
- 4; 38;4; 18;
- 4; 39;4; 19;
- 4; 40;4; 20;
- 4; 41;4; 21;
- 4; 42;4; 22;
- 2; 1; 4; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !4; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- ! 4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !2; 11; 5; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 2; 44; 26; 25;
- 27; 0; 27; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- 50; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 50; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- END
- ! *******************************************************************
- ! ** DEVICE: 29M16
- ! ** DATABOOK: PAGE
- ! **
- ! ** DESCRIPTION:
- ! ** - Copy combinatorial eqation 26 to .OBSF1 equations.
- ! ** - Create input equations BUR := IN for all buried pins.
- ! ** - Create input equations IN := IN for all i/o pins.
- ! ** - Copy GLOBAL.PRLD equation.
- ! ** - Copy GLOBAL.SETF to output nodes.
- ! ** - Copy GLOBAL.RSTF to output nodes.
- ! ** - If a clockf equation exists for a output equation
- ! ** copy it to the buried equation.
- ! ** - If a clockf equations exists for a buried equation
- ! ** copy it to the output equation.
- ! ** - Create .CLKF equations if they don't exist for the
- ! ** latched or registered outputs using pin 1.
- ! ** - Create .TRST equations if they don't exist for the outputs.
- ! **
- 29M16
- # PDT_TRST1 29_OE_PIN1 OE_PIN11 VCC_PIN24 GND_PIN12 DEFAULT_CLOCK1 OBSMUX1;
- # NUM_BUR_VEC1 GLOBAL_PIN25 I_O_PINS16 CLKF13 CLKF1 MODEL3_PRLD1 PHYPINS24;
- !2; 24 ; 13; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 2; 24 ; 23; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 9; 26; 29; 3 27 4 28 5 29 6 30 7 31 8 32 9 33 10 34
- 15 35 16 36 17 37 18 38 19 39 20 40 21 41 22 42;
- 2; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 25; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !2; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- ! 28; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 21; 25; 21; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- 22; 25; 22; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !2; 11 ; 13; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- !4; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- ! 4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- ! 4; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 4; 3 ; 4; 27;
- 4; 4 ; 4; 28;
- 4; 5 ; 4; 29;
- 4; 6 ; 4; 30;
- 4; 7 ; 4; 31;
- 4; 8 ; 4; 32;
- 4; 9 ; 4; 33;
- 4; 10; 4; 34;
- 4; 15; 4; 35;
- 4; 16; 4; 36;
- 4; 17; 4; 37;
- 4; 18; 4; 38;
- 4; 19; 4; 39;
- 4; 20; 4; 40;
- 4; 21; 4; 41;
- 4; 22; 4; 42;
- 4; 27;4; 3 ;
- 4; 28;4; 4 ;
- 4; 29;4; 5 ;
- 4; 30;4; 6 ;
- 4; 31;4; 7 ;
- 4; 32;4; 8 ;
- 4; 33;4; 9 ;
- 4; 34;4; 10;
- 4; 35;4; 15;
- 4; 36; 4; 16;
- 4; 37;4; 17;
- 4; 38;4; 18;
- 4; 39;4; 19;
- 4; 40;4; 20;
- 4; 41;4; 21;
- 4; 42;4; 22;
- 2; 1; 4; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- !4; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- !4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- 26; 25; 26; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- 2; 44; 26; 25;
- 27; 0; 27; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- 50; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 50; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
- END
- ! *******************************************************************
- ! ** DEVICE: 16V8
- ! ** DATABOOK:
- ! **
- ! ** DESCRIPTION:
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from Q bar.
- ! ** - Create Hidden nodes for the combinatorial since the feedback
- ! ** will be taken from the hidden nodes.
- ! ** - Create clockf equations.
- ! ** - Create the trst if the clockf exists.
- ! ** Note: Clockf equations only exist if registered outputs exist.
- ! ** - Exchange pins in the equations. (Feedback).
- ! **
- 16V8
- !# OE_PIN11 29_OE_PIN1 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 LOW_POWERUP1 XOR_PRLD1 PHYPINS20;
- # OE_PIN11 CLKF1 DEFAULT_CLOCK1 GND_PIN10 RA_PART1 XOR_COMPL1 VCC_PIN20 MODEL2_PRLD1 PHYPINS20;
- 3; 11; 23; 12 13 14 15 16 17 18 19;
- 2; 1; 4; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
- 27; 0; 27; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
- END
- ! *******************************************************************
- ! ** DEVICE: 20V8
- ! ** DATABOOK:
- ! **
- ! ** DESCRIPTION:
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from Q bar.
- ! ** - Create Hidden nodes for the combinatorial since the feedback
- ! ** will be taken from the hidden nodes.
- ! ** - Create clockf equations.
- ! ** - Create the trst if the clockf exists.
- ! ** Note: Clockf equations only exist if registered outputs exist.
- ! ** - Exchange pins in the equations. (Feedback).
- ! **
- 20V8
- # OE_PIN13 GND_PIN12 CLKF1 DEFAULT_CLOCK1 RA_PART1 XOR_COMPL1 VCC_PIN24 MODEL2_PRLD1 LOW_POWERUP1 PHYPINS24;
- 3; 13; 23; 15 16 17 18 19 20 21 22;
- 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
- 27; 0; 27; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
- END
- ! *******************************************************************
- ! ** DEVICE: 30S16
- ! ** DATABOOK: PAGE
- ! **
- ! ** DESCRIPTION:
- ! ** - Swap input pins for hidden pins.
- ! ** - Create input registered equations using hidden pins.
- ! ** - Create input combinatorial equations using hidden pins.
- ! ** - Search for the .SETF equations and create .SETF equations
- ! ** for each output bank.
- ! ** - Search for the .RSTF equations and create .RSTF equations
- ! ** for each output bank.
- ! ** - Search for the .CLKF equations and create .CLKF equations
- ! ** for each output bank.
- ! ** - Create all the .CLKF equations using CLKA pin.
- 30S16
- # SWP1 PHYPINS28 GND_PIN14 VCC_PIN28 PLS_PART1 POWER_UP_BURIED1 CLKF4 CLKF1 ;
- # NUM_BUR_VEC1 DEFAULT_CLOCK1 I_O_PINS8 OBSMUX1 ;
- 1; 21 22 23 24; 1; 45 46 47 48;
- 2; 21 22 23 24; 28; 45 46 47 48;
- 2; 21 22 23 24; 9; 45 46 47 48;
- 30; 10 11 12 13; 32; 10 11 12 13;
- 30; 15 16 17 18 29 30 31 32; 32; 15 16 17 18 29 30 31 32;
- 30; 8 9 19 20 33 34 35 36; 32; 8 9 19 20 33 34 35 36;
- 30; 37 38 39 40; 32; 37 38 39 40;
- 31; 10 11 12 13; 33; 10 11 12 13;
- 31; 15 16 17 18 29 30 31 32; 33; 15 16 17 18 29 30 31 32;
- 31; 8 9 19 20 33 34 35 36; 33; 8 9 19 20 33 34 35 36;
- 31; 37 38 39 40; 33; 37 38 39 40;
- 14; 10 11 12 13; 5; 10 11 12 13;
- 14; 15 16 17 18; 5; 15 16 17 18;
- 34; 21 22 23 24; 4; 45 46 47 48;
- 34; 10 11 12 13 37 38 39 40; 4; 10 11 12 13 37 38 39 40;
- 34; 15 16 17 18 29 30 31 32; 4;15 16 17 18 29 30 31 32;
- 34; 8 9 19 20 33 34 35 36; 4; 8 9 19 20 33 34 35 36;
- 2; 1; 4; 8 9 10 11 12 13 15 16 17 18 19 20 45 46 47 48 29
- 30 31 32 33 34 35 36 37 38 39 40;
- 9; 43; 29; 15 29 16 30 17 31 18 32 8 33 9 34 19 35 20 36
- 10 37 11 38 12 39 13 40;
- 27; 0; 27; 8 9 10 11 12 13 15 16 17 18 19 20 45 46 47 48 29
- 30 31 32 33 34 35 36 37 38 39 40;
- 50; 8 9 19 20 15 16 17 18;
- 50; 33 34 35 36 29 30 31 32;
- END
- ! *******************************************************************
- ! ** DEVICE: 30K12
- ! ** DATABOOK: PAGE
- ! **
- ! ** DESCRIPTION:
- ! ** Special note: The physical pins range 1..28
- ! ** The logical & buried pins range 29..36
- ! ** The grey counter macref pins range 37..56
- ! ** Hidden nodes range from 57..on
- ! ** - Link in the Grey Counter. Pins 45..52 are inputs D0..D7.
- ! ** Pins 53 54 55 56 are INIT LOAD HOLD CLK respectivly.
- ! ** Pins 37..44 are outputs Q0..Q7.
- ! ** - Swap input pins for hidden pins.
- ! ** - Create input registered equations using hidden pins.
- ! ** - Create input combinatorial equations using hidden pins.
- ! ** - Search for the .SETF equations and create .SETF equations
- ! ** for each output bank.
- ! ** - Search for the .RSTF equations and create .RSTF equations
- ! ** for each output bank.
- ! ** - Search for the .CLKF equations and create .CLKF equations
- ! ** for each output bank.
- ! ** - Create all the .CLKF equations using CLKA pin.
- 30K12
- # SWP1 PHYPINS28 GND_PIN14 VCC_PIN28 CLKF4 CLKF1 DEFAULT_CLOCK1 OBSMUX1 ;
- 36; 45 46 47 48 49 50 51 52 53 54 55 56; 36; 37 38 39 40 41 42 43 44;
- 30; 10 11 12 13; 32; 10 11 12 13;
- 30; 15 16 17 18; 32; 15 16 17 18;
- 30; 8 9 19 20 29 30 31 32; 32; 8 9 19 20 29 30 31 32;
- 31; 10 11 12 13; 33; 10 11 12 13;
- 31; 15 16 17 18; 33; 15 16 17 18;
- 31; 8 9 19 20 29 30 31 32; 33; 8 9 19 20 29 30 31 32;
- 14; 10 11 12 13; 5; 10 11 12 13;
- 14; 15 16 17 18; 5; 15 16 17 18;
- 34; 10 11 12 13; 4; 10 11 12 13;
- 34; 15 16 17 18; 4; 15 16 17 18;
- 34; 8 9 19 20 29 30 31 32; 4; 8 9 19 20 29 30 31 32;
- 2; 1; 4; 8 9 10 11 12 13 15 16 17 18 19 20 29 30 31 32;
- 9; 35; 29; 13 37 12 38 11 39 10 40;
- 9; 36; 37; 13 41 12 42 11 43 10 44;
- END
- ! *******************************************************************
- ! ** DEVICE: 105
- ! ** DATABOOK: PAGE 5-333
- ! **
- ! ** DESCRIPTION:
- ! ** - Create dummy S equation if no S equation exists. This is
- ! ** done so a SR storage unit will be created so it can be
- ! ** initialized to high upon powerup. out.s = x where x is
- ! ** is a pin greater than pins in the pin list.
- ! ** - Create CLKF equations from pin 1 if it does not exist.
- ! ** - Search for TRST equations and create TRST equations.
- ! ** - Create SETF eqations.
- ! ** - Initialize the SR storage units to high.
- ! **
- 105
- # SWP1 CLKF1 DEFAULT_CLOCK1 OE_PIN19 GND_PIN14 VCC_PIN28 PHYPINS28 POWER_UP_BURIED1;
- !2; 19; 5; 10 11 12 13 15 16 17 18;
- 2; 36; 8; 10 11 12 13 15 16 17 18 29 30 31 32 33 34;
- 2; 1; 4; 10 11 12 13 15 16 17 18 29 30 31 32 33 34;
- !14; 10 11 12 13 15 16 17 18; 5; 10 11 12 13 15 16 17 18;
- 3; 19; 49; 10 11 12 13 15 16 17 18 ;
- 12; 0; 12; 10 11 12 13 15 16 17 18 29 30 31 32 33 34;
- END
- ! *******************************************************************
- ! ** DEVICE: 167
- ! ** DATABOOK: PAGE 5-334
- ! **
- ! ** DESCRIPTION:
- ! ** - Create dummy S equation if no S equation exists. This is
- ! ** done so a SR storage unit will be created so it can be
- ! ** initialized to high upon powerup. out.s = x where x is
- ! ** is a pin greater than pins in the pin list.
- ! ** - Create CLKF equations from pin 1 if it does not exist.
- ! ** - Search for TRST equations and create TRST equations.
- ! ** - Create SETF eqations if no TRST equation exists.
- ! ** - Initialize the SR storage units to high.
- ! ** - Create hidden node pins 34 & 35.
- ! ** - Copy SEQN, REQN, CLKF and SETF for pins 34 & 35.
- ! ** Note Pin 33 is the dummy dont care node.
- ! ** Pin 34 & 35 are the hidden feedback pins.
- ! **
- 167
- # SWP1 CLKF1 DEFAULT_CLOCK1 OE_PIN16 GND_PIN12 VCC_PIN24 PHYPINS24 POWER_UP_BURIED1;
- !3; 16; 5; 9 10 11 13 14 15 25 26 27 28 29 30 34 35;
- 2; 33; 8; 9 10 11 13 14 15 25 26 27 28 29 30;
- 14; 9 10 11 13 14 15; 5; 9 10 11 13 14 15;
- 15; 14 15; 16; 34 35;
- 8; 14 15; 17; 34 35;
- 1; 14 15; 1; 34 35;
- 3; 16; 49; 9 10 11 13 14 15 ;
- 2; 1; 4; 9 10 11 13 14 15 25 26 27 28 29 30 34 35;
- 12; 0; 12; 9 10 11 13 14 15 25 26 27 28 29 30 34 35;
- END
- ! *******************************************************************
- ! ** DEVICE: 168
- ! ** DATABOOK: PAGE 5-334
- ! **
- ! ** DESCRIPTION:
- ! ** - Create dummy S equation if no S equation exists. This is
- ! ** done so a SR storage unit will be created so it can be
- ! ** initialized to high upon powerup. out.s = x where x is
- ! ** is a pin greater than pins in the pin list.
- ! ** - Create CLKF equations from pin 1 if it does not exist.
- ! ** - Search for TRST equations and create TRST equations.
- ! ** - Create SETF eqations if no TRST equation exists.
- ! ** - Initialize the SR storage units to high.
- ! ** - Create hidden node pins 34 & 35.
- ! ** - Copy SEQN, REQN, CLKF and SETF for pins 33 to 36.
- ! ** Note Pin 32 is the dummy dont care node.
- ! ** Pin 33, 34, 35 & 36 are the hidden feedback pins.
- ! **
- 168
- # SWP1 CLKF1 DEFAULT_CLOCK1 OE_PIN17 GND_PIN12 VCC_PIN24 PHYPINS24 POWER_UP_BURIED1;
- !3; 17; 5; 8 9 10 11 13 14 15 16 25 26 27 28 29 30 33 34 35 36;
- 2; 32; 8; 8 9 10 11 13 14 15 16 25 26 27 28 29 30;
- 14; 8 9 10 11 13 14 15 16; 5; 8 9 10 11 13 14 15 16;
- 15; 13 14 15 16; 16; 33 34 35 36;
- 8; 13 14 15 16; 17; 33 34 35 36;
- 1; 13 14 15 16; 1; 33 34 35 36;
- 3; 17; 49; 8 9 10 11 13 14 15 16 ;
- 2; 1; 4; 8 9 10 11 13 14 15 16 25 26 27 28 29 30 33 34 35 36;
- 12; 0; 12; 8 9 10 11 13 14 15 16 25 26 27 28 29 30 33 34 35 36;
- END
- ! *******************************************************************
- ! ** DEVICE: 20C1
- ! ** DATABOOK: PAGE 5-65
- ! **
- ! ** DESCRIPTION:
- ! ** - Create an output equation for pin 15 or 16. If one does not
- ! ** have an output equation create it from the other. Give it the
- ! ** correct polarity.
- ! **
- 16C1
- # GND_PIN10 VCC_PIN20;
- 9; 15; 10; 16;
- 9; 16; 11; 15;
- END
- ! *******************************************************************
- ! ** DEVICE: 20C1
- ! ** DATABOOK: PAGE 5-157
- ! **
- ! ** DESCRIPTION:
- ! ** - Create an output equation for pin 18 or 19. If one does not
- ! ** have an output equation create it from the other. Give it the
- ! ** correct polarity.
- ! **
- 20C1
- # GND_PIN12 VCC_PIN24;
- 9; 18; 10; 19;
- 9; 19; 11; 18;
- END
- ! *******************************************************************
- ! ** DEVICE: 32VX10
- ! ** DATABOOK: PAGE 5-70
- ! **
- ! ** DESCRIPTION:
- ! ** - Create Trst equations for output pins (default)
- ! ** - Copy GLOBAL.SETF to output nodes.
- ! ** - Copy GLOBAL.RSTF to output nodes.
- ! ** - Create .CLKF equations if they don't exist for the
- ! ** registered outputs using pin 1.
- ! ** - If a clockf equation exists for a output equation
- ! ** copy it to the buried equation.
- ! ** - Copy Prld equations of 25
- ! ** - Create 25.prld = 37
- ! ** - Power-up to Low
- ! ** - Create External Pin and Buried node conectivity
- ! **
- 32VX10
- # CLKF1 DEFAULT_CLOCK1 PDT_TRST1 SR1 CMBF_SUPPORT1 GND_PIN12 VCC_PIN24 ;
- # I_O_PINS10 MODEL3_PRLD1 GLOBAL_PIN25 PHYPINS24 ;
- 2; 24; 5; 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 31 32 33 34 35;
- 21; 25; 21;14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35;
- 22; 25; 22;14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35;
- 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35;
- 4; 14 15 16 17 18 19 20 21 22 23; 4; 26 27 28 29 30 31 32 33 34 35;
- 2; 14 15 16 17 18 19 20 21 22 23; 25; 26 27 28 29 30 31 32 33 34 35;
- 26; 25; 26; 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 31 32 33 34 35;
- 2; 37; 26; 25;
- 12; 0; 12; 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 31 32 33 34 35;
- 50; 14 15 16 17 18 19 20 21 22 23;
- 50; 26 27 28 29 30 31 32 33 34 35;
- END
- ! *******************************************************************
- ! ** DEVICE: 26V12
- ! ** DATABOOK: ---
- ! **
- ! ** DESCRIPTION:
- ! ** - Create input equations BUR := IN for all buried pins.
- ! ** - Copy GLOBAL.SETF to output nodes.
- ! ** - Copy GLOBAL.RSTF to output nodes.
- ! ** - If a clockf equation exists for a output equation
- ! ** copy it to the buried equation.
- ! ** - If a clockf equations exists for a buried equation
- ! ** copy it to the output equation.
- ! ** - Create .CLKF equations if they don't exist for the
- ! ** latched or registered outputs using pin 1.
- ! **
- 26V12
- # DEFAULT_CLOCK1 PDT_TRST1 SP1 VCC_PIN7 GND_PIN21 PIN_FEEDBACK1 CLKF4 CLKF1 ;
- # NUM_BUR_VEC1 GLOBAL_PIN29 I_O_PINS12 MODEL3_PRLD1 PHYPINS28 ;
- 21; 29; 21;15 16 17 18 19 20 22 23 24 25 26 27 30 31 32 33 34 35 36 37 38 39 40 41;
- 22; 29; 22;15 16 17 18 19 20 22 23 24 25 26 27 30 31 32 33 34 35 36 37 38 39 40 41;
- 4; 15 16 17 18 19 20 22 23 24 25 26 27; 4; 30 31 32 33 34 35 36 37 38 39 40 41;
- 4; 30 31 32 33 34 35 36 37 38 39 40 41; 4; 15 16 17 18 19 20 22 23 24 25 26 27;
- 2; 1; 4; 15 16 17 18 19 20 22 23 24 25 26 27 30 31 32 33 34 35 36 37 38 39 40 41;
- 26; 29; 26; 15 16 17 18 19 20 22 23 24 25 26 27 30 31 32 33 34 35 36 37 38 39 40 41;
- 2; 42; 26; 29;
- 27; 0; 27; 15 16 17 18 19 20 22 23 24 25 26 27 30 31 32 33 34 35 36 37 38 39 40 41;
- 50; 15 16 17 18 19 20 22 23 24 25 26 27;
- 50; 30 31 32 33 34 35 36 37 38 39 40 41;
- END
- ! *******************************************************************
- ! ** DEVICE: 23S8
- ! ** DATABOOK: ---
- ! **
- ! ** DESCRIPTION:
- ! ** - Create input equations BUR := IN for all buried pins.
- ! ** - Copy GLOBAL.SETF to output nodes.
- ! ** - Copy GLOBAL.RSTF to output nodes.
- ! ** - If a clockf equation exists for a output equation
- ! ** copy it to the buried equation.
- ! ** - If a clockf equations exists for a buried equation
- ! ** copy it to the output equation.
- ! ** - Create .CLKF equations if they don't exist for the
- ! ** latched or registered outputs using pin 1.
- ! **
- 23S8
- # CLKF1 DEFAULT_CLOCK1 SP1 VCC_PIN20 GND_PIN10 GLOBAL_PIN21 PDT_TRST1 ;
- # NUM_BUR_VEC1 I_O_PINS8 PHYPINS20 MODEL3_PRLD1 POWER_UP_BURIED1 OBSMUX1;
- 2; 20; 23; 12 13 14 15 16 17 18 19 ;
- 9; 22; 29; 13 25 14 26 15 27 16 28 17 29 18 30 ;
- 21;21; 21; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32;
- 22;21; 22; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32;
- 2; 1; 4; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32 ;
- 4; 12 13 13 14 15 16 17 18 18 19 ; 4; 23 24 25 26 27 28 29 30 31 32;
- 2; 33; 26; 21;
- 27; 0; 27; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32;
- 50; 12 13 14 15 16 17 18 19;
- 50; 23 24 26 27 28 29 30 32;
- 50; 13 18;
- 50; 25 31;
- END
- 20R8
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 MODEL2_PRLD1 PHYPINS24;
- 3; 13; 5; 15 16 17 18 19 20 21 22 ;
- 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 ;
- 27; 0; 27; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 ;
- END
- 20R6
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 MODEL2_PRLD1 PHYPINS24 ;
- 3; 13; 5; 16 17 18 19 20 21;
- 2; 1; 4; 16 17 18 19 20 21 25 26 27 28 29 30 ;
- 27; 0; 27; 16 17 18 19 20 21 25 26 27 28 29 30;
- END
- 20R4
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 MODEL2_PRLD1 PHYPINS24;
- 3; 13; 5; 17 18 19 20 ;
- 2; 1; 4; 17 18 19 20 25 26 27 28 ;
- 27; 0; 27; 17 18 19 20 25 26 27 28 ;
- END
- 20X10
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 PHYPINS24;
- 3; 13; 5; 14 15 16 17 18 19 20 21 22 23;
- 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34;
- 27; 0; 27; 14 15 16 17 18 19 20 21 22 23;
- END
- 20X8
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 PHYPINS24;
- 3; 13; 5; 15 16 17 18 19 20 21 22;
- 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
- 27; 0; 27; 15 16 17 18 19 20 21 22;
- END
- ! *******************************************************************
- ! ** DEVICE: 20X4
- ! ** DATABOOK: PAGE 5-121
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 13.
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from the Q-Bar output and may be different than the
- ! ** output pin.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Replace the feedback pin numbers in all the equatons with
- ! ** the pin numbers for the hidden nodes.
- ! **
- 20X4
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 PHYPINS24;
- 3; 13; 5; 17 18 19 20;
- 2; 1; 4; 17 18 19 20 25 26 27 28;
- 27; 0; 27; 17 18 19 20;
- END
- 22RX8
- # DEFAULT_CLOCK1 VCC_PIN24 PDT_TRST1 MODEL2_PRLD1 ;
- # XOR1 XOR_COMPL1 CMBF_SUPPORT1 GLOBAL_PIN25 CLKF1 PHYPINS24;
- 38; 26 27 28 29 30 31 32 33 ; 38; 15 16 17 18 19 20 21 22 ;
- 6; 15 16 17 18 19 20 21 22 ; 6; 26 27 28 29 30 31 32 33;
- 2; 15 16 17 18 19 20 21 22 ; 6; 26 27 28 29 30 31 32 33;
- 2; 2 3 4 5 6 7 8 9 ; 6; 26 27 28 29 30 31 32 33;
- 2; 2 3 4 5 6 7 8 9; 6; 15 16 17 18 19 20 21 22;
- 2; 15 16 17 18 19 20 21 22; 25; 26 27 28 29 30 31 32 33;
- 2; 15 16 17 18 19 20 21 22; 28; 26 27 28 29 30 31 32 33;
- 21; 25; 21;15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 33;
- 22; 25; 22;15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 33;
- 4; 15 16 17 18 19 20 21 22; 4; 26 27 28 29 30 31 32 33;
- 4; 26 27 28 29 30 31 32 33; 4; 15 16 17 18 19 20 21 22;
- 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 33;
- 26; 25; 26; 15 16 17 18 19 20 21 22 26 27 28 29 30 31 32 33;
- 2; 34; 26; 25;
- 27; 0; 27;15 16 17 18 19 20 21 22 26 27 28 29 30 31 32 33;
- END
- 16RP8
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN20 GND_PIN10 OE_PIN11 ;
- # MODEL2_PRLD1 XOR1 XOR_COMPL1 PHYPINS20;
- 3; 11; 5; 12 13 14 15 16 17 18 19;
- 2; 1; 4; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
- 27; 0; 27; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
- END
- 16RP6
- # CLKF1 DEFAULT_CLOCK1 VCC_PIN20 GND_PIN10 OE_PIN11 MODEL2_PRLD1 ;
- # XOR1 XOR_COMPL1 PHYPINS20;
- 3; 11; 5; 13 14 15 16 17 18;
- 2; 1; 4; 13 14 15 16 17 18 21 22 23 24 25 26;
- 27; 0; 27; 13 14 15 16 17 18 21 22 23 24 25 26;
- END
- 16RP4
- # DEFAULT_CLOCK1 VCC_PIN20 GND_PIN10 OE_PIN11 MODEL2_PRLD1;
- # RA_PART1 XOR_COMPL1 PHYPINS20 CLKF1;
- 3; 11; 5; 14 15 16 17;
- 2; 1; 4; 14 15 16 17 21 22 23 24;
- 27; 0; 27; 14 15 16 17 21 22 23 24;
- END
- 24R4
- # CLKF1 DEFAULT_CLOCK1 OE_PIN15 VCC_PIN7 MODEL2_PRLD1 ;
- # GND_PIN21 PHYPINS28 PDT_TRST1;
- 3; 15; 5; 19 20 22 23;
- 2; 1; 4; 19 20 22 23 29 30 31 32;
- 27; 0; 27; 19 20 22 23;
- END
- ! *******************************************************************
- ! ** DEVICE: 24R8
- ! ** DATABOOK: PAGE ----
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 15.
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from the Q-Bar output and may be different than the
- ! ** output pin.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Replace the feedback pin numbers in all the equatons with
- ! ** the pin numbers for the hidden nodes.
- ! **
- 24R8
- # CLKF1 DEFAULT_CLOCK1 OE_PIN15 GND_PIN21 MODEL2_PRLD1 ;
- # VCC_PIN7 PDT_TRST1 PHYPINS28;
- 3; 15; 5; 17 18 19 20 22 23 24 25;
- 2; 1; 4; 17 18 19 20 22 23 24 25 29 30 31 32 33 34 35 36;
- 27; 0; 27; 17 18 19 20 22 23 24 25;
- END
- 24R10
- # CLKF1 DEFAULT_CLOCK1 OE_PIN15 VCC_PIN7 MODEL2_PRLD1 GND_PIN21 PHYPINS28;
- 3; 15; 5; 16 17 18 19 20 22 23 24 25 26;
- 2; 1; 4; 16 17 18 19 20 22 23 24 25 26 29 30 31 32 33 34 35 36 37 38;
- 27; 0; 27; 16 17 18 19 20 22 23 24 25 26;
- END
- 24L10
- # PDT_TRST1 VCC_PIN7 GND_PIN21 PHYPINS28;
- END
- ! *******************************************************************
- ! ** DEVICE: 20RS8
- ! ** DATABOOK: PAGE 5-111
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 13.
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from the Q-Bar output and may be different than the
- ! ** output pin.
- ! ** - Create CLKF equations from pin 1 for all registered outputs.
- ! ** - Replace the feedback pin numbers in all the equatons with
- ! ** the pin numbers for the hidden nodes.
- ! **
- 20RS8
- # CLKF1 DEFAULT_CLOCK1 GND_PIN12 OE_PIN13 PDT_TRST1 VCC_PIN24 ;
- # MODEL2_PRLD1 RA_PART1 XOR_COMPL1 PHYPINS24;
- 3; 13; 23; 15 16 17 18 19 20 21 22;
- 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
- 27; 0; 27; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
- END
- 20RS10
- # CLKF1 DEFAULT_CLOCK1 GND_PIN12 OE_PIN13 PDT_TRST1 VCC_PIN24 ;
- # MODEL2_PRLD1 RA_PART1 XOR_COMPL1 PHYPINS24;
- 3; 13; 5; 14 15 16 17 18 19 20 21 22 23;
- 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34;
- 27; 0; 27; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34;
- END
- 20RS4
- # CLKF1 DEFAULT_CLOCK1 GND_PIN12 OE_PIN13 PDT_TRST1 VCC_PIN24 ;
- # MODEL2_PRLD1 RA_PART1 XOR_COMPL1 PHYPINS24;
- 3; 13; 5; 17 18 19 20;
- 2; 1; 4; 17 18 19 20 25 26 27 28;
- 27; 0; 27; 17 18 19 20 25 26 27 28 25 26 27 28;
- END
- 20S10
- # PDT_TRST1 GND_PIN12 VCC_PIN24 PHYPINS24;
- END
- ! *******************************************************************
- ! ** DEVICE: 20RA10
- ! ** DATABOOK: PAGE 5-102
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 13.
- ! **
- 20RA10
- # BOTH_SET_RST1 RA_PART1 XOR_COMPL1 PHYPINS24 GND_PIN12 ;
- # OE_PIN13 PRELOAD_PIN1 VCC_PIN24 MODEL2_PRLD1 AH_TRST1 ;
- 3; 13; 5; 14 15 16 17 18 19 20 21 22 23;
- 27; 0; 27; 14 15 16 17 18 19 20 21 22 23 ;
- END
- ! *******************************************************************
- ! ** DEVICE: 16RA8
- ! ** DATABOOK: PAGE 5-16
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations from pin 11.
- ! **
- 16RA8
- # BOTH_SET_RST1 RA_PART1 XOR_COMPL1 PHYPINS20 GND_PIN10 ;
- # OE_PIN11 PRELOAD_PIN1 VCC_PIN20 MODEL2_PRLD1 AH_TRST1 ;
- 3; 11; 5; 12 13 14 15 16 17 18 19 ;
- 27; 0; 27; 12 13 14 15 16 17 18 19 ;
- END
- 10H20P8
- #GND_PIN12 VCC_PIN24 PHYPINS24 SWP1 CLKF1 DEFAULT_CLOCK1;
- 2; 24; 23; 4 5 7 8 17 18 19 20 21;
- 2; 13; 4; 4 5 7 8 17 18 19 20 21;
- 12; 0; 12; 4 5 7 8 17 18 19 20 21;
- END
- 10H20G8
- #GND_PIN12 LATCH_LOW1 VCC_PIN24 PHYPINS24 SWP1 CLKF1 DEFAULT_CLOCK1 ;
- 2; 24; 23; 4 5 7 8 17 18 19 20 21;
- 2; 1; 4; 4 5 7 8 ;
- 2; 13; 4; 17 18 19 20 21;
- 12; 0; 12; 4 5 7 8 17 18 19 20 21;
- END
- 22P10
- # PDT_TRST1 CLKF1 DEFAULT_CLOCK1 GND_PIN12 VCC_PIN24 ;
- # PHYPINS24 SWP1 DEFAULT_CLOCK1 ;
- 2; 24; 23; 14 15 16 17 18 19 20 21 22 23;
- 2; 1; 4; 14 15 16 17 18 19 20 21 22 23;
- 27; 0; 27; 14 15 16 17 18 19 20 21 22 23;
- END
- 10H20EV8
- # CLKF3 DEFAULT_CLOCK3 SWP1 GND_PIN12 VCC_PIN24 PHYPINS24 ;
- # PDT_TRST1 MODEL3_PRLD1 GLOBAL_PIN25;
- 2; 24; 23; 4 5 7 8 17 18 20 21;
- 2; 3;4; 4 5 7 8 17 18 20 21;
- 12; 0; 12; 4 5 7 8 17 18 20 21;
- 21; 25 25 25 25 25 25 25 25; 21;4 5 7 8 17 18 20 21;
- 22; 25 25 25 25 25 25 25 25; 22; 4 5 7 8 17 18 20 21;
- END
- 10H20EG8
- # SWP1 GND_PIN12 VCC_PIN24 PHYPINS24 PDT_TRST1 MODEL3_PRLD1 GLOBAL_PIN25;
- 2; 24; 23; 4 5 7 8 17 18 20 21;
- !2; 3;4; 4 5 7 8 17 18 20 21;
- 12; 0; 12; 4 5 7 8 17 18 20 21;
- 21; 25 25 25 25 25 25 25 25; 21;4 5 7 8 17 18 20 21;
- 22; 25 25 25 25 25 25 25 25; 22; 4 5 7 8 17 18 20 21;
- END
- ! *******************************************************************
- ! ** DEVICE: 110
- ! ** DATABOOK: PAGE - (Agarwal Doc)
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations using VCC pin 23
- ! ** - Create CLKF equations from pin 13 for all registered outputs.
- ! ** - Create Global pin equations for
- ! ** - 1) setf
- ! ** - 2) rstf
- ! ** - Create PRLD equation for GLOBAL pin
- ! ** - POWER UP to active high
- 110
- # SWP1 PDT_TRST1 VCC_PIN22 GND_PIN12 GLOBAL_PIN45 PHYPINS44 UD_VECTOR1 ;
- # CLKF13 CLKF35 NUM_BUR_VEC1 I_O_PINS32 DEFAULT_CLOCK35 ;
- 50; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29 ;
- 50; 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ;
- 50; 30 31 36 37 38 39 40 41 42 43 ;
- 50; 68 69 70 71 72 73 74 75 76 77 ;
- 2; 22; 23; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29 ;
- 2; 22; 23; 30 31 36 37 38 39 40 41 42 43 ;
- 2; 35; 4; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29;
- 2; 35; 4; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 55;
- 2; 35; 4; 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 21; 45; 21; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29;
- 21; 45; 21; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 ;
- 21; 45; 21; 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 22; 45; 22; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29;
- 22; 45; 22; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 ;
- 22; 45; 22; 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 30; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53;
- 21; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53;
- 30; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
- 21; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
- 30; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
- 21; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
- 30; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
- 21; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
- 31; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53;
- 22; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53;
- 31; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
- 22; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
- 31; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
- 22; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
- 31; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
- 22; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
- 2; 78; 26; 45;
- 27; 0; 27; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 ;
- 27; 0; 27; 27 28 29 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 ;
- 27; 0; 27; 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- END
- ! *******************************************************************
- ! ** DEVICE: 120
- ! ** DATABOOK: PAGE - (Agarwal Doc)
- ! **
- ! ** DESCRIPTION:
- ! ** - Create Flags
- ! ** - Create associativity between bur nodes and ext pin
- ! ** - Create TRST equations using VCC pin 23
- ! ** - Create CLKF equations from pin 35 for all registered outputs.
- ! ** - Create Global pin equations for
- ! ** - Copy setf && rstf eqns of GLOBAL pin to all the pins and nodes
- ! ** - 1) share the SETF for all pins belonging to a bank
- ! ** - 2) share the RSTF for all pins belonging to a bank
- ! ** - Create PRLD equation for GLOBAL pin
- ! ** - POWER UP to active low
- 120
- # SWP1 PDT_TRST1 VCC_PIN68 GND_PIN1 GLOBAL_PIN45 PHYPINS64 UD_VECTOR1 ;
- # CLKF16 CLKF17 CLKF50 CLKF51 NUM_BUR_VEC1 I_O_PINS32 DEFAULT_CLOCK51;
- 50; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 ;
- 50; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
- 50; 30 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 ;
- 50; 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 50; 58 59 60 62 63 64 65 66 67;
- 50; 109 110 111 112 113 114 115 116 117;
- 2; 68; 23; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 ;
- 2; 68; 23; 30 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 ;
- 2; 68; 23; 58 59 60 62 63 64 65 66 67;
- 2; 51; 4; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 ;
- 2; 51; 4; 30 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 ;
- 2; 51; 4; 58 59 60 62 63 64 65 66 67;
- 2; 51; 4; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
- 2; 51; 4; 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 69; 21; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 ;
- 21; 69; 21; 30 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 ;
- 21; 69; 21; 58 59 60 62 63 64 65 66 67;
- 21; 69; 21; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
- 21; 69; 21; 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 69; 21; 109 110 111 112 113 114 115 116 117;
- 21; 69; 22; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 ;
- 21; 69; 22; 30 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 ;
- 21; 69; 22; 58 59 60 62 63 64 65 66 67;
- 21; 69; 22; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
- 21; 69; 22;90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 69; 22; 109 110 111 112 113 114 115 116 117;
- 30; 2 3 4 5 6 7 9 10 11 12 13 14 70 71 72 73 74 75 76 77 78 79 80 81;
- 21; 2 3 4 5 6 7 9 10 11 12 13 14 70 71 72 73 74 75 76 77 78 79 80 81;
- 30; 21 22 23 24 25 26 28 29 30 31 32 33 82 83 84 85 86 87 88 89 90 91 92 93;
- 21; 21 22 23 24 25 26 28 29 30 31 32 33 82 83 84 85 86 87 88 89 90 91 92 93;
- 30; 36 37 38 39 40 41 43 44 45 46 47 48 94 95 96 97 98 99 100 101 102 103 104 105;
- 21; 36 37 38 39 40 41 43 44 45 46 47 48 94 95 96 97 98 99 100 101 102 103 104 105;
- 30; 55 56 57 58 59 60 62 63 64 65 66 67 106 107 108 109 110 111 112 113 114 115 116 117;
- 21; 55 56 57 58 59 60 62 63 64 65 66 67 106 107 108 109 110 111 112 113 114 115 116 117;
- 31; 2 3 4 5 6 7 9 10 11 12 13 14 70 71 72 73 74 75 76 77 78 79 80 81;
- 22; 2 3 4 5 6 7 9 10 11 12 13 14 70 71 72 73 74 75 76 77 78 79 80 81;
- 31; 21 22 23 24 25 26 28 29 30 31 32 33 82 83 84 85 86 87 88 89 90 91 92 93;
- 22; 21 22 23 24 25 26 28 29 30 31 32 33 82 83 84 85 86 87 88 89 90 91 92 93;
- 31; 36 37 38 39 40 41 43 44 45 46 47 48 94 95 96 97 98 99 100 101 102 103 104 105;
- 22; 36 37 38 39 40 41 43 44 45 46 47 48 94 95 96 97 98 99 100 101 102 103 104 105;
- 31; 55 56 57 58 59 60 62 63 64 65 66 67 106 107 108 109 110 111 112 113 114 115 116 117;
- 22; 55 56 57 58 59 60 62 63 64 65 66 67 106 107 108 109 110 111 112 113 114 115 116 117;
- 2; 118; 26; 69;
- 27; 0; 27; 2 3 4 5 6 7 9 10 11 12 13 14 70 71 72 73 74 75 76 77 78 79 80 81;
- 27; 0; 27; 21 22 23 24 25 26 28 29 30 31 32 33 82 83 84 85 86 87 88 89 90 91 92 93;
- 27; 0; 27; 36 37 38 39 40 41 43 44 45 46 47 48 94 95 96 97 98 99 100 101 102 103 104 105;
- 27; 0; 27; 55 56 57 58 59 60 62 63 64 65 66 67 106 107 108 109 110 111 112 113 114 115 116 117;
- END
- ! *******************************************************************
- ! ** DEVICE: 130
- ! ** DATABOOK: PAGE - (Agarwal Doc)
- ! **
- ! ** DESCRIPTION:
- ! ** - Create Flags
- ! ** - Create associativity between bur nodes and ext pin
- ! ** - Create TRST equations using VCC pin 23
- ! ** - Create CLKF equations from pin 35 for all registered outputs.
- ! ** - Create Global pin equations for
- ! ** - Copy setf && rstf eqns of GLOBAL pin to all the pins and nodes
- ! ** - 1) share the SETF for all pins belonging to a bank
- ! ** - 2) share the RSTF for all pins belonging to a bank
- ! ** - Create PRLD equation for GLOBAL pin
- ! ** - POWER UP to active low
- 130
- # SWP1 PDT_TRST1 VCC_PIN84 GND_PIN1 GLOBAL_PIN45 PHYPINS84 UD_VECTOR1 ;
- # CLKF20 CLKF23 CLKF62 CLKF 65 NUM_BUR_VEC1 I_O_PINS32 DEFAULT_CLOCK65 ;
- 50; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 50; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 50; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 50; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 50; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 50; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 50; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 50; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 2; 84; 23; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 2; 84; 23; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 2; 84; 23; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 2; 84; 23; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 2; 84; 23; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 2; 84; 23; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 2; 84; 23; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 2; 84; 23; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 2; 62; 4; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 2; 62; 4; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 2; 62; 4; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 2; 62; 4; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 2; 62; 4; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 2; 62; 4; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 2; 62; 4; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 2; 62; 4; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 21; 85; 21; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 21; 85; 21; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 21; 85; 21; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 21; 85; 21; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 21; 85; 21; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 21; 85; 21; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 21; 85; 21; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 21; 85; 21; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 21; 85; 22; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 21; 85; 22; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 21; 85; 22; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 21; 85; 22; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 21; 85; 22; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 21; 85; 22; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 21; 85; 22; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 21; 85; 22; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 30; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 21; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 30; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 21; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 30; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 21; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 30; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 21; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 30; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 21; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 30; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 21; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 30; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 21; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 30; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 21; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 31; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 22; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 31; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 22; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 31; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 22; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 31; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 22; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 31; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 22; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 31; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 22; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 31; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 22; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 31; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 22; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- 2; 149; 26; 85;
- 27; 0; 27; 3 4 5 6 7 9 10 12 13 14 15 16 17 18 19 ;
- 27; 0; 27; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
- 27; 0; 27; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40;
- 27; 0; 27; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
- 27; 0; 27; 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61;
- 27; 0; 27; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
- 27; 0; 27; 66 67 68 69 70 71 72 73 75 76 77 78 79 80 81 82;
- 27; 0; 27; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
- END
- ! *******************************************************************
- ! ** DEVICE: 210
- ! ** DATABOOK: PAGE - (Agarwal Doc)
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations using VCC pin 23
- ! ** - Create CLKF equations from pin 13 for all registered outputs.
- ! ** - Create Global pin equations for
- ! ** - 1) setf
- ! ** - 2) rstf
- ! ** - Create PRLD equation for GLOBAL pin
- ! ** - POWER UP to active high
- 210
- # SWP1 PDT_TRST1 VCC_PIN22 GND_PIN12 GLOBAL_PIN45 I_O_PINS32 UD_VECTOR1;
- # NUM_BUR_VEC2 PHYPINS44 CLKF13 CLKF35 DEFAULT_CLOCK35 ;
- 2; 22; 23; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29;
- 2; 22; 23; 30 31 36 37 38 39 40 41 42 43 ;
- 2; 35; 4; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29 ;
- 2; 35; 4; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 ;
- 2; 35; 4; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
- 2; 35; 4; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
- 2; 35; 4; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 21; 45; 21; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29 ;
- 21; 45; 21; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53;
- 21; 45; 21; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
- 21; 45; 21; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
- 21; 45; 21; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 22; 45; 22; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 28 29 ;
- 22; 45; 22; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53;
- 22; 45; 22; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
- 22; 45; 22; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
- 22; 45; 22; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ;
- 2; 110; 26; 45;
- 30; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61;
- 21; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61;
- 30; 14 15 16 17 18 19 20 21 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 21; 14 15 16 17 18 19 20 21 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 30; 24 25 26 27 28 29 30 31 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93;
- 21; 24 25 26 27 28 29 30 31 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93;
- 30; 36 37 38 39 40 41 42 43 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 21; 36 37 38 39 40 41 42 43 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 31; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61;
- 22; 2 3 4 5 6 7 8 9 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61;
- 31; 14 15 16 17 18 19 20 21 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 22; 14 15 16 17 18 19 20 21 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77;
- 31; 24 25 26 27 28 29 30 31 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93;
- 22; 24 25 26 27 28 29 30 31 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93;
- 31; 36 37 38 39 40 41 42 43 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 22; 36 37 38 39 40 41 42 43 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 27; 0; 27; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 ;
- 27; 0; 27; 28 29 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 ;
- 27; 0; 27; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
- 27; 0; 27; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
- 27; 0; 27; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
- 50; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 ;
- 50; 46 48 50 52 54 56 58 60 76 74 72 70 68 66 64 62 78 80 82 84 ;
- 50; 28 29 30 31 36 37 38 39 40 41 42 43 ;
- 50; 86 88 90 92 108 106 104 102 100 98 96 94 ;
- 50; 2 3 4 5 6 7 8 9 14 15 16 17 18 19 20 21 24 25 26 27 ;
- 50; 47 49 51 53 55 57 59 61 77 75 73 71 69 67 65 63 79 81 83 85 ;
- 50; 28 29 30 31 36 37 38 39 40 41 42 43 ;
- 50; 87 89 91 93 109 107 105 103 101 99 97 95 ;
- END
- ! *******************************************************************
- ! ** DEVICE: 220
- ! ** DATABOOK: PAGE - (Agarwal Doc)
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations using VCC pin 23
- ! ** - Create CLKF equations from pin 13 for all registered outputs.
- ! ** - Create Global pin equations for
- ! ** - 1) setf
- ! ** - 2) rstf
- ! ** - Create PRLD equation for GLOBAL pin
- ! ** - POWER UP to active high
- 220
- # PDT_TRST1 VCC_PIN68 GND_PIN12 GLOBAL_PIN45 I_O_PINS165 UD_VECTOR1 ;
- # NUM_BUR_VEC2 PHYPINS68 CLKF16 CLKF17 CLKF50 CLKF51 DEFAULT_CLOCK51 ;
- 2; 68; 23; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
- 2; 68; 23; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
- 2; 68; 23; 62 63 64 65 66 67;
- 2; 51; 4; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
- 2; 51; 4; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
- 2; 51; 4; 62 63 64 65 66 67;
- 2; 51; 4; 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90;
- 2; 51; 4; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 2; 51; 4; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 2; 51; 4; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 2; 51; 4; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 2; 51; 4; 158 159 160 161 162 163 164 165;
- 21; 69; 21; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
- 21; 69; 21; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
- 21; 69; 21; 62 63 64 65 66 67;
- 21; 69; 21; 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90;
- 21; 69; 21; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 69; 21; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 21; 69; 21; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 21; 69; 21; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 21; 69; 21; 158 159 160 161 162 163 164 165;
- 21; 69; 22; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
- 21; 69; 22; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
- 21; 69; 22; 62 63 64 65 66 67;
- 21; 69; 22; 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90;
- 21; 69; 22; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 69; 22; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 21; 69; 22; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 21; 69; 22; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 21; 69; 22; 158 159 160 161 162 163 164 165;
- 2; 166; 26; 69;
- 30; 2 3 4 5 6 7 9 10 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86;
- 21; 2 3 4 5 6 7 9 10 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86;
- 30; 11 12 13 14 21 22 23 24 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102;
- 21; 11 12 13 14 21 22 23 24 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102;
- 30; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
- 21; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
- 30; 36 37 38 39 40 41 43 44 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 21; 36 37 38 39 40 41 43 44 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 30; 45 46 47 48 55 56 57 58 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 21; 45 46 47 48 55 56 57 58 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 30; 59 60 62 63 64 65 66 67 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167;
- 21;59 60 62 63 64 65 66 67 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167;
- 30; 2 3 4 5 6 7 9 10 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86;
- 22; 2 3 4 5 6 7 9 10 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86;
- 30; 11 12 13 14 21 22 23 24 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102;
- 22; 11 12 13 14 21 22 23 24 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102;
- 30; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
- 22; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
- 30; 36 37 38 39 40 41 43 44 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 22; 36 37 38 39 40 41 43 44 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 30; 45 46 47 48 55 56 57 58 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 22; 45 46 47 48 55 56 57 58 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 30; 59 60 62 63 64 65 66 67 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167;
- 22; 59 60 62 63 64 65 66 67 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167;
- 27; 0; 27; 2 3 4 5 6 7 9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
- 27; 0; 27; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
- 27; 0; 27; 62 63 64 65 66 67;
- 27; 0; 27; 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90;
- 27; 0; 27; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 27; 0; 27; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 27; 0; 27; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 27; 0; 27; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 27; 0; 27; 158 159 160 161 162 163 164 165;
- END
- ! *******************************************************************
- ! ** DEVICE: 230
- ! ** DATABOOK: PAGE - (Agarwal Doc)
- ! **
- ! ** DESCRIPTION:
- ! ** - Create TRST equations using VCC pin 23
- ! ** - Create CLKF equations from pin 13 for all registered outputs.
- ! ** - Create Global pin equations for
- ! ** - 1) setf
- ! ** - 2) rstf
- ! ** - Create PRLD equation for GLOBAL pin
- ! ** - POWER UP to active high
- 230
- # SWP1 PDT_TRST1 VCC_PIN84 GND_PIN1 GLOBAL_PIN85 I_O_PINS213 UD_VECTOR1 ;
- # NUM_BUR_VEC2 PHYPINS84 CLKF20 CLKF23 CLKF62 CLKF65 DEFAULT_CLOCK65;
- 2; 84; 23; 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 ;
- 2; 84; 23; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40 45 46 47 48 49 50;
- 2; 84; 23; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
- 2; 84; 23; 75 76 77 78 79 80 81 82;
- 2; 65; 4; 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 ;
- 2; 65; 4; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40 45 46 47 48 49 50;
- 2; 65; 4; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
- 2; 65; 4; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
- 2; 65; 4; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 2; 65; 4; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 2; 65; 4; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 2; 65; 4; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 2; 65; 4; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
- 2; 65; 4; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
- 2; 65; 4; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
- 2; 65; 4; 208 209 210 211 212 213;
- 21; 85; 21; 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 ;
- 21; 85; 21; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40 45 46 47 48 49 50;
- 21; 85; 21; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
- 21; 85; 21; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
- 21; 85; 21; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 85; 21; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 21; 85; 21; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 21; 85; 21; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 21; 85; 21; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
- 21; 85; 21; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
- 21; 85; 21; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
- 21; 85; 21; 208 209 210 211 212 213;
- 21; 85; 22; 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 ;
- 21; 85; 22; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40 45 46 47 48 49 50;
- 21; 85; 22; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
- 21; 85; 22; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
- 21; 85; 22; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 21; 85; 22; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 21; 85; 22; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 21; 85; 22; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 21; 85; 22; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
- 21; 85; 22; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
- 21; 85; 22; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
- 21; 85; 22; 208 209 210 211 212 213;
- 2; 214; 26; 85;
- 30; 3 4 5 6 7 8 9 10 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101;
- 21; 3 4 5 6 7 8 9 10 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101;
- 30; 12 13 14 15 16 17 18 19 102 103 104 105 106 107 108 109 110 11 112 113 114 115 116 117;
- 21; 12 13 14 15 16 17 18 19 102 103 104 105 106 107 108 109 110 11 112 113 114 115 116 117;
- 30; 24 25 26 27 28 29 30 31 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 21; 24 25 26 27 28 29 30 31 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 30; 33 34 35 36 37 38 39 40 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 21; 33 34 35 36 37 38 39 40 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 30; 45 46 47 48 49 50 51 52 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165;
- 21; 45 46 47 48 49 50 51 52 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165;
- 30;54 55 56 57 58 59 60 61 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181;
- 21;54 55 56 57 58 59 60 61 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181;
- 30;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
- 21;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
- 30;75 76 77 78 79 80 81 82 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213;
- 21;75 76 77 78 79 80 81 82 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213;
- 31; 3 4 5 6 7 8 9 10 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101;
- 22; 3 4 5 6 7 8 9 10 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101;
- 31; 12 13 14 15 16 17 18 19 102 103 104 105 106 107 108 109 110 11 112 113 114 115 116 117;
- 22; 12 13 14 15 16 17 18 19 102 103 104 105 106 107 108 109 110 11 112 113 114 115 116 117;
- 31; 24 25 26 27 28 29 30 31 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 22; 24 25 26 27 28 29 30 31 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133;
- 31; 33 34 35 36 37 38 39 40 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 22; 33 34 35 36 37 38 39 40 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149;
- 31; 45 46 47 48 49 50 51 52 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165;
- 22; 45 46 47 48 49 50 51 52 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165;
- 31;54 55 56 57 58 59 60 61 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181;
- 22;54 55 56 57 58 59 60 61 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181;
- 31;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
- 22;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
- 31;75 76 77 78 79 80 81 82 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213;
- 22;75 76 77 78 79 80 81 82 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213;
- 27; 0; 27; 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 ;
- 27; 0; 27; 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40 45 46 47 48 49 50;
- 27; 0; 27; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
- 27; 0; 27; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
- 27; 0; 27; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
- 27; 0; 27; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
- 27; 0; 27; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
- 27; 0; 27; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
- 27; 0; 27; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
- 27; 0; 27; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
- 27; 0; 27; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
- 27; 0; 27; 208 209 210 211 212 213;
- END
- ! **************************************************************************
- ! ** DEVICE: CE610
- ! ** DATABOOK: PAGE --
- ! **
- ! ** DESCRIPTION:
- ! ** 1..2 - Create CLKF with CLK PIN only if <output>.TRST exist.
- ! ** CLKF equations from pin 1 for registered outputs 3-10.
- ! ** CLKF equations from pin 13 for registered outputs 15-22.
- ! ** 3..6 - Copy output clk eqn to bn clk eqn and vice versa.
- ! ** 7 - Create output TRST with VCC pin if CLKF do not exist for that output.
- ! ** 8..9 - Create bn clkf if it does not exist.
- ! **10..13 - Copy output clk eqn to bn clk eqn and vice versa.
- ! ** (1) If no O.TRST then add it with VCC. (Output only) O[3..10,15..22]
- ! ** (2) If no O/R .CLKF then add it with PIN_1 for O[3..10], R[15..22].
- ! ** (3) If no O/R .CLKF then add it with PIN_13 for O[15..22], R[15..22].
- 610
- # DEFAULT_CLOCK1 PIN_FEEDBACK1 CLKF13 CLKF1 I_O_PINS16 PHYPINS24 ;
- # NUM_BUR_VEC1 MODEL1_PRLD1 LOW_POWERUP1 AH_TRST1 AL_T_FLIP_FLOP1;
- 2; 24; 5; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 2; 1; 4; 3 4 5 6 7 8 9 10 25 26 27 28 29 30 31 32;
- 2; 13; 4; 15 16 17 18 19 20 21 22 33 34 35 36 37 38 39 40;
- 22; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 22; 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
- 22; 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
- 22; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 39; 0 ; 39; 3 25 4 26 5 27 6 28 7 29 8 30 9 31 10 32
- 15 33 16 34 17 35 18 36 19 37 20 38 21 39 22 40;
- 27; 0; 27; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
- 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
- 50; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22;
- 50; 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
- END
- ! *******************************************************************
- ! ** DEVICE: 24V10
- ! ** DATABOOK:
- ! **
- ! ** DESCRIPTION:
- ! ** - Create Hidden nodes for the registers since the feedback
- ! ** is from Q bar.
- ! ** - Create Hidden nodes for the combinatorial since the feedback
- ! ** will be taken from the hidden nodes.
- ! ** - Create clockf equations.
- ! ** - Create the trst if the clockf exists.
- ! ** Note: Clockf equations only exist if registered outputs exist.
- ! ** - Exchange pins in the equations. (Feedback).
- ! **
- 24V10
- # CLKF1 DEFAULT_CLOCK1 29_OE_PIN1 OE_PIN15 GND_PIN21 VCC_PIN7 RA_PART1 XOR_COMPL1 PHYPINS28 ;
- 3; 15; 23; 16 17 18 19 20 22 23 24 25 26;
- 2; 1; 4; 16 17 18 19 20 22 23 24 25 26 29 30 31 32 33 34 35 36 37 38;
- 27; 0; 27; 16 17 18 19 20 22 23 24 25 26 29 30 31 32 33 34 35 36 37 38;
- END
- ! *******************************************************************
- ! ** DEVICE: 16V8HD
- ! ** DATABOOK:
- ! ** CREATED BY: TKO May 14 1990
- ! ** DESCRIPTION:
- ! ** Create Trst eqn for Output Pins ,, out.Trst = Pin 10
- ! ** Create CLKF for Output Pins ,,, out.CLKF = Pin 1
- ! ** Create CLKF for Buried Nodes ,,, out.CLKF = Pin 1
- ! ** Create CLKF ( Latch Enable eqn) for Input Buried Nodes
- ! ** Power Up all Output Pins to Active Low ( if exists reg eqn )
- ! ** Create corelation between i/o pins and buried Nodes
- 16V8HD
- # OE_PIN10 GND_PIN12 CLKF1 RA_PART1 XOR_COMPL1 I_O_PINS8 DEFAULT_CLOCK1 ;
- # NUM_BUR_VEC1 VCC_PIN24 LATCH_ENABLE_HIGH1 MODEL2_PRLD1 PHYPINS24;
- 3; 10; 23; 13 14 15 16 19 20 22 23;
- 2; 1; 4; 13 14 15 16 19 20 22 23;
- 2; 4; 4; 33 34 35 36 37 38 39 40;
- 2; 4; 4; 25 26 27 28 29 30 31 32;
- 27; 0; 27; 13 14 15 16 19 20 22 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
- 50; 13 14 15 16 19 20 22 23;
- 50; 33 34 35 36 37 38 39 40;
- END