-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtranscript
More file actions
63 lines (63 loc) · 3.11 KB
/
transcript
File metadata and controls
63 lines (63 loc) · 3.11 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
# Loading project Bluetooth
# Compile of bt_tb.sv failed with 5 errors.
# Compile of bt_tb.sv was successful.
vsim work.top_tb
# vsim work.top_tb
# Start time: 18:56:59 on Nov 28,2017
# Loading sv_std.std
# Loading work.helperPKG
# Loading work.bt_tb_sv_unit
# Loading work.top_tb
# ** Error: (vsim-3033) /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv(36): Instantiation of 'Bluetooth' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /top_tb File: /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv
# Searched libraries:
# /home/jreed/Documents/schoolwork/ee_401/work
# ** Error: (vsim-3033) /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv(42): Instantiation of 'Bluetooth' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /top_tb File: /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv
# Searched libraries:
# /home/jreed/Documents/schoolwork/ee_401/work
# Error loading design
# End time: 18:56:59 on Nov 28,2017, Elapsed time: 0:00:00
# Errors: 2, Warnings: 0
vsim work.top_tb
# vsim work.top_tb
# Start time: 18:57:02 on Nov 28,2017
# Loading sv_std.std
# Loading work.helperPKG
# Loading work.bt_tb_sv_unit
# Loading work.top_tb
# ** Error: (vsim-3033) /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv(36): Instantiation of 'Bluetooth' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /top_tb File: /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv
# Searched libraries:
# /home/jreed/Documents/schoolwork/ee_401/work
# ** Error: (vsim-3033) /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv(42): Instantiation of 'Bluetooth' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /top_tb File: /home/jreed/Documents/schoolwork/ee_401/src/bt_tb.sv
# Searched libraries:
# /home/jreed/Documents/schoolwork/ee_401/work
# Error loading design
# End time: 18:57:02 on Nov 28,2017, Elapsed time: 0:00:00
# Errors: 2, Warnings: 0
# Compile of bt.sv was successful with warnings.
vsim work.top_tb
# vsim work.top_tb
# Start time: 18:57:29 on Nov 28,2017
# Loading sv_std.std
# Loading work.helperPKG
# Loading work.bt_tb_sv_unit
# Loading work.top_tb
# Loading work.bt_sv_unit
# Loading work.Bluetooth
# ** Error: (vsim-3033) /home/jreed/Documents/schoolwork/ee_401/src/bt.sv(69): Instantiation of 'baud_gen' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /top_tb/uut1 File: /home/jreed/Documents/schoolwork/ee_401/src/bt.sv
# Searched libraries:
# /home/jreed/Documents/schoolwork/ee_401/work
# Loading work.uart
# Loading work.rx
# Loading work.tx
# ** Error: (vsim-3033) /home/jreed/Documents/schoolwork/ee_401/src/bt.sv(69): Instantiation of 'baud_gen' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /top_tb/uut2 File: /home/jreed/Documents/schoolwork/ee_401/src/bt.sv
# Searched libraries:
# /home/jreed/Documents/schoolwork/ee_401/work
# Error loading design
# End time: 18:57:30 on Nov 28,2017, Elapsed time: 0:00:01
# Errors: 2, Warnings: 0