Skip to content

Commit f23c80c

Browse files
authored
Merge pull request #88 from FPGA-MAFIA/roman_branch
fix wrong core name in checker_tasks.md
2 parents 9919d16 + 7e7047f commit f23c80c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/TFM/projectTool/bashrc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export PATH=$PATH:/c/intelFPGA_lite/20.1/quartus/bin64/
5757
### ALIASING ###
5858
#####################
5959
alias gcc="riscv-none-embed-gcc"
60-
alias run_all="./build.py -dut rrv -test alive -app -hw -sim -gui"
60+
alias run_all="./build.py -dut big_core -test alive -app -hw -sim -gui"
6161
6262
6363
#############################

docs/rvc/core_verification/checker_tasks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The tasks in this file keep a record of all the information stored in the regist
6161
# Data Integrity final status: Data integrity test passed
6262
# ===============================
6363
```
64-
- This is the output of the data integrity test for one `mini_core` tests. It shows the number of writes to the register file of your core and the reference core, at this case is the programs writes 45 into the register file. It also shows the data written to the register file (Data), the time at which it was written(time), Pc value of the instruction at which it was written(PC) and the written value(RegDsd).
64+
- This is the output of the data integrity test for one of the`mini_core` tests. It shows the number of writes to the register file of your core and the reference core, at this case is the programs writes 45 into the register file. It also shows the data written to the register file (Data), the time at which it was written(time), Pc value of the instruction at which it was written(PC) and the written value(RegDsd).
6565
- As you can see, the data written to the register file of your core and the reference core are the same and the test is passed.
6666

6767
### Output of the data integrity test in case of mismatch.
@@ -73,40 +73,40 @@ The tasks in this file keep a record of all the information stored in the regist
7373
# rf_write_history size = 45
7474
# >> rf_write_history[0] Mismatch!!
7575
# ** Error: ERROR: rf_write_history mismatch
76-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
76+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
7777
# ref_rf_write_history[0] = {time: 150, Pc: 00000014, RegDst: 1, Data: 00000000}
7878
# rf_write_history [0] = {time: 200, Pc: 00000014, RegDst: 1, Data: 00000001}
7979
# >> rf_write_history[1] Mismatch!!
8080
# ** Error: ERROR: rf_write_history mismatch
81-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
81+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
8282
# ref_rf_write_history[1] = {time: 160, Pc: 00000018, RegDst: 2, Data: 00000000}
8383
# rf_write_history [1] = {time: 210, Pc: 00000018, RegDst: 2, Data: 00000002}
8484
# >> rf_write_history[2] Mismatch!!
8585
# ** Error: ERROR: rf_write_history mismatch
86-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
86+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
8787
# ref_rf_write_history[2] = {time: 170, Pc: 0000001c, RegDst: 3, Data: 00000000}
8888
# rf_write_history [2] = {time: 220, Pc: 0000001c, RegDst: 3, Data: 00000002}
8989
# >> rf_write_history[3] Mismatch!!
9090
# ** Error: ERROR: rf_write_history mismatch
91-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
91+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
9292
# ref_rf_write_history[3] = {time: 180, Pc: 00000020, RegDst: 4, Data: 00000000}
9393
# rf_write_history [3] = {time: 230, Pc: 00000020, RegDst: 4, Data: 00000002}
9494
# >> rf_write_history[4] Mismatch!!
9595
# ** Error: ERROR: rf_write_history mismatch
96-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
96+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
9797
# ref_rf_write_history[4] = {time: 190, Pc: 00000024, RegDst: 5, Data: 00000000}
9898
# rf_write_history [4] = {time: 240, Pc: 00000024, RegDst: 5, Data: 00000002}
9999
# >> rf_write_history[5] Mismatch!!
100100
# ** Error: ERROR: rf_write_history mismatch
101-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
101+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
102102
# ref_rf_write_history[5] = {time: 200, Pc: 00000028, RegDst: 6, Data: 00000000}
103103
# rf_write_history [5] = {time: 250, Pc: 00000028, RegDst: 6, Data: 00000002}
104104
.
105105
.
106106
.
107107
# >> rf_write_history[44] Mismatch!!
108108
# ** Error: ERROR: rf_write_history mismatch
109-
# Time: 730 ps Scope: big_big_core_tb.di_register_write File: ../../../verif/big_big_core/tb/mini_core_tasks.vh Line: 84
109+
# Time: 730 ps Scope: mini_core_tb.di_register_write File: ../../../verif/mini_core/tb/mini_core_tasks.vh Line: 84
110110
# ref_rf_write_history[44] = {time: 630, Pc: 00000188, RegDst: 2, Data: 0001f000}
111111
# rf_write_history [44] = {time: 720, Pc: 00000189, RegDst: 2, Data: 0001f004}
112112
# rf_write_history size match

0 commit comments

Comments
 (0)