-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranscript
More file actions
120 lines (120 loc) · 4.62 KB
/
transcript
File metadata and controls
120 lines (120 loc) · 4.62 KB
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
# Compile of sequencer.sv failed with 3 errors.
# Compile of sequencer.sv failed with 2 errors.
# Compile of sequencer.sv was successful.
vsim M4.test_multiplier
# vsim M4.test_multiplier
# Start time: 19:25:34 on Nov 08,2020
# ** Note: (vsim-3813) Design is being optimized due to module recompilation...
# Loading sv_std.std
# Loading work.test_multiplier(fast)
run -all
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
quit -sim
# End time: 19:26:35 on Nov 08,2020, Elapsed time: 0:01:01
# Errors: 0, Warnings: 4
vsim M4.test_multiplier
# vsim M4.test_multiplier
# Start time: 20:24:05 on Nov 08,2020
# ** Note: (vsim-8009) Loading existing optimized design _opt
# Loading sv_std.std
# Loading work.test_multiplier(fast)
run -all
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
add wave -position end sim:/std::semaphore::new/*
# ** UI-Msg: (vish-4014) No objects found matching '/std::semaphore::new/*'.
add wave -position end sim:/test_multiplier/*
# ** UI-Msg: (vish-4014) No objects found matching '/test_multiplier/*'.
add wave -position end sim:/std/*
# ** UI-Msg: (vish-4014) No objects found matching '/std/*'.
add wave -position end sim:/#vsim_capacity#/*
add wave -position end sim:/test_multiplier/#ALWAYS#49/*
# ** UI-Msg: (vish-4014) No objects found matching '/test_multiplier/#ALWAYS#49/*'.
add wave -position insertpoint sim:/test_multiplier/#ALWAYS#49/*
# ** UI-Msg: (vish-4014) No objects found matching '/test_multiplier/#ALWAYS#49/*'.
run -all
add dataflow sim:/test_multiplier/*
restart -f
# ** Note: (vsim-8009) Loading existing optimized design _opt
# Loading work.test_multiplier(fast)
run -all
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
# Compile of test_multiplier.sv was successful.
vsim M4.test_multiplier
# End time: 21:31:29 on Nov 08,2020, Elapsed time: 1:07:24
# Errors: 0, Warnings: 2
# vsim M4.test_multiplier
# Start time: 21:31:29 on Nov 08,2020
# ** Note: (vsim-3813) Design is being optimized due to module recompilation...
# Loading sv_std.std
# Loading work.test_multiplier(fast)
run -all
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
run
quit -sim
# End time: 21:35:13 on Nov 08,2020, Elapsed time: 0:03:44
# Errors: 0, Warnings: 1
vsim -vopt M4.test_multiplier
# vsim -vopt M4.test_multiplier
# Start time: 21:35:18 on Nov 08,2020
# ** Note: (vsim-8009) Loading existing optimized design _opt
# Loading sv_std.std
# Loading work.test_multiplier(fast)
run -all
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
quit -sim
# End time: 21:35:48 on Nov 08,2020, Elapsed time: 0:00:30
# Errors: 0, Warnings: 1
vsim -vopt M4.test_multiplier
# vsim -vopt M4.test_multiplier
# Start time: 21:36:23 on Nov 08,2020
# ** Note: (vsim-8009) Loading existing optimized design _opt
# Loading sv_std.std
# Loading work.test_multiplier(fast)
run
run
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
run
run
run
run
run
add wave -position insertpoint sim:/test_multiplier/*
# ** UI-Msg: (vish-4014) No objects found matching '/test_multiplier/*'.
add wave sim:/test_multiplier/*
# ** UI-Msg: (vish-4014) No objects found matching '/test_multiplier/*'.
quit -sim
# End time: 21:38:42 on Nov 08,2020, Elapsed time: 0:02:19
# Errors: 0, Warnings: 1
vsim M4.test_multiplier
# vsim M4.test_multiplier
# Start time: 21:38:47 on Nov 08,2020
# ** Note: (vsim-8009) Loading existing optimized design _opt
# Loading sv_std.std
# Loading work.test_multiplier(fast)
# Compile of adder.sv was successful.
# Compile of multiplier.sv was successful.
# Compile of reg_m.sv was successful.
# Compile of register.sv was successful.
# Compile of sequencer.sv was successful.
# Compile of test_multiplier.sv was successful.
# 6 compiles, 0 failed with no errors.
# ** Error: Acs sdne.
#
# Unable to replace existing ini file (//filestore.soton.ac.uk/users/cw8g19/mydocuments/Year_Two/labs/M4/M4.mpf). File can not be renamed.
quit -sim
# End time: 21:39:19 on Nov 08,2020, Elapsed time: 0:00:32
# Errors: 1, Warnings: 2
vsim M4._opt
# vsim M4._opt
# Start time: 21:39:21 on Nov 08,2020
# ** Warning: (vsim-1963) Explicit invocation on automatically named optimized design "_opt" will not cause it to be locked.
# Loading sv_std.std
# Loading work.test_multiplier(fast)
run
run
# Test passed: at 170 Min = 3, Qin = 5, AQ = 15
add wave -position insertpoint {multiplier m0 (.*);}
# ** UI-Msg: (vish-4014) No objects found matching 'multiplier m0 (.*);'.
quit -sim
# End time: 22:05:05 on Nov 08,2020, Elapsed time: 0:25:44
# Errors: 0, Warnings: 2