-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranscript
654 lines (654 loc) · 29 KB
/
transcript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
# Reading C:/altera/15.0/modelsim_ase/tcl/vsim/pref.tcl
# OpenFile C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:01:33 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(138): near ";": expecting ')'
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(144): near "if": expecting ';'
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(150): No feasible entries for prefix operator "xor".
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(150): Type error resolving prefix expression "xor" as type ieee.std_logic_1164.STD_LOGIC.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(152): near "when": expecting END
# End time: 13:01:33 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 5, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:01:51 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(150): No feasible entries for prefix operator "xor".
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(150): Type error resolving prefix expression "xor" as type ieee.std_logic_1164.STD_LOGIC.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(154): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(154): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(156): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(156): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(158): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(158): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(160): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(160): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(165): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(165): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(167): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(167): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(169): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(169): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(175): VHDL Compiler exiting
# End time: 13:01:51 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 17, Warnings: 0
# Modified modelsim.ini
# Modified modelsim.ini
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:02:05 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(154): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(154): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(156): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(156): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(158): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(158): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(160): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(160): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(165): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(165): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(167): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(167): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(169): Illegal target for signal assignment.
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(169): (vcom-1136) Unknown identifier "out_code".
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(175): VHDL Compiler exiting
# End time: 13:02:05 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 15, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:18:47 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(156): near "when": expecting END
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(135): (vcom-1339) Case statement choices cover only 2 out of 6561 cases.
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(164): VHDL Compiler exiting
# End time: 13:18:47 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 3, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:19:00 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(135): (vcom-1339) Case statement choices cover only 3 out of 6561 cases.
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(165): VHDL Compiler exiting
# End time: 13:19:00 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 2, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:19:01 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(135): (vcom-1339) Case statement choices cover only 3 out of 6561 cases.
#
# ** Error: C:/Users/scarte9/ECSE487-ALU/alu_16.vhd(165): VHDL Compiler exiting
# End time: 13:19:01 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 2, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:19:09 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:19:09 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:19:10 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:19:10 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:19:54 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:19:55 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
add wave -position insertpoint N
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:30:21 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:30:21 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:30:21 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# ** Error: alu_tb.vhd(79): Signal "status_t" is type ieee.NUMERIC_STD.UNSIGNED; expecting type work.status_type.alu_status.
# ** Error: alu_tb.vhd(413): VHDL Compiler exiting
# End time: 13:30:21 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 2, Warnings: 0
# C:/altera/15.0/modelsim_ase/win32aloem/vcom failed.
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:30:40 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:30:41 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:30:41 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:30:41 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# vsim -gui C:\Users\scarte9\ECSE487-ALU\alu_16.vhd
# Start time: 13:30:41 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 4 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 6 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 10 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 12 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 18 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 20 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function
# Time: 20 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 22 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 24 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 26 ns Iteration: 0 Instance: /alu_tb
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:34:43 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:34:44 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:34:44 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:34:44 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:34:45 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 4 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 6 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 10 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 12 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 18 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 20 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function
# Time: 20 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 22 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 24 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 26 ns Iteration: 0 Instance: /alu_tb
vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:36:27 on Feb 06,2016
# vcom -reportprogress 300 -work work C:/Users/scarte9/ECSE487-ALU/alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:36:27 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:36:54 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:36:54 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:36:54 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:36:54 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:36:55 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function
# Time: 20 ns Iteration: 0 Instance: /alu_tb
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:37:31 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:37:32 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:37:32 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:37:32 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:37:33 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function
# Time: 20 ns Iteration: 0 Instance: /alu_tb
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:37:57 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:37:57 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:37:57 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:37:58 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:37:59 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function
# Time: 20 ns Iteration: 0 Instance: /alu_tb
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:38:39 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:38:39 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:38:39 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:38:40 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:38:40 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function
# Time: 20 ns Iteration: 0 Instance: /alu_tb
quit -sim
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:46:35 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:46:35 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:46:35 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:46:35 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:46:35 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confims parity is high for even bits and negative number
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case shows a status of no set values
# Time: 4 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confims parity is high for even bits and negative number
# Time: 6 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: checking condition with overflow
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confims negative number and no parity bit set
# Time: 10 ns Iteration: 0 Instance: /alu_tb
# ** Note: checking condition with overflow -- Status is wrong to demonstrate no esiting error
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confirms function of zero number and even parity
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confirms even parity
# Time: 20 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function: no overflow due to barrel shift
# Time: 22 ns Iteration: 0 Instance: /alu_tb
# ** Note: Parity and negative
# Time: 22 ns Iteration: 0 Instance: /alu_tb
# ** Note: checking negative value
# Time: 24 ns Iteration: 0 Instance: /alu_tb
source alu_tb.tcl
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:47:05 on Feb 06,2016
# vcom -reportprogress 300 alu_16.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Compiling entity alu_16
# -- Compiling architecture implementation of alu_16
# End time: 13:47:05 on Feb 06,2016, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
# Model Technology ModelSim ALTERA vcom 10.3d Compiler 2014.10 Oct 7 2014
# Start time: 13:47:05 on Feb 06,2016
# vcom -reportprogress 300 alu_tb.vhd
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package NUMERIC_STD
# -- Loading package status_type
# -- Compiling entity alu_tb
# -- Compiling architecture testbed of alu_tb
# End time: 13:47:06 on Feb 06,2016, Elapsed time: 0:00:01
# Errors: 0, Warnings: 0
# vsim
# Start time: 13:47:06 on Feb 06,2016
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.status_type(body)
# Loading work.alu_tb(testbed)
# Loading work.alu_16(implementation)
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /alu_tb/dut
# ** Note: begin test case for add function
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confims parity is high for even bits and negative number
# Time: 2 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case shows a status of no set values
# Time: 4 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confims parity is high for even bits and negative number
# Time: 6 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for SUB function
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: checking condition with overflow
# Time: 8 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confims negative number and no parity bit set
# Time: 10 ns Iteration: 0 Instance: /alu_tb
# ** Note: checking condition with overflow -- Status is wrong to demonstrate non-exiting error
# Time: 14 ns Iteration: 0 Instance: /alu_tb
# ** Error: status output incorrect
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for AND function
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confirms function of zero number and even parity
# Time: 16 ns Iteration: 0 Instance: /alu_tb
# ** Note: test case confirms even parity
# Time: 20 ns Iteration: 0 Instance: /alu_tb
# ** Note: begin test case for ASR function: no overflow due to barrel shift
# Time: 22 ns Iteration: 0 Instance: /alu_tb
# ** Note: Parity and negative
# Time: 22 ns Iteration: 0 Instance: /alu_tb
# ** Note: checking negative value
# Time: 24 ns Iteration: 0 Instance: /alu_tb