OpenCores
URL https://opencores.org/ocsvn/structural_vhdl/structural_vhdl/trunk

Subversion Repositories structural_vhdl

[/] [structural_vhdl/] [tags/] [vlsi/] [inout_port/] [key_in.vst] - Blame information for rev 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 marta
-- VHDL structural description generated from `key_in`
2
--              date : Sat Sep  1 21:07:14 2001
3
 
4
 
5
-- Entity Declaration
6
 
7
ENTITY key_in IS
8
  PORT (
9
  inkey : in BIT_VECTOR (31 DOWNTO 0);  -- inkey
10
  key_sended : in BIT;  -- key_sended
11
  clk : in BIT; -- clk
12
  rst : in BIT; -- rst
13
  req_key : out BIT;    -- req_key
14
  ikey_ready : inout BIT;       -- ikey_ready
15
  inkey64 : out BIT_VECTOR (127 DOWNTO 0);      -- inkey64
16
  vdd : in BIT; -- vdd
17
  vss : in BIT  -- vss
18
  );
19
END key_in;
20
 
21
-- Architecture Declaration
22
 
23
ARCHITECTURE VST OF key_in IS
24
  COMPONENT dec1to4
25
    port (
26
    a : in BIT_VECTOR(31 DOWNTO 0);     -- a
27
    sel : in BIT_VECTOR(1 DOWNTO 0);    -- sel
28
    clk : in BIT;       -- clk
29
    rst : in BIT;       -- rst
30
    o1 : out BIT_VECTOR(31 DOWNTO 0);   -- o1
31
    o2 : out BIT_VECTOR(31 DOWNTO 0);   -- o2
32
    o3 : out BIT_VECTOR(31 DOWNTO 0);   -- o3
33
    o4 : out BIT_VECTOR(31 DOWNTO 0);   -- o4
34
    vdd : in BIT;       -- vdd
35
    vss : in BIT        -- vss
36
    );
37
  END COMPONENT;
38
 
39
  COMPONENT in_key
40
    port (
41
    clk : in BIT;       -- clk
42
    rst : in BIT;       -- rst
43
    key_sended : in BIT;        -- key_sended
44
    en_bufin : inout BIT;       -- en_bufin
45
    req_key : out BIT;  -- req_key
46
    ikey_ready : out BIT;       -- ikey_ready
47
    n_block : out BIT;  -- n_block
48
    vdd : in BIT;       -- vdd
49
    vss : in BIT        -- vss
50
    );
51
  END COMPONENT;
52
 
53
  COMPONENT buf_x2
54
    port (
55
    i : in BIT; -- i
56
    q : out BIT;        -- q
57
    vdd : in BIT;       -- vdd
58
    vss : in BIT        -- vss
59
    );
60
  END COMPONENT;
61
 
62
  SIGNAL en_bufin : BIT;        -- en_bufin
63
  SIGNAL inkey64_total_0 : BIT; -- inkey64_total 0
64
  SIGNAL inkey64_total_1 : BIT; -- inkey64_total 1
65
  SIGNAL inkey64_total_2 : BIT; -- inkey64_total 2
66
  SIGNAL inkey64_total_3 : BIT; -- inkey64_total 3
67
  SIGNAL inkey64_total_4 : BIT; -- inkey64_total 4
68
  SIGNAL inkey64_total_5 : BIT; -- inkey64_total 5
69
  SIGNAL inkey64_total_6 : BIT; -- inkey64_total 6
70
  SIGNAL inkey64_total_7 : BIT; -- inkey64_total 7
71
  SIGNAL inkey64_total_8 : BIT; -- inkey64_total 8
72
  SIGNAL inkey64_total_9 : BIT; -- inkey64_total 9
73
  SIGNAL inkey64_total_10 : BIT;        -- inkey64_total 10
74
  SIGNAL inkey64_total_11 : BIT;        -- inkey64_total 11
75
  SIGNAL inkey64_total_12 : BIT;        -- inkey64_total 12
76
  SIGNAL inkey64_total_13 : BIT;        -- inkey64_total 13
77
  SIGNAL inkey64_total_14 : BIT;        -- inkey64_total 14
78
  SIGNAL inkey64_total_15 : BIT;        -- inkey64_total 15
79
  SIGNAL inkey64_total_16 : BIT;        -- inkey64_total 16
80
  SIGNAL inkey64_total_17 : BIT;        -- inkey64_total 17
81
  SIGNAL inkey64_total_18 : BIT;        -- inkey64_total 18
82
  SIGNAL inkey64_total_19 : BIT;        -- inkey64_total 19
83
  SIGNAL inkey64_total_20 : BIT;        -- inkey64_total 20
84
  SIGNAL inkey64_total_21 : BIT;        -- inkey64_total 21
85
  SIGNAL inkey64_total_22 : BIT;        -- inkey64_total 22
86
  SIGNAL inkey64_total_23 : BIT;        -- inkey64_total 23
87
  SIGNAL inkey64_total_24 : BIT;        -- inkey64_total 24
88
  SIGNAL inkey64_total_25 : BIT;        -- inkey64_total 25
89
  SIGNAL inkey64_total_26 : BIT;        -- inkey64_total 26
90
  SIGNAL inkey64_total_27 : BIT;        -- inkey64_total 27
