-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranscript
More file actions
56 lines (56 loc) · 2.33 KB
/
transcript
File metadata and controls
56 lines (56 loc) · 2.33 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
# Compile of adders.vhd was successful.
# Compile of barramentos.vhd was successful.
# Compile of control.vhd was successful.
# Compile of control_ula.vhd was successful.
# Compile of CPU.vhd was successful.
# Compile of immGen.vhd was successful.
# Compile of memory_data.vhd was successful.
# Compile of memory_inst.vhd was successful.
# Compile of Mux.vhd was successful.
# Compile of PC.vhd was successful.
# Compile of PC_control.vhd was successful.
# Compile of testbench.vhd was successful.
# Compile of ulaRv.vhd was successful.
# Compile of XRegs.vhd was successful.
# 14 compiles, 0 failed with no errors.
vsim -gui work.testbench
# vsim -gui work.testbench
# Start time: 01:43:21 on Jul 28,2023
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.testbench(arch)
# Loading work.cpu(structure_pipeline)
# Loading work.mux_pc_module(df)
# Loading work.pc(pc_arch)
# Loading work.adder_module(df)
# Loading ieee.std_logic_textio(body)
# Loading work.memory_inst(memi_arch)
# Loading work.instructionfetchdecodepipeline(df)
# Loading work.controlmodule(cont)
# Loading work.xregs(behavior)
# Loading work.immgen(immgen_arch)
# Loading work.instructiondecodeexecutepipeline(df)
# Loading work.adder_pc_imm_module(df)
# Loading work.mux_alu_module(df)
# Loading work.ularv(behavior)
# Loading work.control_ula(control_ula_arch)
# Loading work.executememorypipeline(df)
# Loading work.pc_control(arch_ctr)
# Loading work.memory_data(mem_arch)
# Loading work.memorywritebackpipeline(df)
# Loading work.mux_xreg_module(df)
add wave -position insertpoint sim:/testbench/dut/*
run
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /testbench/dut/MD
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /testbench/dut/BancoRegs
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /testbench/dut/BancoRegs
# ** Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0
# Time: 0 ps Iteration: 0 Instance: /testbench/dut/MI
# WARNING: No extended dataflow license exists
# End time: 03:38:43 on Jul 28,2023, Elapsed time: 1:55:22
# Errors: 0, Warnings: 8