Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riscv-non-isa/riscv-trace-spec
RISC-V Processor Trace Specification
https://github.com/riscv-non-isa/riscv-trace-spec
Last synced: 2 months ago
JSON representation
RISC-V Processor Trace Specification
- Host: GitHub
- URL: https://github.com/riscv-non-isa/riscv-trace-spec
- Owner: riscv-non-isa
- License: cc-by-4.0
- Created: 2018-05-21T15:36:10.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:51:12.000Z (6 months ago)
- Last Synced: 2024-08-02T01:19:32.260Z (6 months ago)
- Language: C
- Homepage: https://jira.riscv.org/browse/RVG-88
- Size: 32 MB
- Stars: 146
- Watchers: 42
- Forks: 47
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RISC-V Processor Trace Specification
For the latest released version of the specification please see the link on the right hand side of the page.
### Build this repo's PDF using github actions
* Navigate to [github actions](https://github.com/riscv-non-isa/riscv-trace-spec/actions/workflows/build-pdf.yml) for this repo.
* In the _Run workflow_ dropdown that displays, click the down arrow, then click the green _Run workflow_ button in the list.
* The build starts running and its progress displays in the list.
* Github actions indicates a successful build with a green button, or an unsuccessful build with a red button.NOTE: If problems arise with the build, let us know by emailing [email protected].
== Build a PDF using a Docker container
You can easily build the documentation by leveraging a pre-built container image with all dependencies already installed. Follow the steps [here](https://github.com/riscv/riscv-docs-base-container-image).
Note that the GitHub action utilizes the Docker container to build the PDF.