-
Notifications
You must be signed in to change notification settings - Fork 0
/
transcript
28 lines (28 loc) · 1.03 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
# vsim -c -do "run -all" TopLevel_tb "+sig=check" "+mem_init=my.hex"
# Start time: 01:16:43 on Nov 27,2022
# Loading sv_std.std
# Loading work.TopLevel_tb
# Loading work.TopLevel
# Loading work.Mux_PC
# Loading work.program_counter
# Loading work.Instruction_Memory
# Loading work.Instruction_Fetch
# Loading work.PCPlus4
# Loading work.Register_file
# Loading work.ALU
# Loading work.controller
# Loading work.LoadStore_Unit
# Loading work.Data_Memory
# Loading work.immediate_gen
# Loading work.mux_selA
# Loading work.mux_selB
# Loading work.MuxResult
# Loading work.BranchCond
# ** Warning: (vsim-3015) [PCDPC] - Port size (13) does not match connection size (32) for port 'addr'. The port definition is at: Data_Memory.sv(6).
# Time: 0 ps Iteration: 0 Instance: /TopLevel_tb/TOPLevel/Dmem File: TopLevel.sv Line: 21
# run -all
# STRING with FS has a value check
# ** Note: $finish : TopLevel_tb.sv(37)
# Time: 11189 ps Iteration: 1 Instance: /TopLevel_tb
# End time: 01:16:44 on Nov 27,2022, Elapsed time: 0:00:01
# Errors: 0, Warnings: 1