91
  SIGNAL inkey64_total_28 : BIT;        -- inkey64_total 28
92
  SIGNAL inkey64_total_29 : BIT;        -- inkey64_total 29
93
  SIGNAL inkey64_total_30 : BIT;        -- inkey64_total 30
94
  SIGNAL inkey64_total_31 : BIT;        -- inkey64_total 31
95
  SIGNAL inkey64_total_32 : BIT;        -- inkey64_total 32
96
  SIGNAL inkey64_total_33 : BIT;        -- inkey64_total 33
97
  SIGNAL inkey64_total_34 : BIT;        -- inkey64_total 34
98
  SIGNAL inkey64_total_35 : BIT;        -- inkey64_total 35
99
  SIGNAL inkey64_total_36 : BIT;        -- inkey64_total 36
100
  SIGNAL inkey64_total_37 : BIT;        -- inkey64_total 37
101
  SIGNAL inkey64_total_38 : BIT;        -- inkey64_total 38
102
  SIGNAL inkey64_total_39 : BIT;        -- inkey64_total 39
103
  SIGNAL inkey64_total_40 : BIT;        -- inkey64_total 40
104
  SIGNAL inkey64_total_41 : BIT;        -- inkey64_total 41
105
  SIGNAL inkey64_total_42 : BIT;        -- inkey64_total 42
106
  SIGNAL inkey64_total_43 : BIT;        -- inkey64_total 43
107
  SIGNAL inkey64_total_44 : BIT;        -- inkey64_total 44
108
  SIGNAL inkey64_total_45 : BIT;        -- inkey64_total 45
109
  SIGNAL inkey64_total_46 : BIT;        -- inkey64_total 46
110
  SIGNAL inkey64_total_47 : BIT;        -- inkey64_total 47
111
  SIGNAL inkey64_total_48 : BIT;        -- inkey64_total 48
112
  SIGNAL inkey64_total_49 : BIT;        -- inkey64_total 49
113
  SIGNAL inkey64_total_50 : BIT;        -- inkey64_total 50
114
  SIGNAL inkey64_total_51 : BIT;        -- inkey64_total 51
115
  SIGNAL inkey64_total_52 : BIT;        -- inkey64_total 52
116
  SIGNAL inkey64_total_53 : BIT;        -- inkey64_total 53
117
  SIGNAL inkey64_total_54 : BIT;        -- inkey64_total 54
118
  SIGNAL inkey64_total_55 : BIT;        -- inkey64_total 55
119
  SIGNAL inkey64_total_56 : BIT;        -- inkey64_total 56
120
  SIGNAL inkey64_total_57 : BIT;        -- inkey64_total 57
121
  SIGNAL inkey64_total_58 : BIT;        -- inkey64_total 58
122
  SIGNAL inkey64_total_59 : BIT;        -- inkey64_total 59
123
  SIGNAL inkey64_total_60 : BIT;        -- inkey64_total 60
124
  SIGNAL inkey64_total_61 : BIT;        -- inkey64_total 61
125
  SIGNAL inkey64_total_62 : BIT;        -- inkey64_total 62
126
  SIGNAL inkey64_total_63 : BIT;        -- inkey64_total 63
127
  SIGNAL inkey64_total_64 : BIT;        -- inkey64_total 64
128
  SIGNAL inkey64_total_65 : BIT;        -- inkey64_total 65
129
  SIGNAL inkey64_total_66 : BIT;        -- inkey64_total 66
130
  SIGNAL inkey64_total_67 : BIT;        -- inkey64_total 67
131
  SIGNAL inkey64_total_68 : BIT;        -- inkey64_total 68
132
  SIGNAL inkey64_total_69 : BIT;        -- inkey64_total 69
133
  SIGNAL inkey64_total_70 : BIT;        -- inkey64_total 70
134
  SIGNAL inkey64_total_71 : BIT;        -- inkey64_total 71
135
  SIGNAL inkey64_total_72 : BIT;        -- inkey64_total 72
136
  SIGNAL inkey64_total_73 : BIT;        -- inkey64_total 73
137
  SIGNAL inkey64_total_74 : BIT;        -- inkey64_total 74
138
  SIGNAL inkey64_total_75 : BIT;        -- inkey64_total 75
139
  SIGNAL inkey64_total_76 : BIT;        -- inkey64_total 76
140
  SIGNAL inkey64_total_77 : BIT;        -- inkey64_total 77
141
  SIGNAL inkey64_total_78 : BIT;        -- inkey64_total 78
142
  SIGNAL inkey64_total_79 : BIT;        -- inkey64_total 79
143
  SIGNAL inkey64_total_80 : BIT;        -- inkey64_total 80
144
  SIGNAL inkey64_total_81 : BIT;        -- inkey64_total 81
145
  SIGNAL inkey64_total_82 : BIT;        -- inkey64_total 82
146
  SIGNAL inkey64_total_83 : BIT;        -- inkey64_total 83
147
  SIGNAL inkey64_total_84 : BIT;        -- inkey64_total 84
148
  SIGNAL inkey64_total_85 : BIT;        -- inkey64_total 85
149
  SIGNAL inkey64_total_86 : BIT;        -- inkey64_total 86
150
  SIGNAL inkey64_total_87 : BIT;        -- inkey64_total 87
151
  SIGNAL inkey64_total_88 : BIT;        -- inkey64_total 88
