OpenCores
URL https://opencores.org/ocsvn/single-14-segment-display-driver-w-decoder/single-14-segment-display-driver-w-decoder/trunk

Subversion Repositories single-14-segment-display-driver-w-decoder

[/] [single-14-segment-display-driver-w-decoder/] [trunk/] [Project/] [Lattice_FPGA_Build/] [impl1/] [DisplayDriverwDecoder_impl1.edi] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 liubenoff
(edif display_driver_wrapper
2 5 liubenoff
  (edifVersion 2 0 0)
3
  (edifLevel 0)
4
  (keywordMap (keywordLevel 0))
5
  (status
6
    (written
7 9 liubenoff
      (timeStamp 2017 1 18 1 8 17)
8 5 liubenoff
      (author "Synopsys, Inc.")
9
      (program "Synplify Pro" (version "L-2016.03L-1, mapper maplat, Build 1498R"))
10
     )
11
   )
12
  (library LUCENT
13
    (edifLevel 0)
14
    (technology (numberDefinition ))
15 6 liubenoff
    (cell ROM128X1A (cellType GENERIC)
16
       (view PRIM (viewType NETLIST)
17
         (interface
18
           (port AD0 (direction INPUT))
19
           (port AD1 (direction INPUT))
20
           (port AD2 (direction INPUT))
21
           (port AD3 (direction INPUT))
22
           (port AD4 (direction INPUT))
23
           (port AD5 (direction INPUT))
24
           (port AD6 (direction INPUT))
25
           (port DO0 (direction OUTPUT))
26
         )
27
       )
28
    )
29
    (cell CCU2C (cellType GENERIC)
30
       (view PRIM (viewType NETLIST)
31
         (interface
32
           (port A0 (direction INPUT))
33
           (port B0 (direction INPUT))
34
           (port C0 (direction INPUT))
35
           (port D0 (direction INPUT))
36
           (port A1 (direction INPUT))
37
           (port B1 (direction INPUT))
38
           (port C1 (direction INPUT))
39
           (port D1 (direction INPUT))
40
           (port CIN (direction INPUT))
41
           (port COUT (direction OUTPUT))
42
           (port S0 (direction OUTPUT))
43
           (port S1 (direction OUTPUT))
44
         )
45
        (property INJECT1_1 (string "NO"))
46
        (property INJECT1_0 (string "NO"))
47
        (property INIT1 (string "0000"))
48
        (property INIT0 (string "0000"))
49
       )
50
    )
51 5 liubenoff
    (cell OB (cellType GENERIC)
52
       (view PRIM (viewType NETLIST)
53
         (interface
54
           (port I (direction INPUT))
55
           (port O (direction OUTPUT))
56
         )
57
       )
58
    )
59
    (cell IB (cellType GENERIC)
60
       (view PRIM (viewType NETLIST)
61
         (interface
62
           (port I (direction INPUT))
63
           (port O (direction OUTPUT))
64
         )
65
       )
66
    )
67
    (cell FD1S3JX (cellType GENERIC)
68
       (view PRIM (viewType NETLIST)
69
         (interface
70
           (port D (direction INPUT))
71
           (port CK (direction INPUT))
72
           (port PD (direction INPUT))
73
           (port Q (direction OUTPUT))
74
         )
75
       )
76
    )
77 6 liubenoff
    (cell FD1S3AX (cellType GENERIC)
78 5 liubenoff
       (view PRIM (viewType NETLIST)
79
         (interface
80
           (port D (direction INPUT))
81
           (port CK (direction INPUT))
82 6 liubenoff
           (port Q (direction OUTPUT))
83
         )
84
       )
85
    )
86
    (cell IFS1P3JX (cellType GENERIC)
87
       (view PRIM (viewType NETLIST)
88
         (interface
89
           (port D (direction INPUT))
90
           (port SP (direction INPUT))
91
           (port SCLK (direction INPUT))
92
           (port PD (direction INPUT))
93
           (port Q (direction OUTPUT))
94
         )
95
       )
96
    )
97
    (cell FD1P3DX (cellType GENERIC)
98
       (view PRIM (viewType NETLIST)
99
         (interface
100
           (port D (direction INPUT))
101
           (port SP (direction INPUT))
102
           (port CK (direction INPUT))
103 5 liubenoff
           (port CD (direction INPUT))
104
           (port Q (direction OUTPUT))
105
         )
106
       )
107
    )
108 6 liubenoff
    (cell ORCALUT4 (cellType GENERIC)
109
       (view PRIM (viewType NETLIST)
110
         (interface
111
           (port A (direction INPUT))
112
           (port B (direction INPUT))
113
           (port C (direction INPUT))
114
           (port D (direction INPUT))
115
           (port Z (direction OUTPUT))
116
         )
117
       )
118
    )
119 5 liubenoff
    (cell GSR (cellType GENERIC)
120
       (view PRIM (viewType NETLIST)
121
         (interface
122
           (port GSR (direction INPUT))
123
         )
124
       )
125
    )
126 6 liubenoff
    (cell INV (cellType GENERIC)
127
       (view PRIM (viewType NETLIST)
128
         (interface
129
           (port A (direction INPUT))
130
           (port Z (direction OUTPUT))
131
         )
132
       )
133
    )
134 5 liubenoff
    (cell VHI (cellType GENERIC)
135
       (view PRIM (viewType NETLIST)
136
         (interface
137
           (port Z (direction OUTPUT))
138
         )
139
       )
140
    )
141
    (cell VLO (cellType GENERIC)
142
       (view PRIM (viewType NETLIST)
143
         (interface
144
           (port Z (direction OUTPUT))
145
         )
146
       )
147
    )
148
  )
149
  (library work
150
    (edifLevel 0)
151
    (technology (numberDefinition ))
152 9 liubenoff
    (cell decoder_table_dist_rom (cellType GENERIC)
153 5 liubenoff
       (view netlist (viewType NETLIST)
154
         (interface
155 6 liubenoff
           (port (array (rename symbol_scan_cntr "symbol_scan_cntr(6:0)") 7) (direction INPUT))
156 9 liubenoff
           (port (array (rename disp_data_q_c "disp_data_q_c(13:0)") 14) (direction OUTPUT))
157 5 liubenoff
         )
158
         (contents
159 6 liubenoff
          (instance mem_0_13 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
160
           (property initval (string "0xDA3FFFFFBA3FFFFFB7FE6997BFFFFFFE"))
161 5 liubenoff
          )
162 6 liubenoff
          (instance mem_0_12 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
163
           (property initval (string "0xEDEFFDEBFDEFFDEB7BFFB3E718FFD7FF"))
164 5 liubenoff
          )
165 6 liubenoff
          (instance mem_0_11 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
166
           (property initval (string "0xF679B7FFEE79B7FFEFDFFA97BFFFFFDF"))
167 5 liubenoff
          )
168 6 liubenoff
          (instance mem_0_10 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
169
           (property initval (string "0xF0BFD7FFB8BFD7FFEFFE7A176DFFFFFE"))
170 5 liubenoff
          )
171 6 liubenoff
          (instance mem_0_9 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
172
           (property initval (string "0xEFEFFDEBFFEFFDEAF3FFF3E31AFFD7FF"))
173 5 liubenoff
          )
174 6 liubenoff
          (instance mem_0_8 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
175
           (property initval (string "0xDCFF9FFEECFF9FFFBFFFF9976DFFFFFF"))
176 5 liubenoff
          )
177 6 liubenoff
          (instance mem_0_7 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
178
           (property initval (string "0x9FF2FE59FFF2FE585CA3D3C7D0FFB0A3"))
179 5 liubenoff
          )
180 6 liubenoff
          (instance mem_0_6 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
181
           (property initval (string "0xB7F2F69DFFF2F69DDC8B93C7D0FF388B"))
182 5 liubenoff
          )
183 6 liubenoff
          (instance mem_0_5 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
184
           (property initval (string "0x7F100615F7100614FC8EFFC3E3FF288E"))
185
          )
186
          (instance mem_0_4 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
187
           (property initval (string "0x3F180215F7180214FEBABFF7EBFF2ABA"))
188
          )
189
          (instance mem_0_3 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
190
           (property initval (string "0x7BD56B4353D56B42DC92BFA7DAFF8492"))
191
          )
192
          (instance mem_0_2 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
193
           (property initval (string "0x7F551A69DF551A69FC24FF85FFFFD024"))
194
          )
195
          (instance mem_0_1 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
196
           (property initval (string "0x3F581AE99F581AE87C60FFF5F7FFD060"))
197
          )
198
          (instance mem_0_0 (viewRef PRIM (cellRef ROM128X1A (libraryRef LUCENT)))
199
           (property initval (string "0x7BE07F0193E07F007C12FFA7F2FF0012"))
200
          )
201
          (net (rename symbol_scan_cntr_0 "symbol_scan_cntr[0]") (joined
202
           (portRef (member symbol_scan_cntr 6))
203
           (portRef AD0 (instanceRef mem_0_0))
204
           (portRef AD0 (instanceRef mem_0_1))
205
           (portRef AD0 (instanceRef mem_0_2))
206
           (portRef AD0 (instanceRef mem_0_3))
207
           (portRef AD0 (instanceRef mem_0_4))
208
           (portRef AD0 (instanceRef mem_0_5))
209
           (portRef AD0 (instanceRef mem_0_6))
210
           (portRef AD0 (instanceRef mem_0_7))
211
           (portRef AD0 (instanceRef mem_0_8))
212
           (portRef AD0 (instanceRef mem_0_9))
213
           (portRef AD0 (instanceRef mem_0_10))
214
           (portRef AD0 (instanceRef mem_0_11))
215
           (portRef AD0 (instanceRef mem_0_12))
216
           (portRef AD0 (instanceRef mem_0_13))
217 5 liubenoff
          ))
218 6 liubenoff
          (net (rename symbol_scan_cntr_1 "symbol_scan_cntr[1]") (joined
219
           (portRef (member symbol_scan_cntr 5))
220
           (portRef AD1 (instanceRef mem_0_0))
221
           (portRef AD1 (instanceRef mem_0_1))
222
           (portRef AD1 (instanceRef mem_0_2))
223
           (portRef AD1 (instanceRef mem_0_3))
224
           (portRef AD1 (instanceRef mem_0_4))
225
           (portRef AD1 (instanceRef mem_0_5))
226
           (portRef AD1 (instanceRef mem_0_6))
227
           (portRef AD1 (instanceRef mem_0_7))
228
           (portRef AD1 (instanceRef mem_0_8))
229
           (portRef AD1 (instanceRef mem_0_9))
230
           (portRef AD1 (instanceRef mem_0_10))
231
           (portRef AD1 (instanceRef mem_0_11))
232
           (portRef AD1 (instanceRef mem_0_12))
233
           (portRef AD1 (instanceRef mem_0_13))
234 5 liubenoff
          ))
235 6 liubenoff
          (net (rename symbol_scan_cntr_2 "symbol_scan_cntr[2]") (joined
236
           (portRef (member symbol_scan_cntr 4))
237
           (portRef AD2 (instanceRef mem_0_0))
238
           (portRef AD2 (instanceRef mem_0_1))
239
           (portRef AD2 (instanceRef mem_0_2))
240
           (portRef AD2 (instanceRef mem_0_3))
241
           (portRef AD2 (instanceRef mem_0_4))
242
           (portRef AD2 (instanceRef mem_0_5))
243
           (portRef AD2 (instanceRef mem_0_6))
244
           (portRef AD2 (instanceRef mem_0_7))
245
           (portRef AD2 (instanceRef mem_0_8))
246
           (portRef AD2 (instanceRef mem_0_9))
247
           (portRef AD2 (instanceRef mem_0_10))
248
           (portRef AD2 (instanceRef mem_0_11))
249
           (portRef AD2 (instanceRef mem_0_12))
250
           (portRef AD2 (instanceRef mem_0_13))
251 5 liubenoff
          ))
252 6 liubenoff
          (net (rename symbol_scan_cntr_3 "symbol_scan_cntr[3]") (joined
253
           (portRef (member symbol_scan_cntr 3))
254
           (portRef AD3 (instanceRef mem_0_0))
255
           (portRef AD3 (instanceRef mem_0_1))
256
           (portRef AD3 (instanceRef mem_0_2))
257
           (portRef AD3 (instanceRef mem_0_3))
258
           (portRef AD3 (instanceRef mem_0_4))
259
           (portRef AD3 (instanceRef mem_0_5))
260
           (portRef AD3 (instanceRef mem_0_6))
261
           (portRef AD3 (instanceRef mem_0_7))
262
           (portRef AD3 (instanceRef mem_0_8))
263
           (portRef AD3 (instanceRef mem_0_9))
264
           (portRef AD3 (instanceRef mem_0_10))
265
           (portRef AD3 (instanceRef mem_0_11))
266
           (portRef AD3 (instanceRef mem_0_12))
267
           (portRef AD3 (instanceRef mem_0_13))
268 5 liubenoff
          ))
269 6 liubenoff
          (net (rename symbol_scan_cntr_4 "symbol_scan_cntr[4]") (joined
270
           (portRef (member symbol_scan_cntr 2))
271
           (portRef AD4 (instanceRef mem_0_0))
272
           (portRef AD4 (instanceRef mem_0_1))
273
           (portRef AD4 (instanceRef mem_0_2))
274
           (portRef AD4 (instanceRef mem_0_3))
275
           (portRef AD4 (instanceRef mem_0_4))
276
           (portRef AD4 (instanceRef mem_0_5))
277
           (portRef AD4 (instanceRef mem_0_6))
278
           (portRef AD4 (instanceRef mem_0_7))
279
           (portRef AD4 (instanceRef mem_0_8))
280
           (portRef AD4 (instanceRef mem_0_9))
281
           (portRef AD4 (instanceRef mem_0_10))
282
           (portRef AD4 (instanceRef mem_0_11))
283
           (portRef AD4 (instanceRef mem_0_12))
284
           (portRef AD4 (instanceRef mem_0_13))
285 5 liubenoff
          ))
286 6 liubenoff
          (net (rename symbol_scan_cntr_5 "symbol_scan_cntr[5]") (joined
287
           (portRef (member symbol_scan_cntr 1))
288
           (portRef AD5 (instanceRef mem_0_0))
289
           (portRef AD5 (instanceRef mem_0_1))
290
           (portRef AD5 (instanceRef mem_0_2))
291
           (portRef AD5 (instanceRef mem_0_3))
292
           (portRef AD5 (instanceRef mem_0_4))
293
           (portRef AD5 (instanceRef mem_0_5))
294
           (portRef AD5 (instanceRef mem_0_6))
295
           (portRef AD5 (instanceRef mem_0_7))
296
           (portRef AD5 (instanceRef mem_0_8))
297
           (portRef AD5 (instanceRef mem_0_9))
298
           (portRef AD5 (instanceRef mem_0_10))
299
           (portRef AD5 (instanceRef mem_0_11))
300
           (portRef AD5 (instanceRef mem_0_12))
301
           (portRef AD5 (instanceRef mem_0_13))
302 5 liubenoff
          ))
303 6 liubenoff
          (net (rename symbol_scan_cntr_6 "symbol_scan_cntr[6]") (joined
304
           (portRef (member symbol_scan_cntr 0))
305
           (portRef AD6 (instanceRef mem_0_0))
306
           (portRef AD6 (instanceRef mem_0_1))
307
           (portRef AD6 (instanceRef mem_0_2))
308
           (portRef AD6 (instanceRef mem_0_3))
309
           (portRef AD6 (instanceRef mem_0_4))
310
           (portRef AD6 (instanceRef mem_0_5))
311
           (portRef AD6 (instanceRef mem_0_6))
312
           (portRef AD6 (instanceRef mem_0_7))
313
           (portRef AD6 (instanceRef mem_0_8))
314
           (portRef AD6 (instanceRef mem_0_9))
315
           (portRef AD6 (instanceRef mem_0_10))
316
           (portRef AD6 (instanceRef mem_0_11))
317
           (portRef AD6 (instanceRef mem_0_12))
318
           (portRef AD6 (instanceRef mem_0_13))
319 5 liubenoff
          ))
320 9 liubenoff
          (net (rename disp_data_q_c_13 "disp_data_q_c[13]") (joined
321 6 liubenoff
           (portRef DO0 (instanceRef mem_0_13))
322 9 liubenoff
           (portRef (member disp_data_q_c 0))
323 5 liubenoff
          ))
324 9 liubenoff
          (net (rename disp_data_q_c_12 "disp_data_q_c[12]") (joined
325 6 liubenoff
           (portRef DO0 (instanceRef mem_0_12))
326 9 liubenoff
           (portRef (member disp_data_q_c 1))
327 5 liubenoff
          ))
328 9 liubenoff
          (net (rename disp_data_q_c_11 "disp_data_q_c[11]") (joined
329 6 liubenoff
           (portRef DO0 (instanceRef mem_0_11))
330 9 liubenoff
           (portRef (member disp_data_q_c 2))
331 5 liubenoff
          ))
332 9 liubenoff
          (net (rename disp_data_q_c_10 "disp_data_q_c[10]") (joined
333 6 liubenoff
           (portRef DO0 (instanceRef mem_0_10))
334 9 liubenoff
           (portRef (member disp_data_q_c 3))
335 6 liubenoff
          ))
336 9 liubenoff
          (net (rename disp_data_q_c_9 "disp_data_q_c[9]") (joined
337 6 liubenoff
           (portRef DO0 (instanceRef mem_0_9))
338 9 liubenoff
           (portRef (member disp_data_q_c 4))
339 6 liubenoff
          ))
340 9 liubenoff
          (net (rename disp_data_q_c_8 "disp_data_q_c[8]") (joined
341 6 liubenoff
           (portRef DO0 (instanceRef mem_0_8))
342 9 liubenoff
           (portRef (member disp_data_q_c 5))
343 6 liubenoff
          ))
344 9 liubenoff
          (net (rename disp_data_q_c_7 "disp_data_q_c[7]") (joined
345 6 liubenoff
           (portRef DO0 (instanceRef mem_0_7))
346 9 liubenoff
           (portRef (member disp_data_q_c 6))
347 6 liubenoff
          ))
348 9 liubenoff
          (net (rename disp_data_q_c_6 "disp_data_q_c[6]") (joined
349 6 liubenoff
           (portRef DO0 (instanceRef mem_0_6))
350 9 liubenoff
           (portRef (member disp_data_q_c 7))
351 6 liubenoff
          ))
352 9 liubenoff
          (net (rename disp_data_q_c_5 "disp_data_q_c[5]") (joined
353 6 liubenoff
           (portRef DO0 (instanceRef mem_0_5))
354 9 liubenoff
           (portRef (member disp_data_q_c 8))
355 6 liubenoff
          ))
356 9 liubenoff
          (net (rename disp_data_q_c_4 "disp_data_q_c[4]") (joined
357 6 liubenoff
           (portRef DO0 (instanceRef mem_0_4))
358 9 liubenoff
           (portRef (member disp_data_q_c 9))
359 6 liubenoff
          ))
360 9 liubenoff
          (net (rename disp_data_q_c_3 "disp_data_q_c[3]") (joined
361 6 liubenoff
           (portRef DO0 (instanceRef mem_0_3))
362 9 liubenoff
           (portRef (member disp_data_q_c 10))
363 6 liubenoff
          ))
364 9 liubenoff
          (net (rename disp_data_q_c_2 "disp_data_q_c[2]") (joined
365 6 liubenoff
           (portRef DO0 (instanceRef mem_0_2))
366 9 liubenoff
           (portRef (member disp_data_q_c 11))
367 6 liubenoff
          ))
368 9 liubenoff
          (net (rename disp_data_q_c_1 "disp_data_q_c[1]") (joined
369 6 liubenoff
           (portRef DO0 (instanceRef mem_0_1))
370 9 liubenoff
           (portRef (member disp_data_q_c 12))
371 6 liubenoff
          ))
372 9 liubenoff
          (net (rename disp_data_q_c_0 "disp_data_q_c[0]") (joined
373 6 liubenoff
           (portRef DO0 (instanceRef mem_0_0))
374 9 liubenoff
           (portRef (member disp_data_q_c 13))
375 6 liubenoff
          ))
376 5 liubenoff
         )
377 6 liubenoff
        (property NGD_DRC_MASK (integer 1))
378 9 liubenoff
        (property orig_inst_of (string "decoder_table_dist_rom"))
379 6 liubenoff
       )
380
    )
381 9 liubenoff
    (cell ascii_decoder (cellType GENERIC)
382 6 liubenoff
       (view netlist (viewType NETLIST)
383
         (interface
384
           (port (array (rename symbol_scan_cntr "symbol_scan_cntr(6:0)") 7) (direction INPUT))
385 9 liubenoff
           (port (array (rename disp_data_q_c "disp_data_q_c(13:0)") 14) (direction OUTPUT))
386 6 liubenoff
         )
387
         (contents
388 9 liubenoff
          (instance rom_decoding_table (viewRef netlist (cellRef decoder_table_dist_rom))
389 6 liubenoff
          )
390
          (net (rename symbol_scan_cntr_0 "symbol_scan_cntr[0]") (joined
391
           (portRef (member symbol_scan_cntr 6))
392
           (portRef (member symbol_scan_cntr 6) (instanceRef rom_decoding_table))
393
          ))
394
          (net (rename symbol_scan_cntr_1 "symbol_scan_cntr[1]") (joined
395
           (portRef (member symbol_scan_cntr 5))
396
           (portRef (member symbol_scan_cntr 5) (instanceRef rom_decoding_table))
397
          ))
398
          (net (rename symbol_scan_cntr_2 "symbol_scan_cntr[2]") (joined
399
           (portRef (member symbol_scan_cntr 4))
400
           (portRef (member symbol_scan_cntr 4) (instanceRef rom_decoding_table))
401
          ))
402
          (net (rename symbol_scan_cntr_3 "symbol_scan_cntr[3]") (joined
403
           (portRef (member symbol_scan_cntr 3))
404
           (portRef (member symbol_scan_cntr 3) (instanceRef rom_decoding_table))
405
          ))
406
          (net (rename symbol_scan_cntr_4 "symbol_scan_cntr[4]") (joined
407
           (portRef (member symbol_scan_cntr 2))
408
           (portRef (member symbol_scan_cntr 2) (instanceRef rom_decoding_table))
409
          ))
410
          (net (rename symbol_scan_cntr_5 "symbol_scan_cntr[5]") (joined
411
           (portRef (member symbol_scan_cntr 1))
412
           (portRef (member symbol_scan_cntr 1) (instanceRef rom_decoding_table))
413
          ))
414
          (net (rename symbol_scan_cntr_6 "symbol_scan_cntr[6]") (joined
415
           (portRef (member symbol_scan_cntr 0))
416
           (portRef (member symbol_scan_cntr 0) (instanceRef rom_decoding_table))
417
          ))
418 9 liubenoff
          (net (rename disp_data_q_c_0 "disp_data_q_c[0]") (joined
419
           (portRef (member disp_data_q_c 13) (instanceRef rom_decoding_table))
420
           (portRef (member disp_data_q_c 13))
421 6 liubenoff
          ))
422 9 liubenoff
          (net (rename disp_data_q_c_1 "disp_data_q_c[1]") (joined
423
           (portRef (member disp_data_q_c 12) (instanceRef rom_decoding_table))
424
           (portRef (member disp_data_q_c 12))
425 6 liubenoff
          ))
426 9 liubenoff
          (net (rename disp_data_q_c_2 "disp_data_q_c[2]") (joined
427
           (portRef (member disp_data_q_c 11) (instanceRef rom_decoding_table))
428
           (portRef (member disp_data_q_c 11))
429 6 liubenoff
          ))
430 9 liubenoff
          (net (rename disp_data_q_c_3 "disp_data_q_c[3]") (joined
431
           (portRef (member disp_data_q_c 10) (instanceRef rom_decoding_table))
432
           (portRef (member disp_data_q_c 10))
433 6 liubenoff
          ))
434 9 liubenoff
          (net (rename disp_data_q_c_4 "disp_data_q_c[4]") (joined
435
           (portRef (member disp_data_q_c 9) (instanceRef rom_decoding_table))
436
           (portRef (member disp_data_q_c 9))
437 6 liubenoff
          ))
438 9 liubenoff
          (net (rename disp_data_q_c_5 "disp_data_q_c[5]") (joined
439
           (portRef (member disp_data_q_c 8) (instanceRef rom_decoding_table))
440
           (portRef (member disp_data_q_c 8))
441 6 liubenoff
          ))
442 9 liubenoff
          (net (rename disp_data_q_c_6 "disp_data_q_c[6]") (joined
443
           (portRef (member disp_data_q_c 7) (instanceRef rom_decoding_table))
444
           (portRef (member disp_data_q_c 7))
445 6 liubenoff
          ))
446 9 liubenoff
          (net (rename disp_data_q_c_7 "disp_data_q_c[7]") (joined
447
           (portRef (member disp_data_q_c 6) (instanceRef rom_decoding_table))
448
           (portRef (member disp_data_q_c 6))
449 6 liubenoff
          ))
450 9 liubenoff
          (net (rename disp_data_q_c_8 "disp_data_q_c[8]") (joined
451
           (portRef (member disp_data_q_c 5) (instanceRef rom_decoding_table))
452
           (portRef (member disp_data_q_c 5))
453 6 liubenoff
          ))
454 9 liubenoff
          (net (rename disp_data_q_c_9 "disp_data_q_c[9]") (joined
455
           (portRef (member disp_data_q_c 4) (instanceRef rom_decoding_table))
456
           (portRef (member disp_data_q_c 4))
457 6 liubenoff
          ))
458 9 liubenoff
          (net (rename disp_data_q_c_10 "disp_data_q_c[10]") (joined
459
           (portRef (member disp_data_q_c 3) (instanceRef rom_decoding_table))
460
           (portRef (member disp_data_q_c 3))
461 6 liubenoff
          ))
462 9 liubenoff
          (net (rename disp_data_q_c_11 "disp_data_q_c[11]") (joined
463
           (portRef (member disp_data_q_c 2) (instanceRef rom_decoding_table))
464
           (portRef (member disp_data_q_c 2))
465 6 liubenoff
          ))
466 9 liubenoff
          (net (rename disp_data_q_c_12 "disp_data_q_c[12]") (joined
467
           (portRef (member disp_data_q_c 1) (instanceRef rom_decoding_table))
468
           (portRef (member disp_data_q_c 1))
469 6 liubenoff
          ))
470 9 liubenoff
          (net (rename disp_data_q_c_13 "disp_data_q_c[13]") (joined
471
           (portRef (member disp_data_q_c 0) (instanceRef rom_decoding_table))
472
           (portRef (member disp_data_q_c 0))
473 6 liubenoff
          ))
474
         )
475 9 liubenoff
        (property orig_inst_of (string "ascii_decoder"))
476 6 liubenoff
       )
477
    )
478 9 liubenoff
    (cell display_driver_w_decoder (cellType GENERIC)
479 6 liubenoff
       (view netlist (viewType NETLIST)
480
         (interface
481
           (port (array (rename symbol_scan_cntr "symbol_scan_cntr(6:0)") 7) (direction INPUT))
482 9 liubenoff
           (port (array (rename disp_data_q_c "disp_data_q_c(13:0)") 14) (direction OUTPUT))
483 6 liubenoff
         )
484
         (contents
485 9 liubenoff
          (instance ascii_decoder_module (viewRef netlist (cellRef ascii_decoder))
486 6 liubenoff
          )
487
          (net (rename symbol_scan_cntr_0 "symbol_scan_cntr[0]") (joined
488
           (portRef (member symbol_scan_cntr 6))
489
           (portRef (member symbol_scan_cntr 6) (instanceRef ascii_decoder_module))
490
          ))
491
          (net (rename symbol_scan_cntr_1 "symbol_scan_cntr[1]") (joined
492
           (portRef (member symbol_scan_cntr 5))
493
           (portRef (member symbol_scan_cntr 5) (instanceRef ascii_decoder_module))
494
          ))
495
          (net (rename symbol_scan_cntr_2 "symbol_scan_cntr[2]") (joined
496
           (portRef (member symbol_scan_cntr 4))
497
           (portRef (member symbol_scan_cntr 4) (instanceRef ascii_decoder_module))
498
          ))
499
          (net (rename symbol_scan_cntr_3 "symbol_scan_cntr[3]") (joined
500
           (portRef (member symbol_scan_cntr 3))
501
           (portRef (member symbol_scan_cntr 3) (instanceRef ascii_decoder_module))
502
          ))
503
          (net (rename symbol_scan_cntr_4 "symbol_scan_cntr[4]") (joined
504
           (portRef (member symbol_scan_cntr 2))
505
           (portRef (member symbol_scan_cntr 2) (instanceRef ascii_decoder_module))
506
          ))
507
          (net (rename symbol_scan_cntr_5 "symbol_scan_cntr[5]") (joined
508
           (portRef (member symbol_scan_cntr 1))
509
           (portRef (member symbol_scan_cntr 1) (instanceRef ascii_decoder_module))
510
          ))
511
          (net (rename symbol_scan_cntr_6 "symbol_scan_cntr[6]") (joined
512
           (portRef (member symbol_scan_cntr 0))
513
           (portRef (member symbol_scan_cntr 0) (instanceRef ascii_decoder_module))
514
          ))
515 9 liubenoff
          (net (rename disp_data_q_c_0 "disp_data_q_c[0]") (joined
516
           (portRef (member disp_data_q_c 13) (instanceRef ascii_decoder_module))
517
           (portRef (member disp_data_q_c 13))
518 6 liubenoff
          ))
519 9 liubenoff
          (net (rename disp_data_q_c_1 "disp_data_q_c[1]") (joined
520
           (portRef (member disp_data_q_c 12) (instanceRef ascii_decoder_module))
521
           (portRef (member disp_data_q_c 12))
522 6 liubenoff
          ))
523 9 liubenoff
          (net (rename disp_data_q_c_2 "disp_data_q_c[2]") (joined
524
           (portRef (member disp_data_q_c 11) (instanceRef ascii_decoder_module))
525
           (portRef (member disp_data_q_c 11))
526 6 liubenoff
          ))
527 9 liubenoff
          (net (rename disp_data_q_c_3 "disp_data_q_c[3]") (joined
528
           (portRef (member disp_data_q_c 10) (instanceRef ascii_decoder_module))
529
           (portRef (member disp_data_q_c 10))
530 6 liubenoff
          ))
531 9 liubenoff
          (net (rename disp_data_q_c_4 "disp_data_q_c[4]") (joined
532
           (portRef (member disp_data_q_c 9) (instanceRef ascii_decoder_module))
533
           (portRef (member disp_data_q_c 9))
534 6 liubenoff
          ))
535 9 liubenoff
          (net (rename disp_data_q_c_5 "disp_data_q_c[5]") (joined
536
           (portRef (member disp_data_q_c 8) (instanceRef ascii_decoder_module))
537
           (portRef (member disp_data_q_c 8))
538 6 liubenoff
          ))
539 9 liubenoff
          (net (rename disp_data_q_c_6 "disp_data_q_c[6]") (joined
540
           (portRef (member disp_data_q_c 7) (instanceRef ascii_decoder_module))
541
           (portRef (member disp_data_q_c 7))
542 6 liubenoff
          ))
543 9 liubenoff
          (net (rename disp_data_q_c_7 "disp_data_q_c[7]") (joined
544
           (portRef (member disp_data_q_c 6) (instanceRef ascii_decoder_module))
545
           (portRef (member disp_data_q_c 6))
546 6 liubenoff
          ))
547 9 liubenoff
          (net (rename disp_data_q_c_8 "disp_data_q_c[8]") (joined
548
           (portRef (member disp_data_q_c 5) (instanceRef ascii_decoder_module))
549
           (portRef (member disp_data_q_c 5))
550 6 liubenoff
          ))
551 9 liubenoff
          (net (rename disp_data_q_c_9 "disp_data_q_c[9]") (joined
552
           (portRef (member disp_data_q_c 4) (instanceRef ascii_decoder_module))
553
           (portRef (member disp_data_q_c 4))
554 6 liubenoff
          ))
555 9 liubenoff
          (net (rename disp_data_q_c_10 "disp_data_q_c[10]") (joined
556
           (portRef (member disp_data_q_c 3) (instanceRef ascii_decoder_module))
557
           (portRef (member disp_data_q_c 3))
558 6 liubenoff
          ))
559 9 liubenoff
          (net (rename disp_data_q_c_11 "disp_data_q_c[11]") (joined
560
           (portRef (member disp_data_q_c 2) (instanceRef ascii_decoder_module))
561
           (portRef (member disp_data_q_c 2))
562 6 liubenoff
          ))
563 9 liubenoff
          (net (rename disp_data_q_c_12 "disp_data_q_c[12]") (joined
564
           (portRef (member disp_data_q_c 1) (instanceRef ascii_decoder_module))
565
           (portRef (member disp_data_q_c 1))
566 6 liubenoff
          ))
567 9 liubenoff
          (net (rename disp_data_q_c_13 "disp_data_q_c[13]") (joined
568
           (portRef (member disp_data_q_c 0) (instanceRef ascii_decoder_module))
569
           (portRef (member disp_data_q_c 0))
570 6 liubenoff
          ))
571
         )
572 9 liubenoff
        (property orig_inst_of (string "display_driver_w_decoder"))
573 5 liubenoff
       )
574
    )
575 9 liubenoff
    (cell display_driver_wrapper (cellType GENERIC)
576 5 liubenoff
       (view arch (viewType NETLIST)
577
         (interface
578
           (port clk (direction INPUT))
579 6 liubenoff
           (port n_rst (direction INPUT))
580 5 liubenoff
           (port button (direction INPUT))
581 9 liubenoff
           (port (array (rename disp_data_q "disp_data_q(14:0)") 15) (direction OUTPUT))
582 5 liubenoff
         )
583
         (contents
584 6 liubenoff
          (instance GND (viewRef PRIM (cellRef VLO (libraryRef LUCENT)))          )
585 5 liubenoff
          (instance VCC (viewRef PRIM (cellRef VHI (libraryRef LUCENT)))          )
586
          (instance GSR_INST (viewRef PRIM (cellRef GSR (libraryRef LUCENT)))
587
          )
588 9 liubenoff
          (instance (rename disp_data_q_pad_RNO_14 "disp_data_q_pad_RNO[14]") (viewRef PRIM (cellRef INV (libraryRef LUCENT)))          )
589 6 liubenoff
          (instance n_rst_pad_RNIQVTF (viewRef PRIM (cellRef INV (libraryRef LUCENT)))          )
590
          (instance (rename bttn_state_fifo_0io_0 "bttn_state_fifo_0io[0]") (viewRef PRIM (cellRef IFS1P3JX (libraryRef LUCENT)))
591
           (property IOB (string "FALSE"))
592
          )
593
          (instance (rename symbol_scan_cntr_0 "symbol_scan_cntr[0]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
594
          )
595
          (instance (rename symbol_scan_cntr_1 "symbol_scan_cntr[1]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
596
          )
597
          (instance (rename symbol_scan_cntr_2 "symbol_scan_cntr[2]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
598
          )
599
          (instance (rename symbol_scan_cntr_3 "symbol_scan_cntr[3]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
600
          )
601
          (instance (rename symbol_scan_cntr_4 "symbol_scan_cntr[4]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
602
          )
603
          (instance (rename symbol_scan_cntr_5 "symbol_scan_cntr[5]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
604
          )
605
          (instance (rename symbol_scan_cntr_6 "symbol_scan_cntr[6]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
606
          )
607
          (instance (rename symbol_scan_cntr_7 "symbol_scan_cntr[7]") (viewRef PRIM (cellRef FD1P3DX (libraryRef LUCENT)))
608
          )
609
          (instance (rename bttn_state_fifo_1 "bttn_state_fifo[1]") (viewRef PRIM (cellRef FD1S3JX (libraryRef LUCENT)))
610
          )
611
          (instance (rename bttn_state_fifo_2 "bttn_state_fifo[2]") (viewRef PRIM (cellRef FD1S3JX (libraryRef LUCENT)))
612
          )
613
          (instance (rename bttn_state_fifo_3 "bttn_state_fifo[3]") (viewRef PRIM (cellRef FD1S3JX (libraryRef LUCENT)))
614
          )
615
          (instance bttn_state (viewRef PRIM (cellRef FD1S3AX (libraryRef LUCENT)))
616
          )
617 9 liubenoff
          (instance (rename disp_data_q_pad_14 "disp_data_q_pad[14]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
618
          (instance (rename disp_data_q_pad_13 "disp_data_q_pad[13]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
619
          (instance (rename disp_data_q_pad_12 "disp_data_q_pad[12]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
620
          (instance (rename disp_data_q_pad_11 "disp_data_q_pad[11]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
621
          (instance (rename disp_data_q_pad_10 "disp_data_q_pad[10]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
622
          (instance (rename disp_data_q_pad_9 "disp_data_q_pad[9]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
623
          (instance (rename disp_data_q_pad_8 "disp_data_q_pad[8]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
624
          (instance (rename disp_data_q_pad_7 "disp_data_q_pad[7]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
625
          (instance (rename disp_data_q_pad_6 "disp_data_q_pad[6]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
626
          (instance (rename disp_data_q_pad_5 "disp_data_q_pad[5]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
627
          (instance (rename disp_data_q_pad_4 "disp_data_q_pad[4]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
628
          (instance (rename disp_data_q_pad_3 "disp_data_q_pad[3]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
629
          (instance (rename disp_data_q_pad_2 "disp_data_q_pad[2]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
630
          (instance (rename disp_data_q_pad_1 "disp_data_q_pad[1]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
631
          (instance (rename disp_data_q_pad_0 "disp_data_q_pad[0]") (viewRef PRIM (cellRef OB (libraryRef LUCENT)))          )
632 6 liubenoff
          (instance button_pad (viewRef PRIM (cellRef IB (libraryRef LUCENT)))          )
633
          (instance n_rst_pad (viewRef PRIM (cellRef IB (libraryRef LUCENT)))          )
634 5 liubenoff
          (instance clk_pad (viewRef PRIM (cellRef IB (libraryRef LUCENT)))
635
          )
636 6 liubenoff
          (instance bttn_stateand (viewRef PRIM (cellRef ORCALUT4 (libraryRef LUCENT)))
637
           (property lut_function (string "(D (!C (!B !A)))"))
638
          )
639
          (instance bttn_stateand_2_0 (viewRef PRIM (cellRef ORCALUT4 (libraryRef LUCENT)))
640
           (property lut_function (string "(B !A)"))
641
          )
642
          (instance bttn_state_RNIO8V61 (viewRef PRIM (cellRef ORCALUT4 (libraryRef LUCENT)))
643
           (property lut_function (string "(C (!B !A))"))
644
          )
645
          (instance (rename bttn_state_fifo_0io_RNIB9K02_0 "bttn_state_fifo_0io_RNIB9K02[0]") (viewRef PRIM (cellRef ORCALUT4 (libraryRef LUCENT)))
646
           (property lut_function (string "(!D (!C (!B A)))"))
647
          )
648
          (instance (rename symbol_scan_cntr_cry_0_0 "symbol_scan_cntr_cry_0[0]") (viewRef PRIM (cellRef CCU2C (libraryRef LUCENT)))
649
           (property INIT0 (string "0x500c"))
650
           (property INJECT1_1 (string "NO"))
651
           (property INJECT1_0 (string "NO"))
652
           (property INIT1 (string "0xa003"))
653
          )
654
          (instance (rename symbol_scan_cntr_cry_0_1 "symbol_scan_cntr_cry_0[1]") (viewRef PRIM (cellRef CCU2C (libraryRef LUCENT)))
655
           (property INIT0 (string "0xa003"))
656
           (property INJECT1_1 (string "NO"))
657
           (property INJECT1_0 (string "NO"))
658
           (property INIT1 (string "0xa003"))
659
          )
660
          (instance (rename symbol_scan_cntr_cry_0_3 "symbol_scan_cntr_cry_0[3]") (viewRef PRIM (cellRef CCU2C (libraryRef LUCENT)))
661
           (property INIT0 (string "0xa003"))
662
           (property INJECT1_1 (string "NO"))
663
           (property INJECT1_0 (string "NO"))
664
           (property INIT1 (string "0xa003"))
665
          )
666
          (instance (rename symbol_scan_cntr_cry_0_5 "symbol_scan_cntr_cry_0[5]") (viewRef PRIM (cellRef CCU2C (libraryRef LUCENT)))
667
           (property INIT0 (string "0xa003"))
668
           (property INJECT1_1 (string "NO"))
669
           (property INJECT1_0 (string "NO"))
670
           (property INIT1 (string "0xa003"))
671
          )
672
          (instance (rename symbol_scan_cntr_s_0_7 "symbol_scan_cntr_s_0[7]") (viewRef PRIM (cellRef CCU2C (libraryRef LUCENT)))
673
           (property INIT0 (string "0xa00a"))
674
           (property INJECT1_1 (string "NO"))
675
           (property INJECT1_0 (string "NO"))
676
           (property INIT1 (string "0x5003"))
677
          )
678 9 liubenoff
          (instance display_driver_with_decoder (viewRef netlist (cellRef display_driver_w_decoder))
679 5 liubenoff
          )
680 6 liubenoff
          (net (rename symbol_scan_cntr_0 "symbol_scan_cntr[0]") (joined
681
           (portRef Q (instanceRef symbol_scan_cntr_0))
682 9 liubenoff
           (portRef (member symbol_scan_cntr 6) (instanceRef display_driver_with_decoder))
683 6 liubenoff
           (portRef A1 (instanceRef symbol_scan_cntr_cry_0_0))
684
          ))
685
          (net (rename symbol_scan_cntr_1 "symbol_scan_cntr[1]") (joined
686
           (portRef Q (instanceRef symbol_scan_cntr_1))
687 9 liubenoff
           (portRef (member symbol_scan_cntr 5) (instanceRef display_driver_with_decoder))
688 6 liubenoff
           (portRef A0 (instanceRef symbol_scan_cntr_cry_0_1))
689
          ))
690
          (net (rename symbol_scan_cntr_2 "symbol_scan_cntr[2]") (joined
691
           (portRef Q (instanceRef symbol_scan_cntr_2))
692 9 liubenoff
           (portRef (member symbol_scan_cntr 4) (instanceRef display_driver_with_decoder))
693 6 liubenoff
           (portRef A1 (instanceRef symbol_scan_cntr_cry_0_1))
694
          ))
695
          (net (rename symbol_scan_cntr_3 "symbol_scan_cntr[3]") (joined
696
           (portRef Q (instanceRef symbol_scan_cntr_3))
697 9 liubenoff
           (portRef (member symbol_scan_cntr 3) (instanceRef display_driver_with_decoder))
698 6 liubenoff
           (portRef A0 (instanceRef symbol_scan_cntr_cry_0_3))
699
          ))
700
          (net (rename symbol_scan_cntr_4 "symbol_scan_cntr[4]") (joined
701
           (portRef Q (instanceRef symbol_scan_cntr_4))
702 9 liubenoff
           (portRef (member symbol_scan_cntr 2) (instanceRef display_driver_with_decoder))
703 6 liubenoff
           (portRef A1 (instanceRef symbol_scan_cntr_cry_0_3))
704
          ))
705
          (net (rename symbol_scan_cntr_5 "symbol_scan_cntr[5]") (joined
706
           (portRef Q (instanceRef symbol_scan_cntr_5))
707 9 liubenoff
           (portRef (member symbol_scan_cntr 1) (instanceRef display_driver_with_decoder))
708 6 liubenoff
           (portRef A0 (instanceRef symbol_scan_cntr_cry_0_5))
709
          ))
710
          (net (rename symbol_scan_cntr_6 "symbol_scan_cntr[6]") (joined
711
           (portRef Q (instanceRef symbol_scan_cntr_6))
712 9 liubenoff
           (portRef (member symbol_scan_cntr 0) (instanceRef display_driver_with_decoder))
713 6 liubenoff
           (portRef A1 (instanceRef symbol_scan_cntr_cry_0_5))
714
          ))
715
          (net (rename symbol_scan_cntr_7 "symbol_scan_cntr[7]") (joined
716
           (portRef Q (instanceRef symbol_scan_cntr_7))
717
           (portRef A0 (instanceRef symbol_scan_cntr_s_0_7))
718 9 liubenoff
           (portRef A (instanceRef disp_data_q_pad_RNO_14))
719 6 liubenoff
          ))
720
          (net (rename bttn_state_fifo_0 "bttn_state_fifo[0]") (joined
721
           (portRef Q (instanceRef bttn_state_fifo_0io_0))
722
           (portRef B (instanceRef bttn_state_fifo_0io_RNIB9K02_0))
723
           (portRef A (instanceRef bttn_stateand))
724
           (portRef D (instanceRef bttn_state_fifo_1))
725
          ))
726
          (net (rename bttn_state_fifo_1 "bttn_state_fifo[1]") (joined
727
           (portRef Q (instanceRef bttn_state_fifo_1))
728
           (portRef C (instanceRef bttn_state_fifo_0io_RNIB9K02_0))
729
           (portRef B (instanceRef bttn_stateand))
730
           (portRef D (instanceRef bttn_state_fifo_2))
731
          ))
732
          (net (rename bttn_state_fifo_2 "bttn_state_fifo[2]") (joined
733
           (portRef Q (instanceRef bttn_state_fifo_2))
734
           (portRef D (instanceRef bttn_state_fifo_0io_RNIB9K02_0))
735
           (portRef C (instanceRef bttn_stateand))
736
           (portRef D (instanceRef bttn_state_fifo_3))
737
          ))
738
          (net (rename bttn_state_fifo_3 "bttn_state_fifo[3]") (joined
739
           (portRef Q (instanceRef bttn_state_fifo_3))
740
           (portRef A (instanceRef bttn_state_RNIO8V61))
741
           (portRef A (instanceRef bttn_stateand_2_0))
742
          ))
743
          (net bttn_state_i (joined
744
           (portRef Q (instanceRef bttn_state))
745
           (portRef B (instanceRef bttn_state_RNIO8V61))
746
          ))
747
          (net bttn_stateand (joined
748
           (portRef Z (instanceRef bttn_stateand))
749
           (portRef D (instanceRef bttn_state))
750
          ))
751
          (net (rename bttn_state_fifo_0io_RNIB9K02_0 "bttn_state_fifo_0io_RNIB9K02[0]") (joined
752
           (portRef Z (instanceRef bttn_state_fifo_0io_RNIB9K02_0))
753
           (portRef SP (instanceRef symbol_scan_cntr_7))
754
           (portRef SP (instanceRef symbol_scan_cntr_6))
755
           (portRef SP (instanceRef symbol_scan_cntr_5))
756
           (portRef SP (instanceRef symbol_scan_cntr_4))
757
           (portRef SP (instanceRef symbol_scan_cntr_3))
758
           (portRef SP (instanceRef symbol_scan_cntr_2))
759
           (portRef SP (instanceRef symbol_scan_cntr_1))
760
           (portRef SP (instanceRef symbol_scan_cntr_0))
761
          ))
762
          (net (rename symbol_scan_cntr_cry_0 "symbol_scan_cntr_cry[0]") (joined
763
           (portRef COUT (instanceRef symbol_scan_cntr_cry_0_0))
764
           (portRef CIN (instanceRef symbol_scan_cntr_cry_0_1))
765
          ))
766
          (net (rename symbol_scan_cntr_s_0 "symbol_scan_cntr_s[0]") (joined
767
           (portRef S1 (instanceRef symbol_scan_cntr_cry_0_0))
768
           (portRef D (instanceRef symbol_scan_cntr_0))
769
          ))
770
          (net (rename symbol_scan_cntr_s_1 "symbol_scan_cntr_s[1]") (joined
771
           (portRef S0 (instanceRef symbol_scan_cntr_cry_0_1))
772
           (portRef D (instanceRef symbol_scan_cntr_1))
773
          ))
774
          (net (rename symbol_scan_cntr_cry_2 "symbol_scan_cntr_cry[2]") (joined
775
           (portRef COUT (instanceRef symbol_scan_cntr_cry_0_1))
776
           (portRef CIN (instanceRef symbol_scan_cntr_cry_0_3))
777
          ))
778
          (net (rename symbol_scan_cntr_s_2 "symbol_scan_cntr_s[2]") (joined
779
           (portRef S1 (instanceRef symbol_scan_cntr_cry_0_1))
780
           (portRef D (instanceRef symbol_scan_cntr_2))
781
          ))
782
          (net (rename symbol_scan_cntr_s_3 "symbol_scan_cntr_s[3]") (joined
783
           (portRef S0 (instanceRef symbol_scan_cntr_cry_0_3))
784
           (portRef D (instanceRef symbol_scan_cntr_3))
785
          ))
786
          (net (rename symbol_scan_cntr_cry_4 "symbol_scan_cntr_cry[4]") (joined
787
           (portRef COUT (instanceRef symbol_scan_cntr_cry_0_3))
788
           (portRef CIN (instanceRef symbol_scan_cntr_cry_0_5))
789
          ))
790
          (net (rename symbol_scan_cntr_s_4 "symbol_scan_cntr_s[4]") (joined
791
           (portRef S1 (instanceRef symbol_scan_cntr_cry_0_3))
792
           (portRef D (instanceRef symbol_scan_cntr_4))
793
          ))
794
          (net (rename symbol_scan_cntr_s_5 "symbol_scan_cntr_s[5]") (joined
795
           (portRef S0 (instanceRef symbol_scan_cntr_cry_0_5))
796
           (portRef D (instanceRef symbol_scan_cntr_5))
797
          ))
798
          (net (rename symbol_scan_cntr_cry_6 "symbol_scan_cntr_cry[6]") (joined
799
           (portRef COUT (instanceRef symbol_scan_cntr_cry_0_5))
800
           (portRef CIN (instanceRef symbol_scan_cntr_s_0_7))
801
          ))
802
          (net (rename symbol_scan_cntr_s_6 "symbol_scan_cntr_s[6]") (joined
803
           (portRef S1 (instanceRef symbol_scan_cntr_cry_0_5))
804
           (portRef D (instanceRef symbol_scan_cntr_6))
805
          ))
806
          (net (rename symbol_scan_cntr_s_7 "symbol_scan_cntr_s[7]") (joined
807
           (portRef S0 (instanceRef symbol_scan_cntr_s_0_7))
808
           (portRef D (instanceRef symbol_scan_cntr_7))
809
          ))
810
          (net bttn_stateand_2_0 (joined
811
           (portRef Z (instanceRef bttn_stateand_2_0))
812
           (portRef D (instanceRef bttn_stateand))
813
          ))
814
          (net (rename symbol_scan_cntr_cry_0_S0_0 "symbol_scan_cntr_cry_0_S0[0]") (joined
815
           (portRef S0 (instanceRef symbol_scan_cntr_cry_0_0))
816
          ))
817
          (net (rename symbol_scan_cntr_s_0_S1_7 "symbol_scan_cntr_s_0_S1[7]") (joined
818
           (portRef S1 (instanceRef symbol_scan_cntr_s_0_7))
819
          ))
820
          (net (rename symbol_scan_cntr_s_0_COUT_7 "symbol_scan_cntr_s_0_COUT[7]") (joined
821
           (portRef COUT (instanceRef symbol_scan_cntr_s_0_7))
822
          ))
823
          (net G_15_1 (joined
824
           (portRef Z (instanceRef bttn_state_RNIO8V61))
825
           (portRef A (instanceRef bttn_state_fifo_0io_RNIB9K02_0))
826
          ))
827 5 liubenoff
          (net VCC (joined
828
           (portRef Z (instanceRef VCC))
829 6 liubenoff
           (portRef D1 (instanceRef symbol_scan_cntr_s_0_7))
830
           (portRef C1 (instanceRef symbol_scan_cntr_s_0_7))
831
           (portRef B1 (instanceRef symbol_scan_cntr_s_0_7))
832
           (portRef A1 (instanceRef symbol_scan_cntr_s_0_7))
833
           (portRef D0 (instanceRef symbol_scan_cntr_s_0_7))
834
           (portRef C0 (instanceRef symbol_scan_cntr_s_0_7))
835
           (portRef B0 (instanceRef symbol_scan_cntr_s_0_7))
836
           (portRef D1 (instanceRef symbol_scan_cntr_cry_0_5))
837
           (portRef C1 (instanceRef symbol_scan_cntr_cry_0_5))
838
           (portRef B1 (instanceRef symbol_scan_cntr_cry_0_5))
839
           (portRef D0 (instanceRef symbol_scan_cntr_cry_0_5))
840
           (portRef C0 (instanceRef symbol_scan_cntr_cry_0_5))
841
           (portRef B0 (instanceRef symbol_scan_cntr_cry_0_5))
842
           (portRef D1 (instanceRef symbol_scan_cntr_cry_0_3))
843
           (portRef C1 (instanceRef symbol_scan_cntr_cry_0_3))
844
           (portRef B1 (instanceRef symbol_scan_cntr_cry_0_3))
845
           (portRef D0 (instanceRef symbol_scan_cntr_cry_0_3))
846
           (portRef C0 (instanceRef symbol_scan_cntr_cry_0_3))
847
           (portRef B0 (instanceRef symbol_scan_cntr_cry_0_3))
848
           (portRef D1 (instanceRef symbol_scan_cntr_cry_0_1))
849
           (portRef C1 (instanceRef symbol_scan_cntr_cry_0_1))
850
           (portRef B1 (instanceRef symbol_scan_cntr_cry_0_1))
851
           (portRef D0 (instanceRef symbol_scan_cntr_cry_0_1))
852
           (portRef C0 (instanceRef symbol_scan_cntr_cry_0_1))
853
           (portRef B0 (instanceRef symbol_scan_cntr_cry_0_1))
854
           (portRef D1 (instanceRef symbol_scan_cntr_cry_0_0))
855
           (portRef C1 (instanceRef symbol_scan_cntr_cry_0_0))
856
           (portRef B1 (instanceRef symbol_scan_cntr_cry_0_0))
857
           (portRef D0 (instanceRef symbol_scan_cntr_cry_0_0))
858
           (portRef C0 (instanceRef symbol_scan_cntr_cry_0_0))
859
           (portRef B0 (instanceRef symbol_scan_cntr_cry_0_0))
860
           (portRef A0 (instanceRef symbol_scan_cntr_cry_0_0))
861
           (portRef SP (instanceRef bttn_state_fifo_0io_0))
862 5 liubenoff
           (portRef GSR (instanceRef GSR_INST))
863
          ))
864
          (net clk_c (joined
865
           (portRef O (instanceRef clk_pad))
866 6 liubenoff
           (portRef CK (instanceRef bttn_state))
867
           (portRef CK (instanceRef bttn_state_fifo_3))
868
           (portRef CK (instanceRef bttn_state_fifo_2))
869
           (portRef CK (instanceRef bttn_state_fifo_1))
870
           (portRef CK (instanceRef symbol_scan_cntr_7))
871
           (portRef CK (instanceRef symbol_scan_cntr_6))
872
           (portRef CK (instanceRef symbol_scan_cntr_5))
873
           (portRef CK (instanceRef symbol_scan_cntr_4))
874
           (portRef CK (instanceRef symbol_scan_cntr_3))
875
           (portRef CK (instanceRef symbol_scan_cntr_2))
876
           (portRef CK (instanceRef symbol_scan_cntr_1))
877
           (portRef CK (instanceRef symbol_scan_cntr_0))
878
           (portRef SCLK (instanceRef bttn_state_fifo_0io_0))
879 5 liubenoff
          ))
880
          (net clk (joined
881
           (portRef clk)
882
           (portRef I (instanceRef clk_pad))
883
          ))
884 6 liubenoff
          (net n_rst_c (joined
885
           (portRef O (instanceRef n_rst_pad))
886
           (portRef C (instanceRef bttn_state_RNIO8V61))
887
           (portRef B (instanceRef bttn_stateand_2_0))
888
           (portRef A (instanceRef n_rst_pad_RNIQVTF))
889 5 liubenoff
          ))
890 6 liubenoff
          (net n_rst (joined
891
           (portRef n_rst)
892
           (portRef I (instanceRef n_rst_pad))
893 5 liubenoff
          ))
894 6 liubenoff
          (net button_c (joined
895
           (portRef O (instanceRef button_pad))
896
           (portRef D (instanceRef bttn_state_fifo_0io_0))
897
          ))
898 5 liubenoff
          (net button (joined
899
           (portRef button)
900 6 liubenoff
           (portRef I (instanceRef button_pad))
901 5 liubenoff
          ))
902 9 liubenoff
          (net (rename disp_data_q_c_0 "disp_data_q_c[0]") (joined
903
           (portRef (member disp_data_q_c 13) (instanceRef display_driver_with_decoder))
904
           (portRef I (instanceRef disp_data_q_pad_0))
905 6 liubenoff
          ))
906 9 liubenoff
          (net (rename disp_data_q_0 "disp_data_q[0]") (joined
907
           (portRef O (instanceRef disp_data_q_pad_0))
908
           (portRef (member disp_data_q 14))
909 5 liubenoff
          ))
910 9 liubenoff
          (net (rename disp_data_q_c_1 "disp_data_q_c[1]") (joined
911
           (portRef (member disp_data_q_c 12) (instanceRef display_driver_with_decoder))
912
           (portRef I (instanceRef disp_data_q_pad_1))
913 6 liubenoff
          ))
914 9 liubenoff
          (net (rename disp_data_q_1 "disp_data_q[1]") (joined
915
           (portRef O (instanceRef disp_data_q_pad_1))
916
           (portRef (member disp_data_q 13))
917 5 liubenoff
          ))
918 9 liubenoff
          (net (rename disp_data_q_c_2 "disp_data_q_c[2]") (joined
919
           (portRef (member disp_data_q_c 11) (instanceRef display_driver_with_decoder))
920
           (portRef I (instanceRef disp_data_q_pad_2))
921 6 liubenoff
          ))
922 9 liubenoff
          (net (rename disp_data_q_2 "disp_data_q[2]") (joined
923
           (portRef O (instanceRef disp_data_q_pad_2))
924
           (portRef (member disp_data_q 12))
925 5 liubenoff
          ))
926 9 liubenoff
          (net (rename disp_data_q_c_3 "disp_data_q_c[3]") (joined
927
           (portRef (member disp_data_q_c 10) (instanceRef display_driver_with_decoder))
928
           (portRef I (instanceRef disp_data_q_pad_3))
929 6 liubenoff
          ))
930 9 liubenoff
          (net (rename disp_data_q_3 "disp_data_q[3]") (joined
931
           (portRef O (instanceRef disp_data_q_pad_3))
932
           (portRef (member disp_data_q 11))
933 5 liubenoff
          ))
934 9 liubenoff
          (net (rename disp_data_q_c_4 "disp_data_q_c[4]") (joined
935
           (portRef (member disp_data_q_c 9) (instanceRef display_driver_with_decoder))
936
           (portRef I (instanceRef disp_data_q_pad_4))
937 6 liubenoff
          ))
938 9 liubenoff
          (net (rename disp_data_q_4 "disp_data_q[4]") (joined
939
           (portRef O (instanceRef disp_data_q_pad_4))
940
           (portRef (member disp_data_q 10))
941 5 liubenoff
          ))
942 9 liubenoff
          (net (rename disp_data_q_c_5 "disp_data_q_c[5]") (joined
943
           (portRef (member disp_data_q_c 8) (instanceRef display_driver_with_decoder))
944
           (portRef I (instanceRef disp_data_q_pad_5))
945 6 liubenoff
          ))
946 9 liubenoff
          (net (rename disp_data_q_5 "disp_data_q[5]") (joined
947
           (portRef O (instanceRef disp_data_q_pad_5))
948
           (portRef (member disp_data_q 9))
949 5 liubenoff
          ))
950 9 liubenoff
          (net (rename disp_data_q_c_6 "disp_data_q_c[6]") (joined
951
           (portRef (member disp_data_q_c 7) (instanceRef display_driver_with_decoder))
952
           (portRef I (instanceRef disp_data_q_pad_6))
953 6 liubenoff
          ))
954 9 liubenoff
          (net (rename disp_data_q_6 "disp_data_q[6]") (joined
955
           (portRef O (instanceRef disp_data_q_pad_6))
956
           (portRef (member disp_data_q 8))
957 5 liubenoff
          ))
958 9 liubenoff
          (net (rename disp_data_q_c_7 "disp_data_q_c[7]") (joined
959
           (portRef (member disp_data_q_c 6) (instanceRef display_driver_with_decoder))
960
           (portRef I (instanceRef disp_data_q_pad_7))
961 6 liubenoff
          ))
962 9 liubenoff
          (net (rename disp_data_q_7 "disp_data_q[7]") (joined
963
           (portRef O (instanceRef disp_data_q_pad_7))
964
           (portRef (member disp_data_q 7))
965 5 liubenoff
          ))
966 9 liubenoff
          (net (rename disp_data_q_c_8 "disp_data_q_c[8]") (joined
967
           (portRef (member disp_data_q_c 5) (instanceRef display_driver_with_decoder))
968
           (portRef I (instanceRef disp_data_q_pad_8))
969 6 liubenoff
          ))
970 9 liubenoff
          (net (rename disp_data_q_8 "disp_data_q[8]") (joined
971
           (portRef O (instanceRef disp_data_q_pad_8))
972
           (portRef (member disp_data_q 6))
973 5 liubenoff
          ))
974 9 liubenoff
          (net (rename disp_data_q_c_9 "disp_data_q_c[9]") (joined
975
           (portRef (member disp_data_q_c 4) (instanceRef display_driver_with_decoder))
976
           (portRef I (instanceRef disp_data_q_pad_9))
977 6 liubenoff
          ))
978 9 liubenoff
          (net (rename disp_data_q_9 "disp_data_q[9]") (joined
979
           (portRef O (instanceRef disp_data_q_pad_9))
980
           (portRef (member disp_data_q 5))
981 5 liubenoff
          ))
982 9 liubenoff
          (net (rename disp_data_q_c_10 "disp_data_q_c[10]") (joined
983
           (portRef (member disp_data_q_c 3) (instanceRef display_driver_with_decoder))
984
           (portRef I (instanceRef disp_data_q_pad_10))
985 6 liubenoff
          ))
986 9 liubenoff
          (net (rename disp_data_q_10 "disp_data_q[10]") (joined
987
           (portRef O (instanceRef disp_data_q_pad_10))
988
           (portRef (member disp_data_q 4))
989 5 liubenoff
          ))
990 9 liubenoff
          (net (rename disp_data_q_c_11 "disp_data_q_c[11]") (joined
991
           (portRef (member disp_data_q_c 2) (instanceRef display_driver_with_decoder))
992
           (portRef I (instanceRef disp_data_q_pad_11))
993 6 liubenoff
          ))
994 9 liubenoff
          (net (rename disp_data_q_11 "disp_data_q[11]") (joined
995
           (portRef O (instanceRef disp_data_q_pad_11))
996
           (portRef (member disp_data_q 3))
997 5 liubenoff
          ))
998 9 liubenoff
          (net (rename disp_data_q_c_12 "disp_data_q_c[12]") (joined
999
           (portRef (member disp_data_q_c 1) (instanceRef display_driver_with_decoder))
1000
           (portRef I (instanceRef disp_data_q_pad_12))
1001 6 liubenoff
          ))
1002 9 liubenoff
          (net (rename disp_data_q_12 "disp_data_q[12]") (joined
1003
           (portRef O (instanceRef disp_data_q_pad_12))
1004
           (portRef (member disp_data_q 2))
1005 5 liubenoff
          ))
1006 9 liubenoff
          (net (rename disp_data_q_c_13 "disp_data_q_c[13]") (joined
1007
           (portRef (member disp_data_q_c 0) (instanceRef display_driver_with_decoder))
1008
           (portRef I (instanceRef disp_data_q_pad_13))
1009 6 liubenoff
          ))
1010 9 liubenoff
          (net (rename disp_data_q_13 "disp_data_q[13]") (joined
1011
           (portRef O (instanceRef disp_data_q_pad_13))
1012
           (portRef (member disp_data_q 1))
1013 5 liubenoff
          ))
1014 9 liubenoff
          (net (rename disp_data_q_14 "disp_data_q[14]") (joined
1015
           (portRef O (instanceRef disp_data_q_pad_14))
1016
           (portRef (member disp_data_q 0))
1017 5 liubenoff
          ))
1018 6 liubenoff
          (net n_rst_c_i (joined
1019
           (portRef Z (instanceRef n_rst_pad_RNIQVTF))
1020
           (portRef PD (instanceRef bttn_state_fifo_3))
1021
           (portRef PD (instanceRef bttn_state_fifo_2))
1022
           (portRef PD (instanceRef bttn_state_fifo_1))
1023
           (portRef CD (instanceRef symbol_scan_cntr_7))
1024
           (portRef CD (instanceRef symbol_scan_cntr_6))
1025
           (portRef CD (instanceRef symbol_scan_cntr_5))
1026
           (portRef CD (instanceRef symbol_scan_cntr_4))
1027
           (portRef CD (instanceRef symbol_scan_cntr_3))
1028
           (portRef CD (instanceRef symbol_scan_cntr_2))
1029
           (portRef CD (instanceRef symbol_scan_cntr_1))
1030
           (portRef CD (instanceRef symbol_scan_cntr_0))
1031
           (portRef PD (instanceRef bttn_state_fifo_0io_0))
1032
          ))
1033
          (net (rename symbol_scan_cntr_i_7 "symbol_scan_cntr_i[7]") (joined
1034 9 liubenoff
           (portRef Z (instanceRef disp_data_q_pad_RNO_14))
1035
           (portRef I (instanceRef disp_data_q_pad_14))
1036 6 liubenoff
          ))
1037
          (net N_1 (joined
1038
           (portRef CIN (instanceRef symbol_scan_cntr_cry_0_0))
1039
          ))
1040 5 liubenoff
         )
1041 9 liubenoff
        (property orig_inst_of (string "display_driver_wrapper"))
1042 5 liubenoff
       )
1043
    )
1044
  )
1045 9 liubenoff
  (design display_driver_wrapper (cellRef display_driver_wrapper (libraryRef work))
1046 5 liubenoff
        (property PART (string "lfe5um5g_45f-8") ))
1047
)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.