diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-02-02 13:30:49 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-02-02 13:30:49 +0100 |
commit | 0f88e2869367966e6386cbe0b5e92ed028dae66c (patch) | |
tree | 32067c892638900a9ad3e333ba2c052bd0daa953 | |
parent | 9334c341704e45c93f15157e3296b14cbf935ce3 (diff) | |
download | yosys-0f88e2869367966e6386cbe0b5e92ed028dae66c.tar.gz yosys-0f88e2869367966e6386cbe0b5e92ed028dae66c.tar.bz2 yosys-0f88e2869367966e6386cbe0b5e92ed028dae66c.zip |
presentation progress
-rw-r--r-- | manual/PRESENTATION_ExSyn.tex | 8 | ||||
-rw-r--r-- | manual/presentation.tex | 22 |
2 files changed, 20 insertions, 10 deletions
diff --git a/manual/PRESENTATION_ExSyn.tex b/manual/PRESENTATION_ExSyn.tex index 17830c6eb..3440bbf19 100644 --- a/manual/PRESENTATION_ExSyn.tex +++ b/manual/PRESENTATION_ExSyn.tex @@ -203,14 +203,6 @@ TBD %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\subsection{Low-Level Synthesis} - -\begin{frame}{\subsecname} -TBD -\end{frame} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \subsection{The ``techmap'' command} \begin{frame}{\subsecname} diff --git a/manual/presentation.tex b/manual/presentation.tex index bfd09a498..049980281 100644 --- a/manual/presentation.tex +++ b/manual/presentation.tex @@ -83,9 +83,27 @@ \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. |