mirror of https://github.com/YosysHQ/yosys.git
presentation progress
This commit is contained in:
parent
9334c34170
commit
0f88e28693
|
@ -203,14 +203,6 @@ TBD
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
\subsection{Low-Level Synthesis}
|
|
||||||
|
|
||||||
\begin{frame}{\subsecname}
|
|
||||||
TBD
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
|
|
||||||
\subsection{The ``techmap'' command}
|
\subsection{The ``techmap'' command}
|
||||||
|
|
||||||
\begin{frame}{\subsecname}
|
\begin{frame}{\subsecname}
|
||||||
|
|
|
@ -83,9 +83,27 @@
|
||||||
\titlepage
|
\titlepage
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\setcounter{section}{-1}
|
\setcounter{section}{-2}
|
||||||
\section{Outline}
|
|
||||||
|
|
||||||
|
\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}
|
\begin{frame}{Outline}
|
||||||
Yosys is an Open Source Verilog synthesis tool, and more.
|
Yosys is an Open Source Verilog synthesis tool, and more.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue