Skip to content

Commit

Permalink
Fixed a few clarifications requested by Ved
Browse files Browse the repository at this point in the history
  • Loading branch information
IainCRobertson committed Nov 12, 2024
1 parent c668bc9 commit b0b13ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fragmentCodeAndTransport.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ Since the Siemens transport is byte stream based the data seen will be:
The packet is encapsulated according to the https://github.com/riscv-non-isa/e-trace-encap/releases/latest/[Unformatted Trace & Diagnostic Data Packet Encapsulation for RISC-V Specification], with the following attributes:

* Header - 1 byte
* SrcID - 0 bits as the SrcID is carried via the ATID field.
* SrcID - 0 bits as the SrcID is carried via the ATID bus.
* This example has no timestamp
* No type field (encoder has no data trace support)
* trace_payload - [32 04 00 00 02]
* trace_payload - [0x32 0x04 0x00 0x00 0x02] carried via ATDATA bus.

Assuming a 32 bit ATB transport results in the following ATB transfers

Expand Down Expand Up @@ -227,10 +227,10 @@ The packet is encapsulated according to the https://github.com/riscv-non-isa/e-t
The packet is encapsulated according to the https://github.com/riscv-non-isa/e-trace-encap/releases/latest/[Unformatted Trace & Diagnostic Data Packet Encapsulation for RISC-V Specification], with the following attributes:

* Header - 1 byte
* SrcID - 0 bits as the SrcID is carried via the ATID field.
* SrcID - 0 bits as the SrcID is carried via the ATID bus.
* This example has no timestamp
* No type field (encoder has no data trace support)
* trace_payload - [0xBD 0xAA 0xAA 0x68 0x00 0x00 0x20]
* trace_payload - [0xBD 0xAA 0xAA 0x68 0x00 0x00 0x20] carried via the ATDATA bus

Assuming at 32 bit ATB transport results in the following ATB transfers

Expand Down Expand Up @@ -321,10 +321,10 @@ The packet is encapsulated according to the https://github.com/riscv-non-isa/e-t
The packet is encapsulated according to the https://github.com/riscv-non-isa/e-trace-encap/releases/latest/[Unformatted Trace & Diagnostic Data Packet Encapsulation for RISC-V Specification], with the following attributes:

* Header - 1 byte
* SrcID - 0 bits as the SrcID is carried via the ATID field.
* SrcID - 0 bits as the SrcID is carried via the ATID bus.
* This example has no timestamp
* No type field (encoder has no data trace support)
* trace_payload - [0x73 0x00 0x00 0x00 0x00 0x91 0x82 0x00 0x10]
* trace_payload - [0x73 0x00 0x00 0x00 0x00 0x91 0x82 0x00 0x10] carried via the ATDATA bus.

Assuming at 32 bit ATB transport results in the following ATB transfers

Expand Down

0 comments on commit b0b13ab

Please sign in to comment.