152
  SIGNAL inkey64_total_89 : BIT;        -- inkey64_total 89
153
  SIGNAL inkey64_total_90 : BIT;        -- inkey64_total 90
154
  SIGNAL inkey64_total_91 : BIT;        -- inkey64_total 91
155
  SIGNAL inkey64_total_92 : BIT;        -- inkey64_total 92
156
  SIGNAL inkey64_total_93 : BIT;        -- inkey64_total 93
157
  SIGNAL inkey64_total_94 : BIT;        -- inkey64_total 94
158
  SIGNAL inkey64_total_95 : BIT;        -- inkey64_total 95
159
  SIGNAL inkey64_total_96 : BIT;        -- inkey64_total 96
160
  SIGNAL inkey64_total_97 : BIT;        -- inkey64_total 97
161
  SIGNAL inkey64_total_98 : BIT;        -- inkey64_total 98
162
  SIGNAL inkey64_total_99 : BIT;        -- inkey64_total 99
163
  SIGNAL inkey64_total_100 : BIT;       -- inkey64_total 100
164
  SIGNAL inkey64_total_101 : BIT;       -- inkey64_total 101
165
  SIGNAL inkey64_total_102 : BIT;       -- inkey64_total 102
166
  SIGNAL inkey64_total_103 : BIT;       -- inkey64_total 103
167
  SIGNAL inkey64_total_104 : BIT;       -- inkey64_total 104
168
  SIGNAL inkey64_total_105 : BIT;       -- inkey64_total 105
169
  SIGNAL inkey64_total_106 : BIT;       -- inkey64_total 106
170
  SIGNAL inkey64_total_107 : BIT;       -- inkey64_total 107
171
  SIGNAL inkey64_total_108 : BIT;       -- inkey64_total 108
172
  SIGNAL inkey64_total_109 : BIT;       -- inkey64_total 109
173
  SIGNAL inkey64_total_110 : BIT;       -- inkey64_total 110
174
  SIGNAL inkey64_total_111 : BIT;       -- inkey64_total 111
175
  SIGNAL inkey64_total_112 : BIT;       -- inkey64_total 112
176
  SIGNAL inkey64_total_113 : BIT;       -- inkey64_total 113
177
  SIGNAL inkey64_total_114 : BIT;       -- inkey64_total 114
178
  SIGNAL inkey64_total_115 : BIT;       -- inkey64_total 115
179
  SIGNAL inkey64_total_116 : BIT;       -- inkey64_total 116
180
  SIGNAL inkey64_total_117 : BIT;       -- inkey64_total 117
181
  SIGNAL inkey64_total_118 : BIT;       -- inkey64_total 118
182
  SIGNAL inkey64_total_119 : BIT;       -- inkey64_total 119
183
  SIGNAL inkey64_total_120 : BIT;       -- inkey64_total 120
184
  SIGNAL inkey64_total_121 : BIT;       -- inkey64_total 121
185
  SIGNAL inkey64_total_122 : BIT;       -- inkey64_total 122
186
  SIGNAL inkey64_total_123 : BIT;       -- inkey64_total 123
187
  SIGNAL inkey64_total_124 : BIT;       -- inkey64_total 124
188
  SIGNAL inkey64_total_125 : BIT;       -- inkey64_total 125
189
  SIGNAL inkey64_total_126 : BIT;       -- inkey64_total 126
190
  SIGNAL inkey64_total_127 : BIT;       -- inkey64_total 127
191
  SIGNAL n_block : BIT; -- n_block
192
 
193
BEGIN
194
 
195
  dec12 : dec1to4
