Skip to content

Commit f62d743

Browse files
committed
edits
1 parent 34cb84a commit f62d743

3 files changed

Lines changed: 34 additions & 3 deletions

File tree

src/N-Trace-packets.adoc

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,33 @@
22

33
== N-Trace Packets
44

5-
This file defines the N-Trace packets for Event Trace.
5+
This file (n-Trace-packets.adoc) defines the N-Trace packets for Event Trace.
6+
7+
8+
=== Time Synchronization Packet for recording mtime & timestamp
9+
10+
N-Trace MTIME_SYNC Message to record mtime and trace timestamp simultaneously for Timing Synchronization.
11+
12+
.N-Trace MTIME_SYNC Message for Timing Synchronization
13+
[cols="1,1,9", width=80%, options="header"]
14+
|===
15+
|Bits |Field |Description
16+
17+
|*6*
18+
|*TCODE*
19+
|*Value = 0x0F (15)*
20+
21+
|Cfg
22+
|SRC
23+
|Source Hart of this message (width is trTeSrcBits)
24+
25+
|Var
26+
|mtime
27+
|F (Full) mtime value (64b w leading zero suppression)
28+
29+
|Var
30+
|TSTAMP
31+
|F (Full) timestamp value (64b w leading zero suppression)
32+
|===
33+
34+

src/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[index]
2-
== Index
2+
= Index
3+

src/riscv-event-trace.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ list-of::table[hide_empty_section=true, enhanced_rendering=true]
5252

5353
[preface]
5454
== List of listings
55+
5556
list-of::listing[hide_empty_section=true, enhanced_rendering=true]
5657

5758
[WARNING]
@@ -81,5 +82,5 @@ include::N-Trace-packets.adoc[]
8182
include::E-Trace-packets.adoc[]
8283

8384
// The index must precede the bibliography
84-
include::index.adoc[]
85+
//{colophon}include::index.adoc[]
8586
//include::bibliography.adoc[]

0 commit comments

Comments
 (0)