Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit eb0c3b3

Browse files
committed
Finished Lab Report and Closed Vivado
1 parent 5c43a61 commit eb0c3b3

39 files changed

+1702
-397
lines changed
32.1 KB
Binary file not shown.
148 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version:1
2-
7873696d:7873696d5c636f6d6d616e645f6c696e655f6f7074696f6e73:2d73696d5f6d6f6465:6265686176696f72616c:00:00
2+
7873696d:7873696d5c636f6d6d616e645f6c696e655f6f7074696f6e73:2d73696d5f6d6f6465:64656661756c743a3a6265686176696f72616c:00:00
33
7873696d:7873696d5c636f6d6d616e645f6c696e655f6f7074696f6e73:2d73696d5f74797065:64656661756c743a3a:00:00
4-
eof:2427094519
4+
eof:241934075

ARM-Project/ARM-Project.sim/sim_1/behav/xsim/compile.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REM Filename : compile.bat
66
REM Simulator : Xilinx Vivado Simulator
77
REM Description : Script for compiling the simulation design source files
88
REM
9-
REM Generated by Vivado on Tue Feb 13 17:28:28 -0600 2024
9+
REM Generated by Vivado on Tue Feb 13 17:33:08 -0600 2024
1010
REM SW Build 3367213 on Tue Oct 19 02:48:09 MDT 2021
1111
REM
1212
REM IP Build 3369179 on Thu Oct 21 08:25:16 MDT 2021
@@ -15,8 +15,8 @@ REM usage: compile.bat
1515
REM
1616
REM ****************************************************************************
1717
REM compile Verilog/System Verilog design sources
18-
echo "xvlog --incr --relax -L uvm -prj regfile_test_vlog.prj"
19-
call xvlog --incr --relax -L uvm -prj regfile_test_vlog.prj -log xvlog.log
18+
echo "xvlog --incr --relax -L uvm -prj instr_parse_test_vlog.prj"
19+
call xvlog --incr --relax -L uvm -prj instr_parse_test_vlog.prj -log xvlog.log
2020
call type xvlog.log > compile.log
2121
if "%errorlevel%"=="1" goto END
2222
if "%errorlevel%"=="0" goto SUCCESS
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
INFO: [VRFC 10-2263] Analyzing Verilog file "C:/Users/reese_ford1/Documents/GitHub/ARM-Lab/ARM-Lab/code/2_decode/instr_parse.v" into library xil_defaultlib
2+
INFO: [VRFC 10-311] analyzing module instr_parse
3+
INFO: [VRFC 10-2263] Analyzing SystemVerilog file "C:/Users/reese_ford1/Documents/GitHub/ARM-Lab/ARM-Lab/code/0_common/verification_functions.sv" into library xil_defaultlib
4+
INFO: [VRFC 10-2263] Analyzing SystemVerilog file "C:/Users/reese_ford1/Documents/GitHub/ARM-Lab/ARM-Lab/code/2_decode/instr_parse_test.sv" into library xil_defaultlib
5+
WARNING: [VRFC 10-3264] design element 'verification' is previously defined, ignoring this definition [../../../../../ARM-Lab/code/0_common/verification_functions.sv:3]
6+
INFO: [VRFC 10-311] analyzing module instr_parse_test