196
    PORT MAP (
197
    vss => vss,
198
    vdd => vdd,
199
    o4 => inkey64_total_31& inkey64_total_30& inkey64_total_29& inkey64_total_28& inkey64_total_27& inkey64_total_26& inkey64_total_25& inkey64_total_24& inkey64_total_23& inkey64_total_22& inkey64_total_21& inkey64_total_20& inkey64_total_19& inkey64_total_18& inkey64_total_17& inkey64_total_16& inkey64_total_15& inkey64_total_14& inkey64_total_13& inkey64_total_12& inkey64_total_11& inkey64_total_10& inkey64_total_9& inkey64_total_8& inkey64_total_7& inkey64_total_6& inkey64_total_5& inkey64_total_4& inkey64_total_3& inkey64_total_2& inkey64_total_1& inkey64_total_0,
200
    o3 => inkey64_total_63& inkey64_total_62& inkey64_total_61& inkey64_total_60& inkey64_total_59& inkey64_total_58& inkey64_total_57& inkey64_total_56& inkey64_total_55& inkey64_total_54& inkey64_total_53& inkey64_total_52& inkey64_total_51& inkey64_total_50& inkey64_total_49& inkey64_total_48& inkey64_total_47& inkey64_total_46& inkey64_total_45& inkey64_total_44& inkey64_total_43& inkey64_total_42& inkey64_total_41& inkey64_total_40& inkey64_total_39& inkey64_total_38& inkey64_total_37& inkey64_total_36& inkey64_total_35& inkey64_total_34& inkey64_total_33& inkey64_total_32,
201
    o2 => inkey64_total_95& inkey64_total_94& inkey64_total_93& inkey64_total_92& inkey64_total_91& inkey64_total_90& inkey64_total_89& inkey64_total_88& inkey64_total_87& inkey64_total_86& inkey64_total_85& inkey64_total_84& inkey64_total_83& inkey64_total_82& inkey64_total_81& inkey64_total_80& inkey64_total_79& inkey64_total_78& inkey64_total_77& inkey64_total_76& inkey64_total_75& inkey64_total_74& inkey64_total_73& inkey64_total_72& inkey64_total_71& inkey64_total_70& inkey64_total_69& inkey64_total_68& inkey64_total_67& inkey64_total_66& inkey64_total_65& inkey64_total_64,
202
    o1 => inkey64_total_126& inkey64_total_125& inkey64_total_124& inkey64_total_123& inkey64_total_122& inkey64_total_121& inkey64_total_120& inkey64_total_119& inkey64_total_118& inkey64_total_117& inkey64_total_116& inkey64_total_115& inkey64_total_114& inkey64_total_113& inkey64_total_112& inkey64_total_111& inkey64_total_110& inkey64_total_109& inkey64_total_108& inkey64_total_107& inkey64_total_106& inkey64_total_105& inkey64_total_104& inkey64_total_103& inkey64_total_102& inkey64_total_101& inkey64_total_100& inkey64_total_99& inkey64_total_98& inkey64_total_97& inkey64_total_96& inkey64_total_95,
203
    rst => inkey64_total_127,
204
    clk => rst,
205
    sel => n_block& en_bufin,
206
    a => inkey(31)& inkey(30)& inkey(29)& inkey(28)& inkey(27)& inkey(26)& inkey(25)& inkey(24)& inkey(23)& inkey(22)& inkey(21)& inkey(20)& inkey(19)& inkey(18)& inkey(17)& inkey(16)& inkey(15)& inkey(14)& inkey(13)& inkey(12)& inkey(11)& inkey(10)& inkey(9)& inkey(8)& inkey(7)& inkey(6)& inkey(5)& inkey(4)& inkey(3)& inkey(2)& inkey(1)& inkey(0));
207
  ctrl_inkey : in_key
208
    PORT MAP (
209
    vss => vss,
210
    vdd => vdd,
211
    n_block => n_block,
212
    ikey_ready => ikey_ready,
213
    req_key => req_key,
214
    en_bufin => en_bufin,
215
    key_sended => key_sended,
216
    rst => rst,
217
    clk => clk);
218
  buf0 : buf_x2
219
    PORT MAP (
220
    vss => vss,
221
    vdd => vdd,
222
    q => inkey64(0),
223
    i => inkey64_total_0);
224
  buf1 : buf_x2
225
    PORT MAP (
226
    vss => vss,
227
    vdd => vdd,
228
    q => inkey64(1),
229
    i => inkey64_total_1);
230
  buf2 : buf_x2
231
    PORT MAP (
232
    vss => vss,
233
    vdd => vdd,
234
    q => inkey64(2),
235
    i => inkey64_total_2);
236
  buf3 : buf_x2
237
    PORT MAP (
238
    vss => vss,
239
    vdd => vdd,
240
    q => inkey64(3),
241
    i => inkey64_total_3);
242
  buf4 : buf_x2
243
    PORT MAP (
244
    vss => vss,
245
    vdd => vdd,
246
    q => inkey64(4),
247
    i => inkey64_total_4);
248
  buf5 : buf_x2
249
    PORT MAP (
250
    vss => vss,
251
    vdd => vdd,
252
    q => inkey64(5),
253
    i => inkey64_total_5);
254
  buf6 : buf_x2
255
    PORT MAP (
256
    vss => vss,
257
    vdd => vdd,
258
    q => inkey64(6),
259
    i => inkey64_total_6);
260
  buf7 : buf_x2
261
    PORT MAP (
262
    vss => vss,
263
    vdd => vdd,
264
    q => inkey64(7),
265
    i => inkey64_total_7);
266
  buf8 : buf_x2
267
    PORT MAP (
268
    vss => vss,
269
    vdd => vdd,
270
    q => inkey64(8),
271
    i => inkey64_total_8);
272
  buf9 : buf_x2
273
    PORT MAP (
274
    vss => vss,
275
    vdd => vdd,
276
    q => inkey64(9),
277
    i => inkey64_total_9);
278
  buf10 : buf_x2
279
    PORT MAP (
280
    vss => vss,
281
    vdd => vdd,
282
    q => inkey64(10),
283
    i => inkey64_total_10);
284
  buf11 : buf_x2
285
    PORT MAP (
286
    vss => vss,
287
    vdd => vdd,
288
    q => inkey64(11),
289
    i => inkey64_total_11);
290
  buf12 : buf_x2
291
    PORT MAP (
292
    vss => vss,
293
    vdd => vdd,
294
    q => inkey64(12),
295
    i => inkey64_total_12);
296
  buf13 : buf_x2
297
    PORT MAP (
298
    vss => vss,
299
    vdd => vdd,
300
    q => inkey64(13),
301
    i => inkey64_total_13);
302
  buf14 : buf_x2
303
    PORT MAP (
304
    vss => vss,
305
    vdd => vdd,
306
    q => inkey64(14),
307
    i => inkey64_total_14);
308
  buf15 : buf_x2
309
    PORT MAP (
310
    vss => vss,
311
    vdd => vdd,
312
    q => inkey64(15),
313
    i => inkey64_total_15);
314
  buf16 : buf_x2
315
    PORT MAP (
316
    vss => vss,
317
    vdd => vdd,
318
    q => inkey64(16),
319
    i => inkey64_total_16);
320
  buf17 : buf_x2
321
    PORT MAP (
322
    vss => vss,
323
    vdd => vdd,
324
    q => inkey64(17),
325
    i => inkey64_total_17);
326
  buf18 : buf_x2
327
    PORT MAP (
328
    vss => vss,
329
    vdd => vdd,
330
    q => inkey64(18),
331
    i => inkey64_total_18);
332
  buf19 : buf_x2
333
    PORT MAP (
334
    vss => vss,
335
    vdd => vdd,
336
    q => inkey64(19),
337
    i => inkey64_total_19);
338
  buf20 : buf_x2
339
    PORT MAP (
340
    vss => vss,
341
    vdd => vdd,
342
    q => inkey64(20),
343
    i => inkey64_total_20);
344
  buf21 : buf_x2
345
    PORT MAP (
346
    vss => vss,
347
    vdd => vdd,
348
    q => inkey64(21),
349
    i => inkey64_total_21);
350
  buf22 : buf_x2
351
    PORT MAP (
352
    vss => vss,
353
    vdd => vdd,
354
    q => inkey64(22),
355
    i => inkey64_total_22);
356
  buf23 : buf_x2
357
    PORT MAP (
358
    vss => vss,
359
    vdd => vdd,
360
    q => inkey64(23),
361
    i => inkey64_total_23);
362
  buf24 : buf_x2
363
    PORT MAP (
364
    vss => vss,
365
    vdd => vdd,
366
    q => inkey64(24),
367
    i => inkey64_total_24);
368
  buf25 : buf_x2
369
    PORT MAP (
370
    vss => vss,
371
    vdd => vdd,
372
    q => inkey64(25),
373
    i => inkey64_total_25);
374
  buf26 : buf_x2
375
    PORT MAP (
376
    vss => vss,
377
    vdd => vdd,
378
    q => inkey64(26),
379
    i => inkey64_total_26);
380
  buf27 : buf_x2
381
    PORT MAP (
382
    vss => vss,
383
    vdd => vdd,
384
    q => inkey64(27),
385
    i => inkey64_total_27);
386
  buf28 : buf_x2
387
    PORT MAP (
388
    vss => vss,
389
    vdd => vdd,
390
    q => inkey64(28),
391
    i => inkey64_total_28);
392
  buf29 : buf_x2
393
    PORT MAP (
394
    vss => vss,
395
    vdd => vdd,
396
    q => inkey64(29),
397
    i => inkey64_total_29);
398
  buf30 : buf_x2
399
    PORT MAP (
400
    vss => vss,
401
    vdd => vdd,
402
    q => inkey64(30),
403
    i => inkey64_total_30);
404
  buf31 : buf_x2
405
    PORT MAP (
406
    vss => vss,
407
    vdd => vdd,
408
    q => inkey64(31),
409
    i => inkey64_total_31);
410
  buf32 : buf_x2
411
    PORT MAP (
412
    vss => vss,
413
    vdd => vdd,
414
    q => inkey64(32),
415
    i => inkey64_total_32);
416
  buf33 : buf_x2
417
    PORT MAP (
418
    vss => vss,
419
    vdd => vdd,
420
    q => inkey64(33),
421
    i => inkey64_total_33);
422
  buf34 : buf_x2
423
    PORT MAP (
424
    vss => vss,
425
    vdd => vdd,
426
    q => inkey64(34),
427
    i => inkey64_total_34);
428
  buf35 : buf_x2
429
    PORT MAP (
430
    vss => vss,
431
    vdd => vdd,
432
    q => inkey64(35),
433
    i => inkey64_total_35);
434
  buf36 : buf_x2
435
    PORT MAP (
436
    vss => vss,
437
    vdd => vdd,
438
    q => inkey64(36),
439
    i => inkey64_total_36);
440
  buf37 : buf_x2
441
    PORT MAP (
442
    vss => vss,
443
    vdd => vdd,
444
    q => inkey64(37),
445
    i => inkey64_total_37);
446
  buf38 : buf_x2
447
    PORT MAP (
448
    vss => vss,
449
    vdd => vdd,
450
    q => inkey64(38),
451
    i => inkey64_total_38);
452
  buf39 : buf_x2
453
    PORT MAP (
454
    vss => vss,
455
    vdd => vdd,
456
    q => inkey64(39),
457
    i => inkey64_total_39);
458
  buf40 : buf_x2
459
    PORT MAP (
460
    vss => vss,
461
    vdd => vdd,
462
    q => inkey64(40),
463
    i => inkey64_total_40);
464
  buf41 : buf_x2
465
    PORT MAP (
466
    vss => vss,
467
    vdd => vdd,
468
    q => inkey64(41),
469
    i => inkey64_total_41);
470
  buf42 : buf_x2
471
    PORT MAP (
472
    vss => vss,
473
    vdd => vdd,
474
    q => inkey64(42),
475
    i => inkey64_total_42);
476
  buf43 : buf_x2
477
    PORT MAP (
478
    vss => vss,
479
    vdd => vdd,
480
    q => inkey64(43),
481
    i => inkey64_total_43);
