Skip to content

Commit

Permalink
add slides
Browse files Browse the repository at this point in the history
  • Loading branch information
xiw committed Nov 11, 2019
1 parent 33d461a commit 249bf59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -5,6 +5,7 @@ at [SOSP'19](https://sosp19.rcs.uwaterloo.ca).

This tutorial is based on our SOSP'19 paper,
[Scaling symbolic evaluation for automated verification of systems code with Serval](https://unsat.cs.washington.edu/papers/nelson-serval.pdf).
You may find the slides under the [slides/](slides/) directory.

It requires that you have the following prerequisite
tools installed:
Expand Down Expand Up @@ -418,7 +419,7 @@ states.

This example shows one way of using Serval's RISC-V verifier
to prove correct a simple system. If you're interested in the details,
you can look in the `serval/` directory to see how the verifiers
you can look in the [serval/](serval/) directory to see how the verifiers
and optimizations are implemented; and even choose to extend a verifier
or implement a new one yourself.

Expand All @@ -429,4 +430,4 @@ you can go there to see how more complex systems are verified.

The [Serval SOSP'19 paper](https://unsat.cs.washington.edu/papers/nelson-serval.pdf)
has more details on the techniques used in implementing Serval and retrofitting
existing systems for automated verification.
existing systems for automated verification.
Binary file added slides/overview.pdf
Binary file not shown.
Binary file added slides/rosette.pdf
Binary file not shown.

0 comments on commit 249bf59

Please sign in to comment.