ARM-Project/ARM-Project.sim/sim_1/behav/xsim/elaborate.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REM Filename : elaborate.bat
66
REM Simulator : Xilinx Vivado Simulator
77
REM Description : Script for elaborating the compiled design
88
REM
9-
REM Generated by Vivado on Tue Feb 13 17:28:30 -0600 2024
9+
REM Generated by Vivado on Tue Feb 13 17:33:09 -0600 2024
1010
REM SW Build 3367213 on Tue Oct 19 02:48:09 MDT 2021
1111
REM
1212
REM IP Build 3369179 on Thu Oct 21 08:25:16 MDT 2021
@@ -15,8 +15,8 @@ REM usage: elaborate.bat
1515
REM
1616
REM ****************************************************************************
1717
REM elaborate design
18-
echo "xelab --incr --debug typical --relax --mt 2 -L xil_defaultlib -L uvm -L unisims_ver -L unimacro_ver -L secureip --snapshot regfile_test_behav xil_defaultlib.regfile_test xil_defaultlib.glbl -log elaborate.log"
19-
call xelab --incr --debug typical --relax --mt 2 -L xil_defaultlib -L uvm -L unisims_ver -L unimacro_ver -L secureip --snapshot regfile_test_behav xil_defaultlib.regfile_test xil_defaultlib.glbl -log elaborate.log
18+
echo "xelab --incr --debug typical --relax --mt 2 -L xil_defaultlib -L uvm -L unisims_ver -L unimacro_ver -L secureip --snapshot instr_parse_test_behav xil_defaultlib.instr_parse_test xil_defaultlib.glbl -log elaborate.log"
19+
call xelab --incr --debug typical --relax --mt 2 -L xil_defaultlib -L uvm -L unisims_ver -L unimacro_ver -L secureip --snapshot instr_parse_test_behav xil_defaultlib.instr_parse_test xil_defaultlib.glbl -log elaborate.log
2020
if "%errorlevel%"=="0" goto SUCCESS
2121
if "%errorlevel%"=="1" goto END
2222
:END
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Vivado Simulator v2021.2
22
Copyright 1986-1999, 2001-2021 Xilinx, Inc. All Rights Reserved.
3-
Running: C:/XilinxVitis/Vivado/2021.2/bin/unwrapped/win64.o/xelab.exe --incr --debug typical --relax --mt 2 -L xil_defaultlib -L uvm -L unisims_ver -L unimacro_ver -L secureip --snapshot regfile_test_behav xil_defaultlib.regfile_test xil_defaultlib.glbl -log elaborate.log
3+
Running: C:/XilinxVitis/Vivado/2021.2/bin/unwrapped/win64.o/xelab.exe --incr --debug typical --relax --mt 2 -L xil_defaultlib -L uvm -L unisims_ver -L unimacro_ver -L secureip --snapshot instr_parse_test_behav xil_defaultlib.instr_parse_test xil_defaultlib.glbl -log elaborate.log
44
Using 2 slave threads.
55
Starting static elaboration
66
Pass Through NonSizing Optimizer
@@ -9,9 +9,7 @@ Starting simulation data flow analysis
99
Completed simulation data flow analysis
1010
Time Resolution for simulation is 1ps
1111
Compiling package xil_defaultlib.verification
12-
Compiling module xil_defaultlib.oscillator
13-
Compiling module xil_defaultlib.delay(DELAYAMT=4)
14-
Compiling module xil_defaultlib.regfile
15-
Compiling module xil_defaultlib.regfile_test
12+
Compiling module xil_defaultlib.instr_parse
13+
Compiling module xil_defaultlib.instr_parse_test
1614
Compiling module xil_defaultlib.glbl
17-
Built simulation snapshot regfile_test_behav
15+
Built simulation snapshot instr_parse_test_behav
Binary file not shown.

ARM-Project/ARM-Project.sim/sim_1/behav/xsim/regfile_test_vlog.prj renamed to ARM-Project/ARM-Project.sim/sim_1/behav/xsim/instr_parse_test_vlog.prj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# compile verilog/system verilog design source files
22
verilog xil_defaultlib --include "../../../../../ARM-Lab/code/0_common" \
3-
"../../../../../ARM-Lab/code/0_common/delay.v" \
4-
"../../../../../ARM-Lab/code/0_common/oscillator.v" \
5-
"../../../../../ARM-Lab/code/2_decode/regfile.v" \
3+
"../../../../../ARM-Lab/code/2_decode/instr_parse.v" \
64

75
sv xil_defaultlib --include "../../../../../ARM-Lab/code/0_common" \
86
"../../../../../ARM-Lab/code/0_common/verification_functions.sv" \
9-
"../../../../../ARM-Lab/code/2_decode/regfile_test.sv" \
7+
"../../../../../ARM-Lab/code/2_decode/instr_parse_test.sv" \
108

119
# compile glbl module
1210
verilog xil_defaultlib "glbl.v"
Binary file not shown.

0 commit comments

Comments
 (0)