Skip to content

Commit

Permalink
Remove trailing whitespace in README (#460)
Browse files Browse the repository at this point in the history
The pre-commit check is strict about this, and even checks non code
files.
  • Loading branch information
Alasdair authored Apr 27, 2024
1 parent d44919d commit 0aae5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ engineer-friendly language, much like earlier vendor pseudocode, but more precis
<p>

Given a Sail specification, the tool can type-check it, generate documentation snippets (in LaTeX or AsciiDoc), generate executable emulators (in C or OCaml), show specification coverage, generate versions of the ISA for relaxed memory model tools, support automated instruction-sequence test generation, generate theorem-prover definitions for
interactive proof (in Isabelle, HOL4, and Coq), support proof about binary code (in Islaris), and (in progress) generate a reference ISA model in SystemVerilog that can be used for formal hardware verification.
interactive proof (in Isabelle, HOL4, and Coq), support proof about binary code (in Islaris), and (in progress) generate a reference ISA model in SystemVerilog that can be used for formal hardware verification.
<p>

<img width="800" src="https://www.cl.cam.ac.uk/~pes20/sail/overview-sail.png?">
Expand Down

0 comments on commit 0aae5bc

Please sign in to comment.