diff options
| author | Clifford Wolf <clifford@clifford.at> | 2014-06-21 21:13:18 +0200 | 
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2014-06-21 21:13:18 +0200 | 
| commit | 072604f30f58ab535bfd8d004163607900adf86e (patch) | |
| tree | 13db6d4c766943b708482bba24de90baf1bae7d2 | |
| parent | b18fa95d2f1f4118cdb7c16e3415059bd81e2325 (diff) | |
| download | yosys-072604f30f58ab535bfd8d004163607900adf86e.tar.gz yosys-072604f30f58ab535bfd8d004163607900adf86e.tar.bz2 yosys-072604f30f58ab535bfd8d004163607900adf86e.zip  | |
fixed typo
| -rw-r--r-- | manual/PRESENTATION_ExOth.tex | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/PRESENTATION_ExOth.tex b/manual/PRESENTATION_ExOth.tex index 3f0749cdd..9e7e9dc7f 100644 --- a/manual/PRESENTATION_ExOth.tex +++ b/manual/PRESENTATION_ExOth.tex @@ -161,7 +161,7 @@ SAT proof finished - no model found: SUCCESS!  \begin{frame}[t, fragile]{Example: Symbolic Model Checking (1/2)}  \small  The following AXI4 Stream Master has a bug. But the bug is not exposed if the -slave keeps {\tt tready} asserted all the time. (Somtheing a test bench might do.) +slave keeps {\tt tready} asserted all the time. (Something a test bench might do.)  \medskip  Symbolic Model Checking can be used to expose the bug and find a sequence  | 