482
  buf44 : buf_x2
483
    PORT MAP (
484
    vss => vss,
485
    vdd => vdd,
486
    q => inkey64(44),
487
    i => inkey64_total_44);
488
  buf45 : buf_x2
489
    PORT MAP (
490
    vss => vss,
491
    vdd => vdd,
492
    q => inkey64(45),
493
    i => inkey64_total_45);
494
  buf46 : buf_x2
495
    PORT MAP (
496
    vss => vss,
497
    vdd => vdd,
498
    q => inkey64(46),
499
    i => inkey64_total_46);
500
  buf47 : buf_x2
501
    PORT MAP (
502
    vss => vss,
503
    vdd => vdd,
504
    q => inkey64(47),
505
    i => inkey64_total_47);
506
  buf48 : buf_x2
507
    PORT MAP (
508
    vss => vss,
509
    vdd => vdd,
510
    q => inkey64(48),
511
    i => inkey64_total_48);
512
  buf49 : buf_x2
513
    PORT MAP (
514
    vss => vss,
515
    vdd => vdd,
516
    q => inkey64(49),
517
    i => inkey64_total_49);
518
  buf50 : buf_x2
519
    PORT MAP (
520
    vss => vss,
521
    vdd => vdd,
522
    q => inkey64(50),
523
    i => inkey64_total_50);
524
  buf51 : buf_x2
525
    PORT MAP (
526
    vss => vss,
527
    vdd => vdd,
528
    q => inkey64(51),
529
    i => inkey64_total_51);
530
  buf52 : buf_x2
531
    PORT MAP (
532
    vss => vss,
533
    vdd => vdd,
534
    q => inkey64(52),
535
    i => inkey64_total_52);
536
  buf53 : buf_x2
537
    PORT MAP (
538
    vss => vss,
539
    vdd => vdd,
540
    q => inkey64(53),
541
    i => inkey64_total_53);
542
  buf54 : buf_x2
543
    PORT MAP (
544
    vss => vss,
545
    vdd => vdd,
546
    q => inkey64(54),
547
    i => inkey64_total_54);
548
  buf55 : buf_x2
549
    PORT MAP (
550
    vss => vss,
551
    vdd => vdd,
552
    q => inkey64(55),
553
    i => inkey64_total_55);
554
  buf56 : buf_x2
555
    PORT MAP (
556
    vss => vss,
557
    vdd => vdd,
558
    q => inkey64(56),
559
    i => inkey64_total_56);
560
  buf57 : buf_x2
561
    PORT MAP (
562
    vss => vss,
563
    vdd => vdd,
564
    q => inkey64(57),
565
    i => inkey64_total_57);
566
  buf58 : buf_x2
567
    PORT MAP (
568
    vss => vss,
569
    vdd => vdd,
570
    q => inkey64(58),
571
    i => inkey64_total_58);
572
  buf59 : buf_x2
573
    PORT MAP (
574
    vss => vss,
575
    vdd => vdd,
576
    q => inkey64(59),
577
    i => inkey64_total_59);
578
  buf60 : buf_x2
579
    PORT MAP (
580
    vss => vss,
581
    vdd => vdd,
582
    q => inkey64(60),
583
    i => inkey64_total_60);
584
  buf61 : buf_x2
585
    PORT MAP (
586
    vss => vss,
587
    vdd => vdd,
588
    q => inkey64(61),
589
    i => inkey64_total_61);
590
  buf62 : buf_x2
591
    PORT MAP (
592
    vss => vss,
593
    vdd => vdd,
594
    q => inkey64(62),
595
    i => inkey64_total_62);
596
  buf63 : buf_x2
597
    PORT MAP (
598
    vss => vss,
599
    vdd => vdd,
600
    q => inkey64(63),
601
    i => inkey64_total_63);
602
  buf64 : buf_x2
603
    PORT MAP (
604
    vss => vss,
605
    vdd => vdd,
606
    q => inkey64(64),
607
    i => inkey64_total_64);
608
  buf65 : buf_x2
609
    PORT MAP (
610
    vss => vss,
611
    vdd => vdd,
612
    q => inkey64(65),
613
    i => inkey64_total_65);
614
  buf66 : buf_x2
615
    PORT MAP (
616
    vss => vss,
617
    vdd => vdd,
618
    q => inkey64(66),
619
    i => inkey64_total_66);
620
  buf67 : buf_x2
621
    PORT MAP (
622
    vss => vss,
623
    vdd => vdd,
624
    q => inkey64(67),
625
    i => inkey64_total_67);
626
  buf68 : buf_x2
627
    PORT MAP (
628
    vss => vss,
629
    vdd => vdd,
630
    q => inkey64(68),
631
    i => inkey64_total_68);
632
  buf69 : buf_x2
633
    PORT MAP (
634
    vss => vss,
635
    vdd => vdd,
636
    q => inkey64(69),
637
    i => inkey64_total_69);
638
  buf70 : buf_x2
639
    PORT MAP (
640
    vss => vss,
641
    vdd => vdd,
642
    q => inkey64(70),
643
    i => inkey64_total_70);
644
  buf71 : buf_x2
645
    PORT MAP (
646
    vss => vss,
647
    vdd => vdd,
648
    q => inkey64(71),
649
    i => inkey64_total_71);
