|
| 1 | += Technical Note: CTXP Format |
| 2 | +:title-page: |
| 3 | +:toc: left |
| 4 | +:sectnums: |
| 5 | +:source-highlighter: rouge |
| 6 | +:icons: font |
| 7 | +:xrefstyle: short |
| 8 | +:latest: 1.1.0 |
| 9 | +ifndef::git-commit[:git-commit: dev] |
| 10 | +Version {latest} ~ Build {git-commit} |
| 11 | +{localdate} |
| 12 | + |
| 13 | +:sectnums!: |
| 14 | +== Revision History |
| 15 | +[cols=",,",options="header"] |
| 16 | +|=== |
| 17 | +| Version | Date | Changes |
| 18 | +| {latest} | 2026-05-21 | Add instrumentation / DAQ events (`DAQ_DATA`, `DAQ_COUNTER`, `DAQ_LAST_PC`) and the ACT-CAP/DAQ native-mapping table. Make the address optional on the sized memory events (value-only accesses). |
| 19 | +| 1.0.0 | 2026-01-12 | Initial release. |
| 20 | +|=== |
| 21 | +:sectnums: |
| 22 | + |
| 23 | +== Licensing and Usage |
| 24 | +This document is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). |
| 25 | +You are free to share (copy and redistribute the material in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, including commercial use, provided that appropriate credit is given, a link to the license is provided, and any changes made are indicated. |
| 26 | + |
| 27 | +Usage of this document is subject to the following conditions: |
| 28 | + |
| 29 | +* Attribution is required. Any use or distribution of this document, or derivatives thereof, must include clear attribution to the original authors and source. |
| 30 | +* Commercial use is allowed, but the authorship and source must always be referenced in any publication or product that incorporates this material. |
| 31 | +* No additional restrictions. You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. |
| 32 | + |
| 33 | +The full license text is available at: https://creativecommons.org/licenses/by/4.0/ |
| 34 | + |
| 35 | +== Disclaimer |
| 36 | +This document is provided “as is”. The authors and publishers make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability of this document or the information contained herein. Any reliance you place on such information is strictly at your own risk. The authors and publishers do not accept any liability for any loss or damage, including without limitation, indirect or consequential loss or damage, arising from the use of this document. |
| 37 | + |
| 38 | +include::ctxp-format.adoc[leveloffset=+1] |
| 39 | + |
| 40 | +== Acknowledgment |
| 41 | + |
| 42 | +The CTXP format was developed as part of the TRISTAN project, a European Union research initiative involving 46 partners to advance the RISC-V ecosystem. See https://tristan-project.eu/ for more information. |
0 commit comments