3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00
yosys/manual/presentation.tex
2014-01-27 20:42:35 +01:00

40 lines
942 B
TeX

\documentclass{beamer}
\title{Yosys Open SYnthesis Suite}
\author{Clifford Wolf}
\institute{http://www.clifford.at/}
\usetheme{Madrid}
\usecolortheme{seagull}
\beamertemplatenavigationsymbolsempty
\definecolor{YosysGreen}{RGB}{85,136,102}
\setbeamercolor{title}{fg=black,bg=YosysGreen!70}
\setbeamercolor{titlelike}{fg=black,bg=YosysGreen!70}
\setbeamercolor{frametitle}{fg=black,bg=YosysGreen!70}
\setbeamercolor{block title}{fg=black,bg=YosysGreen!70}
\setbeamercolor{item projected}{fg=black,bg=YosysGreen}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Overview}
Yosys is an Open Source Verilog synthesis tool, and more.
\bigskip
Outline of this presentation:
\begin{itemize}
\item Introduction to the field and Yosys
\item Yosys usage examples (synthesis)
\item Yosys usage examples (beyond synthesis)
\item Programming Yosys extensions
\end{itemize}
\end{frame}
\include{PRESENTATION_Intro}
\end{document}