Skip to content

Commit

Permalink
compliance: #27 - more readme notes.
Browse files Browse the repository at this point in the history
 On branch dev/next-release
 Your branch is ahead of 'origin/dev/next-release' by 3 commits.
   (use "git push" to publish your local commits)

 Changes to be committed:
	modified:   tests/compliance/README.md

 Changes not staged for commit:
	modified:   extern/riscv-compliance (modified content)
	modified:   extern/riscv-gnu-toolchain (modified content, untracked content)
	modified:   extern/riscv-isa-sim (modified content)
	modified:   extern/sail-riscv (modified content, untracked content)
  • Loading branch information
ben-marshall committed Oct 15, 2020
1 parent 3359186 commit a4555d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/compliance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ process.

## Re-generating the reference outputs.

You will need `python3` and the [Jinja2](https://jinja.palletsprojects.com/en/2.11.x/) templating engine to run the test generation process.

- Run the KAT generator (see `tests/kat-generator` for instructions)
to create a set of input/output vectors for every instruciton.

- Generate example outputs from your *trusted simulator*. We will use
SAIL in this example.

Expand Down

0 comments on commit a4555d2

Please sign in to comment.