home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / BACKUP.001 / DAT_PLDSIM.PDF < prev    next >
Encoding:
Text File  |  1991-03-07  |  68.7 KB  |  1,506 lines

  1. 16C1   1
  2. 20C1   1
  3. 16R4   1
  4. 16R6   1
  5. 32VX10 1
  6. 26V12  1
  7. 16R8   1
  8. 18U8   1
  9. 22V10  1
  10. 29MA16 1
  11. 29M16  1
  12. 105    1
  13. 167    1
  14. 168    1
  15. 30S16  1
  16. 30K12  1
  17. 16V8   1
  18. 20V8   1 
  19. 20X4   1
  20. 23S8   1
  21. 20R8   1
  22. 20R6   1
  23. 20R4   1
  24. 20X10  1
  25. 20X8   1
  26. 20X4   1
  27. 22RX8  1
  28. 16RP4  1
  29. 16RP6  1
  30. 16RP8  1
  31. 24R4   1
  32. 24R8   1
  33. 24R10  1
  34. 24L10  1
  35. 20RS8  1
  36. 20RS10 1
  37. 20RS4  1
  38. 20S10  1
  39. 20RA10 1
  40. 16RA8  1
  41. 10H20G8 1
  42. 10H20P8  1
  43. 22P10  1
  44. 10H20EV8 1
  45. 10H20EG8 1
  46. 610      1
  47. 110     1
  48. 120     1
  49. 130     1
  50. 210     1
  51. 220      1
  52. 230      1
  53. 24V10    1
  54. 16V8HD   1
  55. ! *******************************************************************
  56. ! ** SWAP      - Exchange pins.  The pin numbers in the input list 
  57. ! **             are substitued with the pin numbers in the output list
  58. ! **             that are in the equations.
  59. ! ** PIN       - Create an equation with this input pin.
  60. ! ** AH AL     - Active high / low polarity.
  61. ! ** CLKF      - Create an OUT.CLKF equation.
  62. ! ** SETF      - Create an OUT.SETF equation.
  63. ! ** RSTF      - Create an OUT.RSTF equation.
  64. ! ** PRLD      - Create an OUT.PRLD equation.
  65. ! ** TRST      - Create an OUT.TRST equation.
  66. ! ** DEQN      - Create an OUT := equation.
  67. ! ** COMB      - Create an OUT = equation.
  68. ! ** SEQN      - Create an OUT.S equation.
  69. ! ** LOAD      - Load storage element high / low for this pin.
  70. ! ** EQN       - Create an equation.
  71. ! ** BUR       - list of output & buried nodes.
  72. ! ** HIDDEN    - Create this pin node hidden.  The user will never
  73. ! **             see the node.  The hidden node numbers must be
  74. ! **             greater than the pins and buried nodes.
  75. ! ** INPUT_REG - Output pin number and associated Node number. 
  76. ! **             This is needed if a register can be used as
  77. ! **             an input register.
  78. ! ** 1$<eqn>   - Dont do this "action" if this equation
  79. ! **             does not exist for this output pin.
  80. ! ** 2$<eqn>   - Dont do this "action" if this equation 
  81. ! **             does not exist for any output pin.
  82. ! ** 3$<eqn>   - Do this "action" if this equation exists 
  83. ! **             for this output pin.
  84. ! ** 4$<eqn>   - Do this "action" if this equation exists 
  85. ! **             for any output pin.
  86. ! ** 5$PHYS    - Create this equation only for physical pins.
  87. ! **             Do not create this equation for buried nodes.
  88. ! ** 6$<eqn>   - Do this "action" if this equation do not exists 
  89. ! **             for this output pin.
  90. ! ** #         - Indicates the begining of a FLAG field.  These flags
  91. ! **             will give devices attributes other than the default.
  92. ! ** # SWP     - The PRELOAD command works in software only.  Generate
  93. ! **             a warning, turn JEDEC off and continue.
  94. ! ** # SP      - All stroage devices on this device default to asyncronous
  95. ! **             preset.  Change default to sync preset. (SETF)
  96. ! ** # SR      - All storage devices on this device default to async
  97. ! **             reset.  Change default to sync reset. (RSTF)
  98. ! ** # PRQ     - Preload is in Q NOT Q-bar.
  99. ! **
  100. ! ** 29_OE_PIN  - This flag is used in devices where TRST control Pin
  101. ! **           feature is Like the one 29M16
  102. ! **            - IFF_LAT This is 16v8HD latched input semantic.
  103. ! **
  104. ! *******************************************************************
  105. ATTRIBUTES
  106. 0;;
  107. 1;  SWAP;
  108. 2;  PIN    AH;
  109. 3;  PIN    AL;
  110. 4;  EQN    CLKF;
  111. 5;  EQN    TRST;
  112. 6;  EQN    DEQN;   
  113. 7;  EQN    DEQN    AL HIDDEN;
  114. 8;  EQN    SEQN;
  115. 9;  EQN    COMB;
  116. 10; EQN    COMB    AH;
  117. 11; EQN    COMB    AL;
  118. 12; LOAD   AH;
  119. 13; EQN    SETF    2$TRST;
  120. 14; EQN    SEARCH  TRST;
  121. 15; EQN    REQN;
  122. 16; EQN    REQN   AH HIDDEN;
  123. 17; EQN    SEQN   AH HIDDEN;
  124. 18; EQN    TRST   4$CLKF;
  125. 19; EQN    COMB   AL HIDDEN;
  126. 20; SWAP    3$DEQN;
  127. 21; EQN    SETF;
  128. 22; EQN    RSTF;
  129. 23; EQN    TRST   3$DEQN;
  130. 24; SWAP    3$DEQN;
  131. 25; EQN    INPUT_REG AL;
  132. 26; EQN    PRLD;
  133. 27; LOAD   AL;
  134. 28; EQN    INPUT_REG AH;
  135. 29; EQN    OBSF1 BUR 5$PHYS;
  136. 30; EQN    SEARCH SETF;
  137. 31; EQN    SEARCH RSTF;
  138. 32; EQN    SETF 1$RSTF;
  139. 33; EQN    RSTF 1$SETF;
  140. 34; EQN    SEARCH CLKF;
  141. 35; EQN    DEQN   AH HIDDEN;
  142. 36; GRAYCTR8;
  143. 37; EQN    OBSF2 BUR 5$PHYS;
  144. 38; SWAP   OUTPUT_PIN;
  145. 39; EQN    BUR 5$PHYS;
  146. 40; EQN    COMB   HIDDEN_AH;
  147. 41; EQN    LATCH;
  148. 42; EQN    LATCH 3$LATCH;
  149. 43; EQN    COMB  6$LATCH;
  150. 44; EQN    COMB  HIDDEN;
  151. 45; EQN    COMB  6$COMB;
  152. 46; EQN    COMB  6$DEQN;
  153. 47; SWAP    7$EQN;
  154. 48; EQN    DEQN   HIDDEN;
  155. 49; EQN    TRST    8$;
  156. 50; BUR;
  157. END
  158. ! *******************************************************************
  159. ! **
  160. ! ** The device fields have the following:
  161. ! ** Input Attributes; Input Pin List; Output Attributes; Output Pin List;
  162. ! **
  163. ! ** Note: Suggested order for creating equations:
  164. ! **   1 Create Output equations first.
  165. ! **   2 Create Functional equations second.
  166. ! **   2 Create Hidden equations third.
  167. ! **   3 Exchange ORfeedback fourth.
  168. ! **   4 Initialize storage primitives last.
  169. ! **
  170. ! *******************************************************************
  171. DEVICES
  172. ! *******************************************************************
  173. ! ** DEVICE:   16R4 
  174. ! ** DATABOOK: PAGE 5-49
  175. ! **
  176. ! ** DESCRIPTION:
  177. ! **    - Create TRST equations from pin 11.
  178. ! **    - Create Hidden nodes for the registers since the feedback 
  179. ! **      is from the Q-Bar output and may be different than the 
  180. ! **      output pin.
  181. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  182. ! **    - Replace the feedback pin numbers in all the equatons with 
  183. ! **      the pin numbers for the hidden nodes.
  184. ! **
  185. 16R4
  186. # OE_PIN11 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 PDT_TRST1 PHYPINS20 CLKF1 DEFAULT_CLOCK1;
  187. 3; 11; 5; 14 15 16 17;
  188. 2; 1; 4; 14 15 16 17 21 22 23 24;
  189. 27; 0; 27; 14 15 16 17; 
  190. END
  191. ! *******************************************************************
  192. ! ** DEVICE:   16R6
  193. ! ** DATABOOK: PAGE 5-49
  194. ! **
  195. ! ** DESCRIPTION:
  196. ! **    - Create TRST equations from pin 11.
  197. ! **    - Create Hidden nodes for the registers since the feedback 
  198. ! **      is from the Q-Bar output and may be different than the 
  199. ! **      output pin.
  200. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  201. ! **    - Replace the feedback pin numbers in all the equatons with 
  202. ! **      the pin numbers for the hidden nodes.
  203. ! **
  204. 16R6
  205. # OE_PIN11 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 PHYPINS20 CLKF1 DEFAULT_CLOCK1;
  206. 3; 11; 5; 13 14 15 16 17 18;
  207. 2; 1; 4; 13 14 15 16 17 18 21 22 23 24 25 26;
  208. 27; 0; 27; 13 14 15 16 17 18; 
  209. END
  210. ! *******************************************************************
  211. ! ** DEVICE:   16R8
  212. ! ** DATABOOK: PAGE 5-49
  213. ! **
  214. ! ** DESCRIPTION:
  215. ! **    - Create TRST equations from pin 11.
  216. ! **    - Create Hidden nodes for the registers since the feedback 
  217. ! **      is from the Q-Bar output and may be different than the 
  218. ! **      output pin.
  219. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  220. ! **    - Replace the feedback pin numbers in all the equatons with 
  221. ! **      the pin numbers for the hidden nodes.
  222. ! **
  223. 16R8
  224. # OE_PIN11 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 PHYPINS20 CLKF1 DEFAULT_CLOCK1;
  225. 3; 11; 5; 12 13 14 15 16 17 18 19;
  226. 2; 1; 4; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
  227. 27; 0; 27; 12 13 14 15 16 17 18 19; 
  228. END
  229. ! *******************************************************************
  230. ! ** DEVICE:   18U8 
  231. ! ** DATABOOK: PAGE 
  232. ! **
  233. ! ** DESCRIPTION:
  234. ! **    - Create TRST equations from pin 11.
  235. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  236. ! **    - Create global SETF & RSTF equations.
  237. ! **
  238. 18U8
  239. !# SP1 PRQ1 PDT_TRST1 SWITCH_OE11 VCC_PIN20 GND_PIN10 GLOBAL_PIN21 PHYPINS20;
  240. # SP1  CLKF1 DEFAULT_CLOCK1 PDT_TRST1 SWITCH_OE11 VCC_PIN20 GND_PIN10 GLOBAL_PIN21 MODEL3_PRLD1 PHYPINS20;
  241. !2; 11; 23; 12 13 14 15 16 17 18 19;
  242. 2;  1; 4; 12 13 14 15 16 17 18 19;
  243. 21; 21 21 21 21 21 21 21 21; 21; 12 13 14 15 16 17 18 19;
  244. 22; 21 21 21 21 21 21 21 21; 22; 12 13 14 15 16 17 18 19;
  245. 27; 0; 27;  12 13 14 15 16 17 18 19;
  246. END
  247. ! *******************************************************************
  248. ! ** DEVICE:   22V10
  249. ! ** DATABOOK: PAGE 
  250. ! **
  251. ! ** DESCRIPTION:
  252. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  253. ! **    - Create global SETF & RSTF equations.
  254. ! **
  255. 22V10
  256. # PDT_TRST1 SP1  CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 GLOBAL_PIN25 MODEL3_PRLD1 PHYPINS24 POWER_UP_BURIED1;
  257. 2; 24; 5; 14 15 16 17 18 19 20 21 22 23; 
  258. 2;  1; 4; 14 15 16 17 18 19 20 21 22 23 ;
  259. 21; 25 25 25 25 25 25 25 25 25 25; 21; 14 15 16 17 18 19 20 21 22 23;
  260. 22; 25 25 25 25 25 25 25 25 25 25; 22; 14 15 16 17 18 19 20 21 22 23;
  261. 27; 0; 27; 14 15 16 17 18 19 20 21 22 23 ;
  262. END
  263. ! *******************************************************************
  264. ! ** DEVICE:   29MA16
  265. ! ** DATABOOK: PAGE 
  266. ! **
  267. ! ** DESCRIPTION:
  268. ! **    - Copy combinatorial eqation 26 to .OBSF1 equations.
  269. ! **    - Create input equations BUR := IN for all buried pins.
  270. ! **    - Create input equations IN := IN for all i/o pins.
  271. ! **    - Copy GLOBAL.PRLD equation.
  272. ! **    - If a clockf equation exists for a output equation 
  273. ! **      copy it to the buried equation.
  274. ! **    - If a clockf equations exists for a buried equation
  275. ! **      copy it to the output equation.
  276. ! **    - Create .CLKF equations if they don't exist for the
  277. ! **      latched or registered outputs using pin 1.
  278. ! **    - Create .TRST equations if they don't exist for the outputs.
  279. ! **
  280. 29MA16
  281. # PDT_TRST1  DEFAULT_CLOCK1 29_OE_PIN1 OE_PIN11 VCC_PIN24 GND_PIN12 OBSMUX1;
  282. # NUM_BUR_VEC1 CLKF13 CLKF1 I_O_PINS16 GLOBAL_PIN25 MODEL3_PRLD1 PHYPINS24;
  283. 2; 24 ; 23; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  284. 9; 26; 29; 3 27 4 28 5 29 6 30 7 31 8 32 9 33 10 34 
  285.    15 35 16 36 17 37 18 38 19 39 20 40 21 41 22 42;
  286. 2; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  287.    25; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  288. !2; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  289. !   28; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  290. 26; 25; 26; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
  291.   27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  292. 4; 3 ; 4; 27;
  293. 4; 4 ; 4; 28;
  294. 4; 5 ; 4; 29;
  295. 4; 6 ; 4; 30;
  296. 4; 7 ; 4; 31;
  297. 4; 8 ; 4; 32;
  298. 4; 9 ; 4; 33;
  299. 4; 10; 4; 34;
  300. 4; 15; 4; 35;
  301. 4; 16; 4; 36; 
  302. 4; 17; 4; 37;
  303. 4; 18; 4; 38;
  304. 4; 19; 4; 39;
  305. 4; 20; 4; 40;
  306. 4; 21; 4; 41;
  307. 4; 22; 4; 42;
  308. 4; 27;4; 3 ; 
  309. 4; 28;4; 4 ; 
  310. 4; 29;4; 5 ;
  311. 4; 30;4; 6 ; 
  312. 4; 31;4; 7 ; 
  313. 4; 32;4; 8 ; 
  314. 4; 33;4; 9 ; 
  315. 4; 34;4; 10; 
  316. 4; 35;4; 15; 
  317. 4; 36; 4; 16; 
  318. 4; 37;4; 17; 
  319. 4; 38;4; 18; 
  320. 4; 39;4; 19; 
  321. 4; 40;4; 20; 
  322. 4; 41;4; 21; 
  323. 4; 42;4; 22; 
  324. 2; 1; 4; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22 
  325.    27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  326. !4; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  327. !   4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  328. !2; 11; 5; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  329. 2; 44; 26; 25;
  330. 27; 0; 27; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22 
  331.           27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  332. 50; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  333. 50; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  334. END
  335. ! *******************************************************************
  336. ! ** DEVICE:   29M16
  337. ! ** DATABOOK: PAGE 
  338. ! **
  339. ! ** DESCRIPTION:
  340. ! **    - Copy combinatorial eqation 26 to .OBSF1 equations.
  341. ! **    - Create input equations BUR := IN for all buried pins.
  342. ! **    - Create input equations IN := IN for all i/o pins.
  343. ! **    - Copy GLOBAL.PRLD equation.
  344. ! **    - Copy GLOBAL.SETF to output nodes.
  345. ! **    - Copy GLOBAL.RSTF to output nodes.
  346. ! **    - If a clockf equation exists for a output equation 
  347. ! **      copy it to the buried equation.
  348. ! **    - If a clockf equations exists for a buried equation
  349. ! **      copy it to the output equation.
  350. ! **    - Create .CLKF equations if they don't exist for the
  351. ! **      latched or registered outputs using pin 1.
  352. ! **    - Create .TRST equations if they don't exist for the outputs.
  353. ! **
  354. 29M16
  355. # PDT_TRST1  29_OE_PIN1 OE_PIN11 VCC_PIN24 GND_PIN12 DEFAULT_CLOCK1 OBSMUX1;
  356. # NUM_BUR_VEC1 GLOBAL_PIN25 I_O_PINS16 CLKF13 CLKF1 MODEL3_PRLD1 PHYPINS24;
  357. !2; 24 ; 13; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  358. 2; 24 ; 23; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  359. 9; 26; 29; 3 27 4 28 5 29 6 30 7 31 8 32 9 33 10 34 
  360.    15 35 16 36 17 37 18 38 19 39 20 40 21 41 22 42;
  361. 2; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  362.    25; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  363. !2; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  364. !   28; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  365. 21; 25; 21; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22
  366.   27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  367. 22; 25; 22; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22
  368.   27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  369. !2; 11 ; 13; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  370. !4; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  371. !   4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  372. !4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  373. !  4; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22; 
  374. 4; 3 ; 4; 27;
  375. 4; 4 ; 4; 28;
  376. 4; 5 ; 4; 29;
  377. 4; 6 ; 4; 30;
  378. 4; 7 ; 4; 31;
  379. 4; 8 ; 4; 32;
  380. 4; 9 ; 4; 33;
  381. 4; 10; 4; 34;
  382. 4; 15; 4; 35;
  383. 4; 16; 4; 36; 
  384. 4; 17; 4; 37;
  385. 4; 18; 4; 38;
  386. 4; 19; 4; 39;
  387. 4; 20; 4; 40;
  388. 4; 21; 4; 41;
  389. 4; 22; 4; 42;
  390. 4; 27;4; 3 ; 
  391. 4; 28;4; 4 ; 
  392. 4; 29;4; 5 ;
  393. 4; 30;4; 6 ; 
  394. 4; 31;4; 7 ; 
  395. 4; 32;4; 8 ; 
  396. 4; 33;4; 9 ; 
  397. 4; 34;4; 10; 
  398. 4; 35;4; 15; 
  399. 4; 36; 4; 16; 
  400. 4; 37;4; 17; 
  401. 4; 38;4; 18; 
  402. 4; 39;4; 19; 
  403. 4; 40;4; 20; 
  404. 4; 41;4; 21; 
  405. 4; 42;4; 22; 
  406. 2; 1; 4; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22 
  407.    27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  408. !4; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  409. !4; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  410. 26; 25; 26; 3 4 5 6 7 8 9 10 15 16 17 18 19 20 21 22
  411.   27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  412. 2; 44; 26; 25;
  413. 27; 0; 27; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22 
  414.            27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  415. 50; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22; 
  416. 50; 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42;
  417. END
  418. ! *******************************************************************
  419. ! ** DEVICE:   16V8
  420. ! ** DATABOOK: 
  421. ! **
  422. ! ** DESCRIPTION:
  423. ! **    - Create Hidden nodes for the registers since the feedback 
  424. ! **      is from Q bar.
  425. ! **    - Create Hidden nodes for the combinatorial since the feedback 
  426. ! **      will be taken from the hidden nodes.
  427. ! **    - Create clockf equations.
  428. ! **    - Create the trst if the clockf exists. 
  429. ! **      Note: Clockf equations only exist if registered outputs exist.
  430. ! **    - Exchange pins in the equations. (Feedback).
  431. ! **
  432. 16V8  
  433. !# OE_PIN11 29_OE_PIN1 GND_PIN10 VCC_PIN20 MODEL2_PRLD1 LOW_POWERUP1 XOR_PRLD1 PHYPINS20;
  434. # OE_PIN11 CLKF1 DEFAULT_CLOCK1 GND_PIN10  RA_PART1 XOR_COMPL1 VCC_PIN20 MODEL2_PRLD1 PHYPINS20;
  435. 3; 11; 23; 12 13 14 15 16 17 18 19;
  436. 2;  1;  4; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
  437. 27; 0; 27; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
  438. END
  439. ! *******************************************************************
  440. ! ** DEVICE:   20V8
  441. ! ** DATABOOK: 
  442. ! **
  443. ! ** DESCRIPTION:
  444. ! **    - Create Hidden nodes for the registers since the feedback 
  445. ! **      is from Q bar.
  446. ! **    - Create Hidden nodes for the combinatorial since the feedback 
  447. ! **      will be taken from the hidden nodes.
  448. ! **    - Create clockf equations.
  449. ! **    - Create the trst if the clockf exists. 
  450. ! **      Note: Clockf equations only exist if registered outputs exist.
  451. ! **    - Exchange pins in the equations. (Feedback).
  452. ! **
  453. 20V8  
  454. # OE_PIN13 GND_PIN12 CLKF1 DEFAULT_CLOCK1 RA_PART1 XOR_COMPL1 VCC_PIN24 MODEL2_PRLD1 LOW_POWERUP1 PHYPINS24;
  455. 3; 13; 23; 15 16 17 18 19 20 21 22;
  456. 2;  1;  4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
  457. 27; 0; 27; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
  458. END
  459. ! *******************************************************************
  460. ! ** DEVICE:   30S16
  461. ! ** DATABOOK: PAGE 
  462. ! **
  463. ! ** DESCRIPTION:
  464. ! **     - Swap input pins for hidden pins.
  465. ! **     - Create input registered equations using hidden pins.
  466. ! **     - Create input combinatorial equations using hidden pins.
  467. ! **     - Search for the .SETF equations and create .SETF equations
  468. ! **       for each output bank.
  469. ! **     - Search for the .RSTF equations and create .RSTF equations
  470. ! **       for each output bank.
  471. ! **     - Search for the .CLKF equations and create .CLKF equations
  472. ! **       for each output bank.
  473. ! **     - Create all the .CLKF equations using CLKA pin.
  474. 30S16
  475. # SWP1 PHYPINS28 GND_PIN14 VCC_PIN28  PLS_PART1 POWER_UP_BURIED1 CLKF4 CLKF1 ;
  476. # NUM_BUR_VEC1   DEFAULT_CLOCK1 I_O_PINS8 OBSMUX1 ;
  477. 1; 21 22 23 24;  1; 45 46 47 48;
  478. 2; 21 22 23 24; 28; 45 46 47 48;
  479. 2; 21 22 23 24;  9; 45 46 47 48;
  480. 30; 10 11 12 13; 32; 10 11 12 13;
  481. 30; 15 16 17 18 29 30 31 32; 32; 15 16 17 18 29 30 31 32;
  482. 30;  8  9 19 20 33 34 35 36; 32;  8  9 19 20 33 34 35 36;
  483. 30; 37 38 39 40; 32; 37 38 39 40;
  484. 31; 10 11 12 13; 33; 10 11 12 13;
  485. 31; 15 16 17 18 29 30 31 32; 33; 15 16 17 18 29 30 31 32;
  486. 31;  8  9 19 20 33 34 35 36; 33;  8  9 19 20 33 34 35 36;
  487. 31; 37 38 39 40; 33; 37 38 39 40;
  488. 14; 10 11 12 13;  5; 10 11 12 13;
  489. 14; 15 16 17 18;  5; 15 16 17 18;
  490. 34; 21 22 23 24;  4; 45 46 47 48;
  491. 34; 10 11 12 13 37 38 39 40; 4; 10 11 12 13 37 38 39 40;
  492. 34; 15 16 17 18 29 30 31 32; 4;15 16 17 18 29 30 31 32;
  493. 34;  8  9 19 20 33 34 35 36; 4; 8  9 19 20 33 34 35 36;
  494. 2; 1; 4; 8 9 10 11 12 13 15 16 17 18 19 20 45 46 47 48 29 
  495.    30 31 32 33 34 35 36 37 38 39 40;
  496. 9; 43; 29; 15 29 16 30 17 31 18 32  8 33 9 34 19 35 20 36 
  497.    10 37 11 38 12 39 13 40;
  498. 27; 0; 27; 8 9 10 11 12 13 15 16 17 18 19 20 45 46 47 48 29 
  499.    30 31 32 33 34 35 36 37 38 39 40;
  500. 50; 8  9  19 20 15 16 17 18;
  501. 50; 33 34 35 36 29 30 31 32; 
  502. END
  503. ! *******************************************************************
  504. ! ** DEVICE:   30K12
  505. ! ** DATABOOK: PAGE 
  506. ! **
  507. ! ** DESCRIPTION:
  508. ! **     Special note:  The physical pins range 1..28
  509. ! **                    The logical & buried pins range 29..36
  510. ! **                    The grey counter macref pins range 37..56
  511. ! **                    Hidden nodes range from 57..on
  512. ! **     - Link in the Grey Counter. Pins 45..52 are inputs D0..D7.
  513. ! **       Pins 53 54 55 56 are INIT LOAD HOLD CLK respectivly.
  514. ! **       Pins 37..44 are outputs Q0..Q7.
  515. ! **     - Swap input pins for hidden pins.
  516. ! **     - Create input registered equations using hidden pins.
  517. ! **     - Create input combinatorial equations using hidden pins.
  518. ! **     - Search for the .SETF equations and create .SETF equations
  519. ! **       for each output bank.
  520. ! **     - Search for the .RSTF equations and create .RSTF equations
  521. ! **       for each output bank.
  522. ! **     - Search for the .CLKF equations and create .CLKF equations
  523. ! **       for each output bank.
  524. ! **     - Create all the .CLKF equations using CLKA pin.
  525. 30K12
  526. # SWP1 PHYPINS28 GND_PIN14 VCC_PIN28 CLKF4 CLKF1 DEFAULT_CLOCK1 OBSMUX1 ;
  527. 36; 45 46 47 48 49 50 51 52 53 54 55 56; 36; 37 38 39 40 41 42 43 44;
  528. 30; 10 11 12 13; 32; 10 11 12 13;
  529. 30; 15 16 17 18; 32; 15 16 17 18;
  530. 30;  8  9 19 20 29 30 31 32; 32;  8  9 19 20 29 30 31 32;
  531. 31; 10 11 12 13; 33; 10 11 12 13;
  532. 31; 15 16 17 18; 33; 15 16 17 18;
  533. 31;  8  9 19 20 29 30 31 32; 33;  8  9 19 20 29 30 31 32;
  534. 14; 10 11 12 13; 5; 10 11 12 13;
  535. 14; 15 16 17 18; 5; 15 16 17 18;
  536. 34; 10 11 12 13; 4; 10 11 12 13;
  537. 34; 15 16 17 18; 4; 15 16 17 18;
  538. 34;  8  9 19 20 29 30 31 32; 4; 8  9 19 20 29 30 31 32;
  539. 2; 1; 4; 8 9 10 11 12 13 15 16 17 18 19 20 29 30 31 32;
  540. 9; 35; 29; 13 37 12 38 11 39 10 40;
  541. 9; 36; 37; 13 41 12 42 11 43 10 44;
  542. END
  543. ! *******************************************************************
  544. ! ** DEVICE:   105
  545. ! ** DATABOOK: PAGE 5-333
  546. ! **
  547. ! ** DESCRIPTION:
  548. ! **    - Create dummy S equation if no S equation exists.  This is
  549. ! **      done so a SR storage unit will be created so it can be  
  550. ! **      initialized to high upon powerup. out.s = x where x is 
  551. ! **      is a pin greater than pins in the pin list.
  552. ! **    - Create CLKF equations from pin 1 if it does not exist.
  553. ! **    - Search for TRST equations and create TRST equations.
  554. ! **    - Create SETF eqations.
  555. ! **    - Initialize the SR storage units to high.  
  556. ! **
  557. 105
  558. # SWP1  CLKF1 DEFAULT_CLOCK1 OE_PIN19 GND_PIN14 VCC_PIN28 PHYPINS28 POWER_UP_BURIED1;
  559. !2; 19; 5; 10 11 12 13 15 16 17 18;
  560. 2; 36; 8; 10 11 12 13 15 16 17 18 29 30 31 32 33 34;
  561. 2; 1; 4; 10 11 12 13 15 16 17 18 29 30 31 32 33 34;
  562. !14; 10 11 12 13 15 16 17 18; 5; 10 11 12 13 15 16 17 18;
  563. 3; 19; 49; 10 11 12 13 15 16 17 18 ;
  564. 12; 0; 12; 10 11 12 13 15 16 17 18 29 30 31 32 33 34;
  565. END
  566. ! *******************************************************************
  567. ! ** DEVICE:   167
  568. ! ** DATABOOK: PAGE 5-334
  569. ! **
  570. ! ** DESCRIPTION:
  571. ! **    - Create dummy S equation if no S equation exists.  This is
  572. ! **      done so a SR storage unit will be created so it can be  
  573. ! **      initialized to high upon powerup. out.s = x where x is 
  574. ! **      is a pin greater than pins in the pin list.
  575. ! **    - Create CLKF equations from pin 1 if it does not exist.
  576. ! **    - Search for TRST equations and create TRST equations.
  577. ! **    - Create SETF eqations if no TRST equation exists.
  578. ! **    - Initialize the SR storage units to high.  
  579. ! **    - Create hidden node pins 34 & 35.
  580. ! **    - Copy SEQN, REQN, CLKF and SETF for pins 34 & 35. 
  581. ! **    Note Pin 33 is the dummy dont care node.
  582. ! **         Pin 34 & 35 are the hidden feedback pins.
  583. ! **
  584. 167
  585. # SWP1 CLKF1 DEFAULT_CLOCK1 OE_PIN16 GND_PIN12 VCC_PIN24 PHYPINS24 POWER_UP_BURIED1;
  586. !3; 16; 5; 9 10 11 13 14 15 25 26 27 28 29 30 34 35;
  587. 2; 33; 8; 9 10 11 13 14 15 25 26 27 28 29 30;
  588. 14; 9 10 11 13 14 15; 5; 9 10 11 13 14 15;
  589. 15; 14 15; 16; 34 35;
  590. 8; 14 15; 17; 34 35;
  591. 1; 14 15; 1; 34 35;
  592. 3; 16; 49; 9 10 11 13 14 15 ;
  593. 2;  1;  4; 9 10 11 13 14 15 25 26 27 28 29 30 34 35;
  594. 12; 0; 12; 9 10 11 13 14 15 25 26 27 28 29 30 34 35;
  595. END
  596. ! *******************************************************************
  597. ! ** DEVICE:   168
  598. ! ** DATABOOK: PAGE 5-334
  599. ! **
  600. ! ** DESCRIPTION:
  601. ! **    - Create dummy S equation if no S equation exists.  This is
  602. ! **      done so a SR storage unit will be created so it can be  
  603. ! **      initialized to high upon powerup. out.s = x where x is 
  604. ! **      is a pin greater than pins in the pin list.
  605. ! **    - Create CLKF equations from pin 1 if it does not exist.
  606. ! **    - Search for TRST equations and create TRST equations.
  607. ! **    - Create SETF eqations if no TRST equation exists.
  608. ! **    - Initialize the SR storage units to high.  
  609. ! **    - Create hidden node pins 34 & 35.
  610. ! **    - Copy SEQN, REQN, CLKF and SETF for pins 33 to 36. 
  611. ! **    Note Pin 32 is the dummy dont care node.
  612. ! **         Pin 33, 34, 35 & 36 are the hidden feedback pins.
  613. ! **
  614. 168
  615. # SWP1  CLKF1 DEFAULT_CLOCK1 OE_PIN17 GND_PIN12 VCC_PIN24 PHYPINS24 POWER_UP_BURIED1;
  616. !3; 17; 5; 8 9 10 11 13 14 15 16 25 26 27 28 29 30 33 34 35 36;
  617. 2; 32; 8; 8 9 10 11 13 14 15 16 25 26 27 28 29 30;
  618. 14; 8 9 10 11 13 14 15 16; 5; 8 9 10 11 13 14 15 16;
  619. 15; 13 14 15 16; 16; 33 34 35 36;
  620. 8;  13 14 15 16; 17; 33 34 35 36;
  621. 1;  13 14 15 16;  1; 33 34 35 36;
  622. 3; 17; 49; 8 9 10 11 13 14 15 16 ;
  623. 2;  1;  4; 8 9 10 11 13 14 15 16 25 26 27 28 29 30 33 34 35 36;
  624. 12; 0; 12; 8 9 10 11 13 14 15 16 25 26 27 28 29 30 33 34 35 36;
  625. END
  626. ! *******************************************************************
  627. ! ** DEVICE:   20C1 
  628. ! ** DATABOOK: PAGE 5-65
  629. ! **
  630. ! ** DESCRIPTION:
  631. ! **    - Create an output equation for pin 15 or 16.  If one does not
  632. ! **      have an output equation create it from the other.  Give it the
  633. ! **      correct polarity.
  634. ! **
  635. 16C1
  636. # GND_PIN10 VCC_PIN20;
  637. 9; 15; 10; 16;
  638. 9; 16; 11; 15;
  639. END
  640. ! *******************************************************************
  641. ! ** DEVICE:   20C1 
  642. ! ** DATABOOK: PAGE 5-157
  643. ! **
  644. ! ** DESCRIPTION:
  645. ! **    - Create an output equation for pin 18 or 19.  If one does not
  646. ! **      have an output equation create it from the other.  Give it the
  647. ! **      correct polarity.
  648. ! **
  649. 20C1
  650. # GND_PIN12 VCC_PIN24;
  651. 9; 18; 10; 19;
  652. 9; 19; 11; 18;
  653. END
  654. ! *******************************************************************
  655. ! ** DEVICE:   32VX10 
  656. ! ** DATABOOK: PAGE 5-70
  657. ! **
  658. ! ** DESCRIPTION:
  659. ! **    - Create Trst equations for output pins (default)
  660. ! **    - Copy GLOBAL.SETF to output nodes.
  661. ! **    - Copy GLOBAL.RSTF to output nodes.
  662. ! **    - Create .CLKF equations if they don't exist for the
  663. ! **      registered outputs using pin 1.
  664. ! **    - If a clockf equation exists for a output equation 
  665. ! **      copy it to the buried equation.
  666. ! **    - Copy Prld equations of 25
  667. ! **    - Create 25.prld = 37
  668. ! **    - Power-up to Low
  669. ! **    - Create External Pin and Buried node conectivity
  670. ! **
  671. 32VX10 
  672. # CLKF1 DEFAULT_CLOCK1 PDT_TRST1 SR1 CMBF_SUPPORT1 GND_PIN12 VCC_PIN24 ;
  673. # I_O_PINS10 MODEL3_PRLD1 GLOBAL_PIN25 PHYPINS24 ;
  674. 2; 24; 5; 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 31 32 33 34 35; 
  675. 21; 25; 21;14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35;
  676. 22; 25; 22;14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35;
  677. 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34 35;
  678. 4; 14 15 16 17 18 19 20 21 22 23; 4; 26 27 28 29 30 31 32 33 34 35;
  679. 2; 14 15 16 17 18 19 20 21 22 23; 25; 26 27 28 29 30 31 32 33 34 35;
  680. 26; 25; 26; 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 31 32 33 34 35;
  681. 2; 37; 26; 25;
  682. 12; 0; 12; 14 15 16 17 18 19 20 21 22 23 26 27 28 29 30 31 32 33 34 35; 
  683. 50; 14 15 16 17 18 19 20 21 22 23; 
  684. 50; 26 27 28 29 30 31 32 33 34 35; 
  685. END
  686. ! *******************************************************************
  687. ! ** DEVICE:   26V12 
  688. ! ** DATABOOK: ---
  689. ! **
  690. ! ** DESCRIPTION:
  691. ! **    - Create input equations BUR := IN for all buried pins.
  692. ! **    - Copy GLOBAL.SETF to output nodes.
  693. ! **    - Copy GLOBAL.RSTF to output nodes.
  694. ! **    - If a clockf equation exists for a output equation 
  695. ! **      copy it to the buried equation.
  696. ! **    - If a clockf equations exists for a buried equation
  697. ! **      copy it to the output equation.
  698. ! **    - Create .CLKF equations if they don't exist for the
  699. ! **      latched or registered outputs using pin 1.
  700. ! **
  701. 26V12 
  702. # DEFAULT_CLOCK1 PDT_TRST1 SP1 VCC_PIN7 GND_PIN21 PIN_FEEDBACK1 CLKF4 CLKF1 ;
  703. # NUM_BUR_VEC1   GLOBAL_PIN29 I_O_PINS12 MODEL3_PRLD1 PHYPINS28 ;
  704. 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;
  705. 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;
  706. 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;
  707. 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; 
  708. 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;
  709. 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;
  710. 2; 42; 26; 29;
  711. 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;
  712. 50; 15 16 17 18 19 20 22 23 24 25 26 27; 
  713. 50; 30 31 32 33 34 35 36 37 38 39 40 41;
  714. END
  715. ! *******************************************************************
  716. ! ** DEVICE:   23S8 
  717. ! ** DATABOOK: ---
  718. ! **
  719. ! ** DESCRIPTION:
  720. ! **    - Create input equations BUR := IN for all buried pins.
  721. ! **    - Copy GLOBAL.SETF to output nodes.
  722. ! **    - Copy GLOBAL.RSTF to output nodes.
  723. ! **    - If a clockf equation exists for a output equation 
  724. ! **      copy it to the buried equation.
  725. ! **    - If a clockf equations exists for a buried equation
  726. ! **      copy it to the output equation.
  727. ! **    - Create .CLKF equations if they don't exist for the
  728. ! **      latched or registered outputs using pin 1.
  729. ! **
  730. 23S8
  731. # CLKF1 DEFAULT_CLOCK1 SP1 VCC_PIN20 GND_PIN10 GLOBAL_PIN21 PDT_TRST1 ;
  732. # NUM_BUR_VEC1  I_O_PINS8 PHYPINS20 MODEL3_PRLD1 POWER_UP_BURIED1 OBSMUX1;
  733. 2; 20; 23; 12 13 14 15 16 17 18 19 ;
  734. 9; 22; 29; 13 25 14 26  15 27 16 28  17 29  18 30 ;
  735. 21;21; 21; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32;
  736. 22;21; 22; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32;
  737. 2; 1; 4;  12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32 ;
  738. 4; 12 13 13 14 15 16 17 18 18 19 ; 4;  23 24 25 26 27 28 29 30 31 32;
  739. 2; 33; 26; 21;
  740. 27; 0; 27; 12 13 14 15 16 17 18 19 23 24 25 26 27 28 29 30 31 32;
  741. 50; 12 13 14 15 16 17 18 19; 
  742. 50; 23 24 26 27 28 29 30 32;
  743. 50; 13 18;
  744. 50; 25 31;
  745. END
  746. 20R8
  747. # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 MODEL2_PRLD1 PHYPINS24;
  748. 3; 13; 5; 15 16 17 18 19 20 21 22 ;
  749. 2; 1; 4; 15 16 17 18 19 20 21 22  25 26 27 28 29 30 31 32 ;
  750. 27; 0; 27; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 ;
  751. END
  752. 20R6
  753. # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 MODEL2_PRLD1 PHYPINS24 ;
  754. 3; 13; 5; 16 17 18 19 20 21;
  755. 2; 1; 4; 16 17 18 19 20 21 25 26 27 28 29 30 ;
  756. 27; 0; 27; 16 17 18 19 20 21 25 26 27 28 29 30;
  757. END
  758. 20R4
  759. # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 MODEL2_PRLD1 PHYPINS24;
  760. 3; 13; 5; 17 18 19 20 ;
  761. 2; 1; 4; 17 18 19 20 25 26 27 28 ;
  762. 27; 0; 27; 17 18 19 20 25 26 27 28 ;
  763. END
  764. 20X10
  765. # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 PHYPINS24;
  766. 3; 13; 5; 14 15 16 17 18 19 20 21 22 23;
  767. 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34;
  768. 27; 0; 27; 14 15 16 17 18 19 20 21 22 23;
  769. END
  770. 20X8
  771. # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 PHYPINS24;
  772. 3; 13; 5; 15 16 17 18 19 20 21 22;
  773. 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
  774. 27; 0; 27; 15 16 17 18 19 20 21 22;
  775. END
  776. ! *******************************************************************
  777. ! ** DEVICE:   20X4
  778. ! ** DATABOOK: PAGE 5-121
  779. ! **
  780. ! ** DESCRIPTION:
  781. ! **    - Create TRST equations from pin 13.
  782. ! **    - Create Hidden nodes for the registers since the feedback 
  783. ! **      is from the Q-Bar output and may be different than the 
  784. ! **      output pin.
  785. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  786. ! **    - Replace the feedback pin numbers in all the equatons with 
  787. ! **      the pin numbers for the hidden nodes.
  788. ! **
  789. 20X4
  790. # CLKF1 DEFAULT_CLOCK1 VCC_PIN24 GND_PIN12 OE_PIN13 PHYPINS24;
  791. 3; 13; 5; 17 18 19 20;
  792. 2; 1; 4; 17 18 19 20 25 26 27 28;
  793. 27; 0; 27; 17 18 19 20;
  794. END
  795. 22RX8
  796. # DEFAULT_CLOCK1 VCC_PIN24 PDT_TRST1 MODEL2_PRLD1 ;
  797. # XOR1 XOR_COMPL1 CMBF_SUPPORT1 GLOBAL_PIN25 CLKF1 PHYPINS24;
  798. 38; 26 27 28 29 30 31 32 33 ; 38;  15 16 17 18 19 20 21 22 ;
  799. 6; 15 16 17 18 19 20 21 22 ; 6; 26 27 28 29 30 31 32 33; 
  800. 2; 15 16 17 18 19 20 21 22 ; 6; 26 27 28 29 30 31 32 33; 
  801. 2; 2 3 4 5 6 7 8 9 ; 6; 26 27 28 29 30 31 32 33; 
  802. 2; 2 3 4 5 6 7 8 9; 6; 15 16 17 18 19 20 21 22;  
  803. 2; 15 16 17 18 19 20 21 22; 25; 26 27 28 29 30 31 32 33; 
  804. 2; 15 16 17 18 19 20 21 22; 28; 26 27 28 29 30 31 32 33; 
  805. 21; 25; 21;15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 33;
  806. 22; 25; 22;15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 33;
  807. 4; 15 16 17 18 19 20 21 22; 4; 26 27 28 29 30 31 32 33;
  808. 4; 26 27 28 29 30 31 32 33; 4; 15 16 17 18 19 20 21 22;
  809. 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32 33;
  810. 26; 25; 26; 15 16 17 18 19 20 21 22 26 27 28 29 30 31 32 33;
  811. 2; 34; 26; 25;
  812. 27; 0; 27;15 16 17 18 19 20 21 22 26 27 28 29 30 31 32 33;
  813. END
  814. 16RP8
  815. # CLKF1 DEFAULT_CLOCK1 VCC_PIN20 GND_PIN10 OE_PIN11 ;
  816. # MODEL2_PRLD1 XOR1 XOR_COMPL1 PHYPINS20; 
  817. 3; 11; 5; 12 13 14 15 16 17 18 19;
  818. 2; 1; 4; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28;
  819. 27; 0; 27; 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28; 
  820. END
  821. 16RP6
  822. # CLKF1 DEFAULT_CLOCK1 VCC_PIN20 GND_PIN10 OE_PIN11 MODEL2_PRLD1 ;
  823. # XOR1  XOR_COMPL1 PHYPINS20; 
  824. 3; 11; 5; 13 14 15 16 17 18;
  825. 2; 1; 4; 13 14 15 16 17 18 21 22 23 24 25 26;
  826. 27; 0; 27; 13 14 15 16 17 18 21 22 23 24 25 26; 
  827. END
  828. 16RP4
  829. # DEFAULT_CLOCK1 VCC_PIN20 GND_PIN10 OE_PIN11 MODEL2_PRLD1;
  830. # RA_PART1 XOR_COMPL1 PHYPINS20 CLKF1; 
  831. 3; 11; 5; 14 15 16 17;
  832. 2; 1; 4; 14 15 16 17 21 22 23 24;
  833. 27; 0; 27; 14 15 16 17 21 22 23 24;
  834. END
  835. 24R4
  836. # CLKF1 DEFAULT_CLOCK1 OE_PIN15 VCC_PIN7 MODEL2_PRLD1 ;
  837. # GND_PIN21 PHYPINS28 PDT_TRST1; 
  838. 3; 15; 5; 19 20 22 23;
  839. 2; 1; 4; 19 20 22 23 29 30 31 32;
  840. 27; 0; 27; 19 20 22 23;
  841. END
  842. ! *******************************************************************
  843. ! ** DEVICE:   24R8
  844. ! ** DATABOOK: PAGE ----
  845. ! **
  846. ! ** DESCRIPTION:
  847. ! **    - Create TRST equations from pin 15.
  848. ! **    - Create Hidden nodes for the registers since the feedback
  849. ! **      is from the Q-Bar output and may be different than the
  850. ! **      output pin.
  851. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  852. ! **    - Replace the feedback pin numbers in all the equatons with
  853. ! **      the pin numbers for the hidden nodes.
  854. ! **
  855. 24R8
  856. # CLKF1 DEFAULT_CLOCK1 OE_PIN15 GND_PIN21 MODEL2_PRLD1 ;
  857. # VCC_PIN7 PDT_TRST1 PHYPINS28; 
  858. 3; 15; 5; 17 18 19 20 22 23 24 25;
  859. 2; 1; 4; 17 18 19 20 22 23 24 25 29 30 31 32 33 34 35 36;
  860. 27; 0; 27; 17 18 19 20 22 23 24 25;
  861. END
  862. 24R10
  863. # CLKF1 DEFAULT_CLOCK1 OE_PIN15 VCC_PIN7 MODEL2_PRLD1 GND_PIN21 PHYPINS28; 
  864. 3; 15; 5; 16 17 18 19 20 22 23 24 25 26;
  865. 2; 1; 4; 16 17 18 19 20 22 23 24 25 26 29 30 31 32 33 34 35 36 37 38;
  866. 27; 0; 27; 16 17 18 19 20 22 23 24 25 26;
  867. END
  868. 24L10
  869. # PDT_TRST1 VCC_PIN7 GND_PIN21 PHYPINS28;
  870. END
  871. ! *******************************************************************
  872. ! ** DEVICE:   20RS8
  873. ! ** DATABOOK: PAGE 5-111
  874. ! **
  875. ! ** DESCRIPTION:
  876. ! **    - Create TRST equations from pin 13.
  877. ! **    - Create Hidden nodes for the registers since the feedback
  878. ! **      is from the Q-Bar output and may be different than the
  879. ! **      output pin.
  880. ! **    - Create CLKF equations from pin 1 for all registered outputs.
  881. ! **    - Replace the feedback pin numbers in all the equatons with
  882. ! **      the pin numbers for the hidden nodes.
  883. ! **
  884. 20RS8
  885. # CLKF1 DEFAULT_CLOCK1 GND_PIN12 OE_PIN13 PDT_TRST1 VCC_PIN24 ;
  886. # MODEL2_PRLD1 RA_PART1 XOR_COMPL1 PHYPINS24;
  887. 3; 13; 23; 15 16 17 18 19 20 21 22;
  888. 2; 1; 4; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32;
  889. 27; 0; 27; 15 16 17 18 19 20 21 22 25 26 27 28 29 30 31 32; 
  890. END
  891. 20RS10
  892. # CLKF1 DEFAULT_CLOCK1 GND_PIN12 OE_PIN13 PDT_TRST1 VCC_PIN24  ;
  893. # MODEL2_PRLD1 RA_PART1  XOR_COMPL1 PHYPINS24; 
  894. 3; 13; 5; 14 15 16 17 18 19 20 21 22 23;
  895. 2; 1; 4; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34;
  896. 27; 0; 27; 14 15 16 17 18 19 20 21 22 23 25 26 27 28 29 30 31 32 33 34;
  897. END
  898. 20RS4
  899. # CLKF1 DEFAULT_CLOCK1 GND_PIN12 OE_PIN13 PDT_TRST1 VCC_PIN24  ;
  900. # MODEL2_PRLD1 RA_PART1  XOR_COMPL1 PHYPINS24;
  901. 3; 13; 5; 17 18 19 20;
  902. 2; 1; 4; 17 18 19 20 25 26 27 28;
  903. 27; 0; 27; 17 18 19 20 25 26 27 28 25 26 27 28;
  904. END
  905. 20S10
  906. # PDT_TRST1 GND_PIN12 VCC_PIN24 PHYPINS24;
  907. END
  908. ! *******************************************************************
  909. ! ** DEVICE:   20RA10
  910. ! ** DATABOOK: PAGE 5-102
  911. ! **
  912. ! ** DESCRIPTION:
  913. ! **    - Create TRST equations from pin 13.
  914. ! **
  915. 20RA10
  916. # BOTH_SET_RST1 RA_PART1 XOR_COMPL1 PHYPINS24 GND_PIN12 ;
  917. # OE_PIN13 PRELOAD_PIN1 VCC_PIN24 MODEL2_PRLD1 AH_TRST1 ;
  918. 3; 13; 5; 14 15 16 17 18 19 20 21 22 23;
  919. 27; 0; 27; 14 15 16 17 18 19 20 21 22 23 ;
  920. END
  921. ! *******************************************************************
  922. ! ** DEVICE:   16RA8
  923. ! ** DATABOOK: PAGE 5-16
  924. ! **
  925. ! ** DESCRIPTION:
  926. ! **    - Create TRST equations from pin 11.
  927. ! **
  928. 16RA8
  929. # BOTH_SET_RST1 RA_PART1 XOR_COMPL1 PHYPINS20 GND_PIN10 ;
  930. # OE_PIN11 PRELOAD_PIN1 VCC_PIN20 MODEL2_PRLD1 AH_TRST1 ;
  931. 3; 11; 5; 12 13 14 15 16 17 18 19 ;
  932. 27; 0; 27; 12 13 14 15 16 17 18 19  ;
  933. END
  934. 10H20P8
  935. #GND_PIN12 VCC_PIN24 PHYPINS24 SWP1 CLKF1 DEFAULT_CLOCK1;
  936. 2; 24; 23;   4 5 7 8 17 18 19 20 21;
  937. 2; 13; 4;   4 5 7 8 17 18 19 20 21;
  938. 12; 0; 12; 4 5 7 8 17 18 19 20 21;
  939. END
  940. 10H20G8
  941. #GND_PIN12 LATCH_LOW1 VCC_PIN24 PHYPINS24 SWP1 CLKF1 DEFAULT_CLOCK1 ;
  942. 2; 24; 23;   4 5 7 8 17 18 19 20 21;
  943. 2; 1; 4;   4 5 7 8 ;
  944. 2; 13; 4; 17 18 19 20 21;
  945. 12; 0; 12; 4 5 7 8 17 18 19 20 21;
  946. END
  947. 22P10
  948. # PDT_TRST1 CLKF1 DEFAULT_CLOCK1 GND_PIN12 VCC_PIN24 ;
  949. # PHYPINS24 SWP1 DEFAULT_CLOCK1 ;
  950. 2; 24; 23; 14 15 16 17 18 19 20 21 22 23;
  951. 2; 1; 4;   14 15 16 17 18 19 20 21 22 23;
  952. 27; 0; 27; 14 15 16 17 18 19 20 21 22 23;
  953. END
  954. 10H20EV8
  955. # CLKF3 DEFAULT_CLOCK3 SWP1 GND_PIN12 VCC_PIN24 PHYPINS24 ;
  956. # PDT_TRST1 MODEL3_PRLD1 GLOBAL_PIN25;
  957. 2; 24; 23; 4 5 7 8 17 18 20 21;
  958. 2; 3;4; 4 5 7 8 17 18 20 21;
  959. 12; 0; 12; 4 5 7 8 17 18 20 21;
  960. 21; 25 25 25 25 25 25 25 25; 21;4 5 7 8 17 18 20 21; 
  961. 22; 25 25 25 25 25 25 25 25; 22; 4 5 7 8 17 18 20 21;
  962. END
  963. 10H20EG8
  964. # SWP1 GND_PIN12 VCC_PIN24 PHYPINS24 PDT_TRST1 MODEL3_PRLD1 GLOBAL_PIN25; 
  965. 2; 24; 23; 4 5 7 8 17 18 20 21;
  966. !2; 3;4; 4 5 7 8 17 18 20 21;
  967. 12; 0; 12; 4 5 7 8 17 18 20 21;
  968. 21; 25 25 25 25 25 25 25 25; 21;4 5 7 8 17 18 20 21; 
  969. 22; 25 25 25 25 25 25 25 25; 22; 4 5 7 8 17 18 20 21;
  970. END
  971. ! *******************************************************************
  972. ! ** DEVICE:   110
  973. ! ** DATABOOK: PAGE - (Agarwal Doc) 
  974. ! **
  975. ! ** DESCRIPTION:
  976. ! **    - Create TRST equations using VCC pin 23
  977. ! **    - Create CLKF equations from pin 13 for all registered outputs.
  978. ! **    - Create Global pin equations for
  979. ! **    -  1) setf
  980. ! **    -  2) rstf
  981. ! **    - Create PRLD equation for GLOBAL pin
  982. ! **    - POWER UP to active high
  983. 110
  984. # SWP1 PDT_TRST1 VCC_PIN22 GND_PIN12 GLOBAL_PIN45 PHYPINS44 UD_VECTOR1 ;
  985. # CLKF13 CLKF35 NUM_BUR_VEC1 I_O_PINS32 DEFAULT_CLOCK35 ;
  986. 50; 2  3  4  5  6  7  8  9  14 15 16 17 18 19 20 21 24 25 26 27 28 29 ;
  987. 50; 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ;
  988. 50; 30 31 36 37 38 39 40 41 42 43 ;
  989. 50; 68 69 70 71 72 73 74 75 76 77 ;
  990. 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 ;
  991. 2;  22; 23; 30 31 36 37 38 39 40 41 42 43 ;
  992. 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;
  993. 2;  35; 4; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 55;
  994. 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;
  995. 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;
  996. 21; 45; 21; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 ;
  997. 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;
  998. 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;
  999. 22; 45; 22; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 54 ;
  1000. 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;
  1001. 30; 2  3  4  5  6  7  8  9  46 47 48 49 50 51 52 53;
  1002. 21; 2  3  4  5  6  7  8  9  46 47 48 49 50 51 52 53;
  1003. 30; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
  1004. 21; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
  1005. 30; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
  1006. 21; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
  1007. 30; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
  1008. 21; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
  1009. 31; 2  3  4  5  6  7  8  9  46 47 48 49 50 51 52 53;
  1010. 22; 2  3  4  5  6  7  8  9  46 47 48 49 50 51 52 53;
  1011. 31; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
  1012. 22; 14 15 16 17 18 19 20 21 54 55 56 57 58 59 60 61;
  1013. 31; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
  1014. 22; 24 25 26 27 28 29 30 31 62 63 64 65 66 67 68 69;
  1015. 31; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
  1016. 22; 36 37 38 39 40 41 42 43 70 71 72 73 74 75 76 77;
  1017. 2; 78; 26; 45;
  1018. 27; 0; 27; 2  3  4  5  6  7  8  9  14 15 16 17 18 19 20 21 24 25 26 ;
  1019. 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 ;
  1020. 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;
  1021. END
  1022. ! *******************************************************************
  1023. ! ** DEVICE:   120
  1024. ! ** DATABOOK: PAGE - (Agarwal Doc) 
  1025. ! **
  1026. ! ** DESCRIPTION:
  1027. ! **    - Create Flags
  1028. ! **    - Create associativity between bur nodes and ext pin
  1029. ! **    - Create TRST equations using VCC pin 23
  1030. ! **    - Create CLKF equations from pin 35 for all registered outputs.
  1031. ! **    - Create Global pin equations for
  1032. ! **    - Copy setf && rstf eqns of GLOBAL pin to all the pins and nodes
  1033. ! **    -  1) share the SETF for all pins belonging to a bank
  1034. ! **    -  2) share the RSTF for all pins belonging to a bank
  1035. ! **    - Create PRLD equation for GLOBAL pin
  1036. ! **    - POWER UP to active low
  1037. 120
  1038. # SWP1 PDT_TRST1 VCC_PIN68 GND_PIN1 GLOBAL_PIN45 PHYPINS64 UD_VECTOR1 ;
  1039. # CLKF16 CLKF17 CLKF50 CLKF51 NUM_BUR_VEC1 I_O_PINS32 DEFAULT_CLOCK51;
  1040. 50; 2  3  4  5  6  7  9  10 11 12 13 14 21 22 23 24 25 26 28 29 ;
  1041. 50; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
  1042. 50; 30 31 32 33 36 37 38 39 40 41 43  44  45  46  47  48  55  56  57 ;  
  1043. 50; 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1044. 50; 58  59  60  62  63  64  65  66  67;
  1045. 50; 109 110 111 112 113 114 115 116 117;
  1046. 2;  68; 23; 2  3  4  5  6  7  9  10 11 12 13 14 21 22 23 24 25 26 28 29 ;
  1047. 2;  68; 23; 30 31 32 33 36 37 38 39 40 41 43  44  45  46  47  48  55  56  57 ;  
  1048. 2;  68; 23; 58  59  60  62  63  64  65  66  67;
  1049. 2;  51; 4; 2  3  4  5  6  7  9  10 11 12 13 14 21 22 23 24 25 26 28 29 ;
  1050. 2;  51; 4; 30 31 32 33 36 37 38 39 40 41 43  44  45  46  47  48  55  56  57 ;  
  1051. 2;  51; 4; 58  59  60  62  63  64  65  66  67;
  1052. 2;  51;  4; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
  1053. 2;  51;  4; 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1054. 21; 69; 21; 2  3  4  5  6  7  9  10 11 12 13 14 21 22 23 24 25 26 28 29 ;
  1055. 21; 69; 21; 30 31 32 33 36 37 38 39 40 41 43  44  45  46  47  48  55  56  57 ;  
  1056. 21; 69; 21; 58  59  60  62  63  64  65  66  67;
  1057. 21; 69; 21; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
  1058. 21; 69; 21; 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1059. 21; 69; 21; 109 110 111 112 113 114 115 116 117;
  1060. 21; 69; 22; 2  3  4  5  6  7  9  10 11 12 13 14 21 22 23 24 25 26 28 29 ;
  1061. 21; 69; 22; 30 31 32 33 36 37 38 39 40 41 43  44  45  46  47  48  55  56  57 ;  
  1062. 21; 69; 22; 58  59  60  62  63  64  65  66  67;
  1063. 21; 69; 22; 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89;
  1064. 21; 69; 22;90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1065. 21; 69; 22; 109 110 111 112 113 114 115 116 117;
  1066. 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;
  1067. 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;
  1068. 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;
  1069. 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;
  1070. 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;
  1071. 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;
  1072. 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;
  1073. 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;
  1074. 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;
  1075. 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;
  1076. 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;
  1077. 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;
  1078. 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;
  1079. 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;
  1080. 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;
  1081. 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;
  1082. 2; 118; 26; 69;
  1083. 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;
  1084. 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;
  1085. 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;
  1086. 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;
  1087. END
  1088. ! *******************************************************************
  1089. ! ** DEVICE:   130
  1090. ! ** DATABOOK: PAGE - (Agarwal Doc) 
  1091. ! **
  1092. ! ** DESCRIPTION:
  1093. ! **    - Create Flags
  1094. ! **    - Create associativity between bur nodes and ext pin
  1095. ! **    - Create TRST equations using VCC pin 23
  1096. ! **    - Create CLKF equations from pin 35 for all registered outputs.
  1097. ! **    - Create Global pin equations for
  1098. ! **    - Copy setf && rstf eqns of GLOBAL pin to all the pins and nodes
  1099. ! **    -  1) share the SETF for all pins belonging to a bank
  1100. ! **    -  2) share the RSTF for all pins belonging to a bank
  1101. ! **    - Create PRLD equation for GLOBAL pin
  1102. ! **    - POWER UP to active low
  1103. 130
  1104. # SWP1 PDT_TRST1 VCC_PIN84 GND_PIN1 GLOBAL_PIN45 PHYPINS84 UD_VECTOR1 ;
  1105. # CLKF20 CLKF23 CLKF62 CLKF 65 NUM_BUR_VEC1 I_O_PINS32 DEFAULT_CLOCK65 ;
  1106. 50; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1107. 50; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1108. 50; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1109. 50; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1110. 50; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1111. 50; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1112. 50; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1113. 50; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1114. 2;  84; 23; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1115. 2;  84; 23; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1116. 2;  84; 23; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1117. 2;  84; 23; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1118. 2;  84; 23; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1119. 2;  84; 23; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1120. 2;  84; 23; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1121. 2;  84; 23; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1122. 2; 62; 4; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1123. 2; 62; 4; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1124. 2; 62; 4; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1125. 2; 62; 4; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1126. 2; 62; 4; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1127. 2; 62; 4; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1128. 2; 62; 4; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1129. 2; 62; 4; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1130. 21; 85; 21; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1131. 21; 85; 21; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1132. 21; 85; 21; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1133. 21; 85; 21; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1134. 21; 85; 21; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1135. 21; 85; 21; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1136. 21; 85; 21; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1137. 21; 85; 21; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1138. 21; 85; 22; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1139. 21; 85; 22; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1140. 21; 85; 22; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1141. 21; 85; 22; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1142. 21; 85; 22; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1143. 21; 85; 22; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1144. 21; 85; 22; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1145. 21; 85; 22; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1146. 30; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1147. 21; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1148. 30; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1149. 21; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1150. 30; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1151. 21; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1152. 30; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1153. 21; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1154. 30; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1155. 21; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1156. 30; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1157. 21; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1158. 30; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1159. 21; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1160. 30; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1161. 21; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1162. 31; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1163. 22; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1164. 31; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1165. 22; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1166. 31; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1167. 22; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1168. 31; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1169. 22; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1170. 31; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1171. 22; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1172. 31; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1173. 22; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1174. 31; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1175. 22; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1176. 31; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1177. 22; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1178. 2; 149; 26; 85;
  1179. 27; 0; 27; 3  4  5  6  7  9  10 12 13 14 15 16 17 18 19 ;
  1180. 27; 0; 27; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100;
  1181. 27; 0; 27; 24  25  26  27  28  29  30  31  33  34  35  36  37  38  39  40;
  1182. 27; 0; 27; 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116;
  1183. 27; 0; 27; 45  46  47  48  49  50  51  52  54  55  56  57  58  59  60  61;
  1184. 27; 0; 27; 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132;
  1185. 27; 0; 27; 66  67  68  69  70  71  72  73  75  76  77  78  79  80  81  82;
  1186. 27; 0; 27; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148;
  1187. END
  1188. ! *******************************************************************
  1189. ! ** DEVICE:   210
  1190. ! ** DATABOOK: PAGE - (Agarwal Doc) 
  1191. ! **
  1192. ! ** DESCRIPTION:
  1193. ! **    - Create TRST equations using VCC pin 23
  1194. ! **    - Create CLKF equations from pin 13 for all registered outputs.
  1195. ! **    - Create Global pin equations for
  1196. ! **    -  1) setf
  1197. ! **    -  2) rstf
  1198. ! **    - Create PRLD equation for GLOBAL pin
  1199. ! **    - POWER UP to active high
  1200. 210
  1201. # SWP1 PDT_TRST1 VCC_PIN22 GND_PIN12 GLOBAL_PIN45 I_O_PINS32 UD_VECTOR1;
  1202. # NUM_BUR_VEC2 PHYPINS44 CLKF13 CLKF35 DEFAULT_CLOCK35 ;
  1203. 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;
  1204. 2;  22; 23; 30 31 36 37 38 39 40 41 42 43 ;
  1205. 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 ;
  1206. 2;  35; 4; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 ;
  1207. 2;  35; 4; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
  1208. 2;  35; 4; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
  1209. 2;  35; 4; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
  1210. 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 ;
  1211. 21; 45; 21; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53;
  1212. 21; 45; 21; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
  1213. 21; 45; 21; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
  1214. 21; 45; 21; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
  1215. 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 ;
  1216. 22; 45; 22; 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53;
  1217. 22; 45; 22; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
  1218. 22; 45; 22; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
  1219. 22; 45; 22; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ;
  1220. 2; 110; 26; 45;
  1221. 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;
  1222. 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;
  1223. 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;
  1224. 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;
  1225. 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;
  1226. 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;
  1227. 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;
  1228. 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;
  1229. 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;
  1230. 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;
  1231. 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;
  1232. 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;
  1233. 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;
  1234. 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;
  1235. 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;
  1236. 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;
  1237. 27; 0; 27; 2  3  4  5  6  7  8  9  14 15 16 17 18 19 20 21 24 25 26 27 ;
  1238. 27; 0; 27; 28 29 30 31 36 37 38 39 40 41 42 43 46 47 48 49 50 51 52 53 ;
  1239. 27; 0; 27; 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ;
  1240. 27; 0; 27; 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ;
  1241. 27; 0; 27; 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109;
  1242. 50; 2  3  4  5  6  7  8  9  14 15 16 17 18 19 20 21 24 25 26 27 ;
  1243. 50; 46 48 50 52 54 56 58 60 76 74 72 70 68 66 64 62 78 80 82 84 ;
  1244. 50; 28 29 30 31 36  37  38  39  40  41 42 43 ;
  1245. 50; 86 88 90 92 108 106 104 102 100 98 96 94 ;
  1246. 50; 2  3  4  5  6  7  8  9  14 15 16 17 18 19 20 21 24 25 26 27 ;
  1247. 50; 47 49 51 53 55 57 59 61 77 75 73 71 69 67 65 63 79 81 83 85 ;
  1248. 50; 28 29 30 31  36  37  38  39  40  41  42  43 ;
  1249. 50; 87 89 91 93  109 107 105 103 101 99  97  95 ;
  1250. END
  1251. ! *******************************************************************
  1252. ! ** DEVICE:   220
  1253. ! ** DATABOOK: PAGE - (Agarwal Doc) 
  1254. ! **
  1255. ! ** DESCRIPTION:
  1256. ! **    - Create TRST equations using VCC pin 23
  1257. ! **    - Create CLKF equations from pin 13 for all registered outputs.
  1258. ! **    - Create Global pin equations for
  1259. ! **    -  1) setf
  1260. ! **    -  2) rstf
  1261. ! **    - Create PRLD equation for GLOBAL pin
  1262. ! **    - POWER UP to active high
  1263. 220
  1264. # PDT_TRST1 VCC_PIN68 GND_PIN12 GLOBAL_PIN45 I_O_PINS165 UD_VECTOR1 ;
  1265. # NUM_BUR_VEC2 PHYPINS68 CLKF16 CLKF17 CLKF50 CLKF51 DEFAULT_CLOCK51 ;
  1266. 2;  68; 23; 2  3  4  5  6  7  9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
  1267. 2;  68; 23; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
  1268. 2;  68; 23; 62 63 64 65 66 67;
  1269. 2;  51;  4; 2  3  4  5  6  7  9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
  1270. 2;  51;  4; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
  1271. 2;  51;  4; 62 63 64 65 66 67;
  1272. 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;
  1273. 2;  51;  4; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1274. 2;  51;  4; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1275. 2;  51;  4; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1276. 2;  51;  4; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1277. 2;  51;  4; 158 159 160 161 162 163 164 165;
  1278. 21; 69; 21; 2  3  4  5  6  7  9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
  1279. 21; 69; 21; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
  1280. 21; 69; 21; 62 63 64 65 66 67;
  1281. 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;
  1282. 21; 69; 21; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1283. 21; 69; 21; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1284. 21; 69; 21; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1285. 21; 69; 21; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1286. 21; 69; 21; 158 159 160 161 162 163 164 165;
  1287. 21; 69; 22; 2  3  4  5  6  7  9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
  1288. 21; 69; 22; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
  1289. 21; 69; 22; 62 63 64 65 66 67;
  1290. 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;
  1291. 21; 69; 22; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1292. 21; 69; 22; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1293. 21; 69; 22; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1294. 21; 69; 22; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1295. 21; 69; 22; 158 159 160 161 162 163 164 165;
  1296. 2; 166; 26; 69;
  1297. 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;
  1298. 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;
  1299. 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;
  1300. 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;
  1301. 30; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
  1302. 21; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
  1303. 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;
  1304. 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;
  1305. 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;
  1306. 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;
  1307. 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;
  1308. 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;
  1309. 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;
  1310. 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;
  1311. 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;
  1312. 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;
  1313. 30; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
  1314. 22; 25 26 28 29 30 31 32 33 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117;
  1315. 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;
  1316. 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;
  1317. 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;
  1318. 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;
  1319. 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;
  1320. 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;
  1321. 27; 0; 27; 2  3  4  5  6  7  9 10 11 12 13 14 21 22 23 24 25 26 28 29 30 ;
  1322. 27; 0; 27; 31 32 33 36 37 38 39 40 41 43 44 45 46 47 48 55 56 57 58 59 60;
  1323. 27; 0; 27; 62 63 64 65 66 67;
  1324. 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;
  1325. 27; 0; 27; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1326. 27; 0; 27; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1327. 27; 0; 27; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1328. 27; 0; 27; 141 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1329. 27; 0; 27; 158 159 160 161 162 163 164 165;
  1330. END
  1331. ! *******************************************************************
  1332. ! ** DEVICE:   230
  1333. ! ** DATABOOK: PAGE - (Agarwal Doc) 
  1334. ! **
  1335. ! ** DESCRIPTION:
  1336. ! **    - Create TRST equations using VCC pin 23
  1337. ! **    - Create CLKF equations from pin 13 for all registered outputs.
  1338. ! **    - Create Global pin equations for
  1339. ! **    -  1) setf
  1340. ! **    -  2) rstf
  1341. ! **    - Create PRLD equation for GLOBAL pin
  1342. ! **    - POWER UP to active high
  1343. 230
  1344. # SWP1 PDT_TRST1 VCC_PIN84 GND_PIN1 GLOBAL_PIN85 I_O_PINS213 UD_VECTOR1 ;
  1345. # NUM_BUR_VEC2 PHYPINS84 CLKF20 CLKF23 CLKF62 CLKF65 DEFAULT_CLOCK65;
  1346. 2;  84; 23; 3  4  5  6  7  8  9  10 12 13 14 15 16 17 18 19 ;
  1347. 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;
  1348. 2;  84; 23; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
  1349. 2;  84; 23; 75 76 77 78 79 80 81 82;
  1350. 2;  65; 4; 3  4  5  6  7  8  9  10 12 13 14 15 16 17 18 19 ;
  1351. 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;
  1352. 2;  65; 4; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
  1353. 2;  65; 4; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
  1354. 2;  65;  4; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1355. 2;  65;  4; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1356. 2;  65;  4; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1357. 2;  65;  4; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1358. 2;  65;  4; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
  1359. 2;  65;  4; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
  1360. 2;  65;  4; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
  1361. 2;  65;  4; 208 209 210 211 212 213;
  1362. 21; 85; 21; 3  4  5  6  7  8  9  10 12 13 14 15 16 17 18 19 ;
  1363. 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;
  1364. 21; 85; 21; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
  1365. 21; 85; 21; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
  1366. 21; 85; 21; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1367. 21; 85; 21; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1368. 21; 85; 21; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1369. 21; 85; 21; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1370. 21; 85; 21; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
  1371. 21; 85; 21; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
  1372. 21; 85; 21; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
  1373. 21; 85; 21; 208 209 210 211 212 213;
  1374. 21; 85; 22; 3  4  5  6  7  8  9  10 12 13 14 15 16 17 18 19 ;
  1375. 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;
  1376. 21; 85; 22; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
  1377. 21; 85; 22; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
  1378. 21; 85; 22; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1379. 21; 85; 22; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1380. 21; 85; 22; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1381. 21; 85; 22; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1382. 21; 85; 22; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
  1383. 21; 85; 22; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
  1384. 21; 85; 22; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
  1385. 21; 85; 22; 208 209 210 211 212 213;
  1386. 2; 214; 26; 85;
  1387. 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;
  1388. 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;
  1389. 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;
  1390. 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;
  1391. 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;
  1392. 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;
  1393. 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;
  1394. 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;
  1395. 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;
  1396. 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;
  1397. 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; 
  1398. 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; 
  1399. 30;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
  1400. 21;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
  1401. 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;
  1402. 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;
  1403. 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;
  1404. 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;
  1405. 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;
  1406. 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;
  1407. 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;
  1408. 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;
  1409. 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;
  1410. 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;
  1411. 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;
  1412. 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;
  1413. 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; 
  1414. 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; 
  1415. 31;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
  1416. 22;66 67 68 69 70 71 72 73 182 184 185 186 187 188 189 190 191 912 193 194 195 197;
  1417. 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;
  1418. 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;
  1419. 27; 0; 27; 3  4  5  6  7  8  9  10 12 13 14 15 16 17 18 19 ;
  1420. 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;
  1421. 27; 0; 27; 51 52 54 55 56 57 58 59 60 61 66 67 68 69 70 71 72 73;
  1422. 27; 0; 27; 75 76 77 78 79 80 81 82 85 86 87 88 89 90;
  1423. 27; 0; 27; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108;
  1424. 27; 0; 27; 109 110 11 112 113 114 115 116 117 118 119 120 121 122 123 124 125;
  1425. 27; 0; 27; 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141;
  1426. 27; 0; 27; 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157;
  1427. 27; 0; 27; 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173;
  1428. 27; 0; 27; 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190;
  1429. 27; 0; 27; 191 912 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207;
  1430. 27; 0; 27; 208 209 210 211 212 213;
  1431. END
  1432. ! **************************************************************************
  1433. ! ** DEVICE:   CE610
  1434. ! ** DATABOOK: PAGE --
  1435. ! **
  1436. ! ** DESCRIPTION:
  1437. ! ** 1..2 - Create CLKF with CLK PIN only if <output>.TRST exist.
  1438. ! **          CLKF equations from pin 1 for registered outputs 3-10.
  1439. ! **          CLKF equations from pin 13 for registered outputs 15-22.
  1440. ! ** 3..6 - Copy output clk eqn to bn clk eqn and vice versa.
  1441. ! ** 7  - Create output TRST with VCC pin if CLKF do not exist for that output.
  1442. ! ** 8..9  - Create bn clkf if it does not exist.
  1443. ! **10..13 - Copy output clk eqn to bn clk eqn and vice versa.
  1444. ! ** (1) If no O.TRST then add it with VCC. (Output only) O[3..10,15..22]
  1445. ! ** (2) If no O/R .CLKF then add it with PIN_1  for O[3..10],  R[15..22].
  1446. ! ** (3) If no O/R .CLKF then add it with PIN_13 for O[15..22], R[15..22].
  1447. 610
  1448. # DEFAULT_CLOCK1 PIN_FEEDBACK1 CLKF13 CLKF1 I_O_PINS16 PHYPINS24 ;
  1449. # NUM_BUR_VEC1 MODEL1_PRLD1 LOW_POWERUP1 AH_TRST1 AL_T_FLIP_FLOP1;
  1450. 2; 24;  5;  3  4  5  6  7  8  9 10 15 16 17 18 19 20 21 22;
  1451. 2;  1;  4;  3  4  5  6  7  8  9 10 25 26 27 28 29 30 31 32;
  1452. 2; 13;  4; 15 16 17 18 19 20 21 22 33 34 35 36 37 38 39 40;
  1453. 22;     3  4  5  6  7  8  9 10 15 16 17 18 19 20 21 22;
  1454.    22; 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
  1455. 22;    25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
  1456.    22;  3  4  5  6  7  8  9 10 15 16 17 18 19 20 21 22;
  1457. 39; 0 ; 39;  3 25  4 26  5 27  6 28  7 29  8 30  9 31 10 32
  1458.        15 33 16 34 17 35 18 36 19 37 20 38 21 39 22 40;
  1459. 27; 0; 27; 3  4  5  6  7  8  9 10 15 16 17 18 19 20 21 22
  1460.            25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40; 
  1461. 50; 3  4  5  6  7  8  9  10 15 16 17 18 19 20 21 22;
  1462. 50; 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40;
  1463. END
  1464. ! *******************************************************************
  1465. ! ** DEVICE:   24V10
  1466. ! ** DATABOOK: 
  1467. ! **
  1468. ! ** DESCRIPTION:
  1469. ! **    - Create Hidden nodes for the registers since the feedback 
  1470. ! **      is from Q bar.
  1471. ! **    - Create Hidden nodes for the combinatorial since the feedback 
  1472. ! **      will be taken from the hidden nodes.
  1473. ! **    - Create clockf equations.
  1474. ! **    - Create the trst if the clockf exists. 
  1475. ! **      Note: Clockf equations only exist if registered outputs exist.
  1476. ! **    - Exchange pins in the equations. (Feedback).
  1477. ! **
  1478. 24V10
  1479. # CLKF1 DEFAULT_CLOCK1 29_OE_PIN1 OE_PIN15 GND_PIN21 VCC_PIN7 RA_PART1 XOR_COMPL1 PHYPINS28 ; 
  1480. 3; 15; 23; 16 17 18 19 20 22 23 24 25 26;
  1481. 2;  1;  4; 16 17 18 19 20 22 23 24 25 26 29 30 31 32 33 34 35 36 37 38;
  1482. 27; 0; 27; 16 17 18 19 20 22 23 24 25 26 29 30 31 32 33 34 35 36 37 38;
  1483. END
  1484. ! *******************************************************************
  1485. ! ** DEVICE:   16V8HD
  1486. ! ** DATABOOK: 
  1487. ! ** CREATED BY: TKO May 14 1990
  1488. ! ** DESCRIPTION:
  1489. ! **   Create Trst eqn for Output Pins ,, out.Trst = Pin 10
  1490. ! **   Create CLKF for Output Pins    ,,, out.CLKF = Pin 1
  1491. ! **   Create CLKF for Buried Nodes   ,,, out.CLKF = Pin 1
  1492. ! **   Create CLKF ( Latch Enable eqn) for Input Buried Nodes
  1493. ! **   Power Up all Output Pins to Active Low ( if exists reg eqn )
  1494. ! **   Create corelation between i/o pins and buried Nodes
  1495. 16V8HD
  1496. #  OE_PIN10 GND_PIN12 CLKF1 RA_PART1 XOR_COMPL1 I_O_PINS8 DEFAULT_CLOCK1 ;
  1497. #  NUM_BUR_VEC1 VCC_PIN24 LATCH_ENABLE_HIGH1 MODEL2_PRLD1 PHYPINS24;
  1498. 3;  10; 23; 13 14 15 16 19 20 22 23;
  1499. 2;  1;   4; 13 14 15 16 19 20 22 23;
  1500. 2;  4;   4; 33 34 35 36 37 38 39 40;
  1501. 2;  4;   4; 25 26 27 28 29 30 31 32;
  1502. 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;
  1503. 50; 13 14 15 16 19 20 22 23;
  1504. 50; 33 34 35 36 37 38 39 40;
  1505. END
  1506.