You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rvc/core_verification/checker_tasks.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The tasks in this file keep a record of all the information stored in the regist
61
61
# Data Integrity final status: Data integrity test passed
62
62
# ===============================
63
63
```
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).
65
65
- 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.
66
66
67
67
### 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
0 commit comments