presentation progress
authorClifford Wolf <clifford@clifford.at>
Sun, 2 Feb 2014 12:30:49 +0000 (13:30 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 2 Feb 2014 12:30:49 +0000 (13:30 +0100)
manual/PRESENTATION_ExSyn.tex
manual/presentation.tex

index 17830c6eb89fd509a4134db5d1b0f303cb0f1035..3440bbf19f8b7ea1553a22da37ddc46d12de669f 100644 (file)
@@ -203,14 +203,6 @@ TBD
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\subsection{Low-Level Synthesis}
-
-\begin{frame}{\subsecname}
-TBD
-\end{frame}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
 \subsection{The ``techmap'' command}
 
 \begin{frame}{\subsecname}
index bfd09a4989adbb6b34aa0d03c4c74ff4bd6f9e0b..049980281bafb8c134705394f86ce33aa45e9add 100644 (file)
 \titlepage
 \end{frame}
 
-\setcounter{section}{-1}
-\section{Outline}
+\setcounter{section}{-2}
+
+\section{Abstract}
+\begin{frame}{Abstract}
+Yosys is the first full-featured open source software for Verilog HDL
+synthesis. It supports most of Verilog-2005 and is well tested with
+real-world designs from the ASIC and FPGA world.
+
+\bigskip
+Learn how to use Yosys to create your own custom synthesis flows and discover
+why open source HDL synthesis is important for researchers, hobbyists,
+educators and engineers alike.
 
+\bigskip
+This presentation covers basic concepts of Yosys, creating simple synthesis
+scripts, creating synthesis scripts for advanced applications, creating Yosys
+scripts for non-synthesis applications (such as formal equivialence checking)
+and writing extensions to Yosys using the C++ API.
+\end{frame}
+
+\section{Outline}
 \begin{frame}{Outline}
 Yosys is an Open Source Verilog synthesis tool, and more.