mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
Progress on presentation
This commit is contained in:
parent
fb4c3dff33
commit
a3ac6b6f47
2 changed files with 79 additions and 5 deletions
|
@ -2,15 +2,38 @@
|
|||
|
||||
\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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue