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
@@ -1137,21 +1137,22 @@ Rules when generating addresses:
1137
1137
** To decode the full address from the relative address (U-ADDR) can be XORed with the previously decoded full address.
1138
1138
* Address fields are sent beginning with bit 1 since all execution addresses are on a 2-byte boundaries (the least significant bit is always 0 and never sent).
1139
1139
1140
-
Example:
1141
-
1142
-
[#Address XOR Compression]
1143
-
.Address XOR Compression Example
1144
-
[cols="10%,35%,44%,11%",options="header",]
1145
-
|====
1146
-
|Address |U-ADDR XOR calculations |F-ADDR/U-ADDR field sent | New REF Address
Copy file name to clipboardExpand all lines: docs/RISC-V-Trace-Connectors.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
[[header]]
2
2
:description: RISC-V Trace Connectors
3
3
:company: RISC-V.org
4
-
:revdate: Mar 30, 2024
5
-
:revnumber: 1.0.0_rc30
6
-
:revremark: Frozen state
4
+
:revdate: May 07, 2024
5
+
:revnumber: 1.0.0_rc31
6
+
:revremark: Stable state (ready for Freeze)
7
7
:url-riscv: http://riscv.org
8
8
:doctype: book
9
9
:preface-title: Preamble
@@ -42,19 +42,19 @@ RISC-V N-Trace Task Group
42
42
43
43
// Preamble
44
44
[WARNING]
45
-
.This document is in the link:http://riscv.org/spec-state[Frozen state]
45
+
.This document is in the link:http://riscv.org/spec-state[Stable state]
46
46
====
47
-
Change is extremely unlikely. A high threshold will be used, and a change will only occur because of some truly critical issue being identified during the public review cycle. Any other desired or needed changes can be the subject of a follow-on new extension
47
+
Change is extremely unlikely.
48
48
====
49
49
50
50
[preface]
51
51
== Change Log
52
52
53
53
PDF generated on: {localdatetime}
54
54
55
-
=== Version 1.0.0_rc30
56
-
* 2024-03-30 (Frozen)
57
-
** ARC reviews taken into account (confirmed by email)
0 commit comments