650
  buf72 : buf_x2
651
    PORT MAP (
652
    vss => vss,
653
    vdd => vdd,
654
    q => inkey64(72),
655
    i => inkey64_total_72);
656
  buf73 : buf_x2
657
    PORT MAP (
658
    vss => vss,
659
    vdd => vdd,
660
    q => inkey64(73),
661
    i => inkey64_total_73);
662
  buf74 : buf_x2
663
    PORT MAP (
664
    vss => vss,
665
    vdd => vdd,
666
    q => inkey64(74),
667
    i => inkey64_total_74);
668
  buf75 : buf_x2
669
    PORT MAP (
670
    vss => vss,
671
    vdd => vdd,
672
    q => inkey64(75),
673
    i => inkey64_total_75);
674
  buf76 : buf_x2
675
    PORT MAP (
676
    vss => vss,
677
    vdd => vdd,
678
    q => inkey64(76),
679
    i => inkey64_total_76);
680
  buf77 : buf_x2
681
    PORT MAP (
682
    vss => vss,
683
    vdd => vdd,
684
    q => inkey64(77),
685
    i => inkey64_total_77);
686
  buf78 : buf_x2
687
    PORT MAP (
688
    vss => vss,
689
    vdd => vdd,
690
    q => inkey64(78),
691
    i => inkey64_total_78);
692
  buf79 : buf_x2
693
    PORT MAP (
694
    vss => vss,
695
    vdd => vdd,
696
    q => inkey64(79),
697
    i => inkey64_total_79);
698
  buf80 : buf_x2
699
    PORT MAP (
700
    vss => vss,
701
    vdd => vdd,
702
    q => inkey64(80),
703
    i => inkey64_total_80);
704
  buf81 : buf_x2
705
    PORT MAP (
706
    vss => vss,
707
    vdd => vdd,
708
    q => inkey64(81),
709
    i => inkey64_total_81);
710
  buf82 : buf_x2
711
    PORT MAP (
712
    vss => vss,
713
    vdd => vdd,
714
    q => inkey64(82),
715
    i => inkey64_total_82);
716
  buf83 : buf_x2
717
    PORT MAP (
718
    vss => vss,
719
    vdd => vdd,
720
    q => inkey64(83),
721
    i => inkey64_total_83);
722
  buf84 : buf_x2
723
    PORT MAP (
724
    vss => vss,
725
    vdd => vdd,
726
    q => inkey64(84),
727
    i => inkey64_total_84);
728
  buf85 : buf_x2
729
    PORT MAP (
730
    vss => vss,
731
    vdd => vdd,
732
    q => inkey64(85),
733
    i => inkey64_total_85);
734
  buf86 : buf_x2
735
    PORT MAP (
736
    vss => vss,
737
    vdd => vdd,
738
    q => inkey64(86),
739
    i => inkey64_total_86);
740
  buf87 : buf_x2
741
    PORT MAP (
742
    vss => vss,
743
    vdd => vdd,
744
    q => inkey64(87),
745
    i => inkey64_total_87);
746
  buf88 : buf_x2
747
    PORT MAP (
748
    vss => vss,
749
    vdd => vdd,
750
    q => inkey64(88),
751
    i => inkey64_total_88);
752
  buf89 : buf_x2
753
    PORT MAP (
754
    vss => vss,
755
    vdd => vdd,
756
    q => inkey64(89),
757
    i => inkey64_total_89);
758
  buf90 : buf_x2
759
    PORT MAP (
760
    vss => vss,
761
    vdd => vdd,
762
    q => inkey64(90),
763
    i => inkey64_total_90);
764
  buf91 : buf_x2
765
    PORT MAP (
766
    vss => vss,
767
    vdd => vdd,
768
    q => inkey64(91),
769
    i => inkey64_total_91);
770
  buf92 : buf_x2
771
    PORT MAP (
772
    vss => vss,
773
    vdd => vdd,
774
    q => inkey64(92),
775
    i => inkey64_total_92);
776
  buf93 : buf_x2
777
    PORT MAP (
778
    vss => vss,
779
    vdd => vdd,
780
    q => inkey64(93),
781
    i => inkey64_total_93);
782
  buf94 : buf_x2
783
    PORT MAP (
784
    vss => vss,
785
    vdd => vdd,
786
    q => inkey64(94),
787
    i => inkey64_total_94);
788
  buf95 : buf_x2
789
    PORT MAP (
790
    vss => vss,
791
    vdd => vdd,
792
    q => inkey64(95),
793
    i => inkey64_total_95);
794
  buf96 : buf_x2
795
    PORT MAP (
796
    vss => vss,
797
    vdd => vdd,
798
    q => inkey64(96),
799
    i => inkey64_total_96);
800
  buf97 : buf_x2
801
    PORT MAP (
802
    vss => vss,
803
    vdd => vdd,
804
    q => inkey64(97),
805
    i => inkey64_total_97);
806
  buf98 : buf_x2
807
    PORT MAP (
808
    vss => vss,
809
    vdd => vdd,
810
    q => inkey64(98),
811
    i => inkey64_total_98);
812
  buf99 : buf_x2
813
    PORT MAP (
814
    vss => vss,
815
    vdd => vdd,
816
    q => inkey64(99),
817
    i => inkey64_total_99);
818
  buf100 : buf_x2
