2014-01-27 10:08:19 -06:00
|
|
|
\documentclass{beamer}
|
|
|
|
|
|
|
|
\title{Yosys Open SYnthesis Suite}
|
|
|
|
\author{Clifford Wolf}
|
2014-01-27 13:42:35 -06:00
|
|
|
\institute{http://www.clifford.at/}
|
2014-01-27 10:08:19 -06:00
|
|
|
|
2014-01-27 13:42:35 -06:00
|
|
|
\usetheme{Madrid}
|
|
|
|
\usecolortheme{seagull}
|
2014-01-27 10:08:19 -06:00
|
|
|
\beamertemplatenavigationsymbolsempty
|
|
|
|
|
2014-01-27 13:42:35 -06:00
|
|
|
\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}
|
|
|
|
|
2014-01-27 10:08:19 -06:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{frame}
|
|
|
|
\titlepage
|
|
|
|
\end{frame}
|
|
|
|
|
2014-01-27 13:42:35 -06:00
|
|
|
\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}
|
|
|
|
|
2014-01-27 10:08:19 -06:00
|
|
|
\include{PRESENTATION_Intro}
|
|
|
|
|
|
|
|
\end{document}
|