819
    PORT MAP (
820
    vss => vss,
821
    vdd => vdd,
822
    q => inkey64(100),
823
    i => inkey64_total_100);
824
  buf101 : buf_x2
825
    PORT MAP (
826
    vss => vss,
827
    vdd => vdd,
828
    q => inkey64(101),
829
    i => inkey64_total_101);
830
  buf102 : buf_x2
831
    PORT MAP (
832
    vss => vss,
833
    vdd => vdd,
834
    q => inkey64(102),
835
    i => inkey64_total_102);
836
  buf103 : buf_x2
837
    PORT MAP (
838
    vss => vss,
839
    vdd => vdd,
840
    q => inkey64(103),
841
    i => inkey64_total_103);
842
  buf104 : buf_x2
843
    PORT MAP (
844
    vss => vss,
845
    vdd => vdd,
846
    q => inkey64(104),
847
    i => inkey64_total_104);
848
  buf105 : buf_x2
849
    PORT MAP (
850
    vss => vss,
851
    vdd => vdd,
852
    q => inkey64(105),
853
    i => inkey64_total_105);
854
  buf106 : buf_x2
855
    PORT MAP (
856
    vss => vss,
857
    vdd => vdd,
858
    q => inkey64(106),
859
    i => inkey64_total_106);
860
  buf107 : buf_x2
861
    PORT MAP (
862
    vss => vss,
863
    vdd => vdd,
864
    q => inkey64(107),
865
    i => inkey64_total_107);
866
  buf108 : buf_x2
867
    PORT MAP (
868
    vss => vss,
869
    vdd => vdd,
870
    q => inkey64(108),
871
    i => inkey64_total_108);
872
  buf109 : buf_x2
873
    PORT MAP (
874
    vss => vss,
875
    vdd => vdd,
876
    q => inkey64(109),
877
    i => inkey64_total_109);
878
  buf110 : buf_x2
879
    PORT MAP (
880
    vss => vss,
881
    vdd => vdd,
882
    q => inkey64(110),
883
    i => inkey64_total_110);
884
  buf111 : buf_x2
885
    PORT MAP (
886
    vss => vss,
887
    vdd => vdd,
888
    q => inkey64(111),
889
    i => inkey64_total_111);
890
  buf112 : buf_x2
891
    PORT MAP (
892
    vss => vss,
893
    vdd => vdd,
894
    q => inkey64(112),
895
    i => inkey64_total_112);
896
  buf113 : buf_x2
897
    PORT MAP (
898
    vss => vss,
899
    vdd => vdd,
900
    q => inkey64(113),
901
    i => inkey64_total_113);
902
  buf114 : buf_x2
903
    PORT MAP (
904
    vss => vss,
905
    vdd => vdd,
906
    q => inkey64(114),
907
    i => inkey64_total_114);
908
  buf115 : buf_x2
909
    PORT MAP (
910
    vss => vss,
911
    vdd => vdd,
912
    q => inkey64(115),
913
    i => inkey64_total_115);
914
  buf116 : buf_x2
915
    PORT MAP (
916
    vss => vss,
917
    vdd => vdd,
918
    q => inkey64(116),
919
    i => inkey64_total_116);
920
  buf117 : buf_x2
921
    PORT MAP (
922
    vss => vss,
923
    vdd => vdd,
924
    q => inkey64(117),
925
    i => inkey64_total_117);
926
  buf118 : buf_x2
927
    PORT MAP (
928
    vss => vss,
929
    vdd => vdd,
930
    q => inkey64(118),
931
    i => inkey64_total_118);
932
  buf119 : buf_x2
933
    PORT MAP (
934
    vss => vss,
935
    vdd => vdd,
936
    q => inkey64(119),
937
    i => inkey64_total_119);
938
  buf120 : buf_x2
939
    PORT MAP (
940
    vss => vss,
941
    vdd => vdd,
942
    q => inkey64(120),
943
    i => inkey64_total_120);
944
  buf121 : buf_x2
945
    PORT MAP (
946
    vss => vss,
947
    vdd => vdd,
948
    q => inkey64(121),
949
    i => inkey64_total_121);
950
  buf122 : buf_x2
951
    PORT MAP (
952
    vss => vss,
953
    vdd => vdd,
954
    q => inkey64(122),
955
    i => inkey64_total_122);
956
  buf123 : buf_x2
957
    PORT MAP (
958
    vss => vss,
959
    vdd => vdd,
960
    q => inkey64(123),
961
    i => inkey64_total_123);
962
  buf124 : buf_x2
963
    PORT MAP (
964
    vss => vss,
965
    vdd => vdd,
966
    q => inkey64(124),
967
    i => inkey64_total_124);
968
  buf125 : buf_x2
969
    PORT MAP (
970
    vss => vss,
971
    vdd => vdd,
972
    q => inkey64(125),
973
    i => inkey64_total_125);
974
  buf126 : buf_x2
975
    PORT MAP (
976
    vss => vss,
977
    vdd => vdd,
978
    q => inkey64(126),
979
    i => inkey64_total_126);
980
  buf127 : buf_x2
981
    PORT MAP (
982
    vss => vss,
983
    vdd => vdd,
984
    q => inkey64(127),
985
    i => inkey64_total_127);
986
 
987
end VST;

powered by: WebSVN 2.1.0

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