From 3e96ce86809fa0a4ea737fa4a9d3e6261f40a191 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 26 Jun 2014 22:05:39 +0200 Subject: Progress in presentation --- manual/presentation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/presentation.tex') diff --git a/manual/presentation.tex b/manual/presentation.tex index 35a409cbe..d098e815f 100644 --- a/manual/presentation.tex +++ b/manual/presentation.tex @@ -81,7 +81,7 @@ \title{Yosys Open SYnthesis Suite} \author{Clifford Wolf} -\institute{http://www.clifford.at/} +\institute{http://www.clifford.at/yosys/} \usetheme{Madrid} \usecolortheme{seagull} @@ -133,7 +133,7 @@ Outline of this presentation: \item Yosys by example: synthesis \item Yosys by example: advanced synthesis \item Yosys by example: beyond synthesis -\item Programming Yosys extensions +\item Writing Yosys extensions in C++ \end{itemize} \end{frame} -- cgit v1.2.3 From 3a3f5d5923840f44a6fb30fc7d70b6ed6ad7ccbb Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 29 Jun 2014 09:14:49 +0200 Subject: Progress in presentation --- manual/presentation.tex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'manual/presentation.tex') diff --git a/manual/presentation.tex b/manual/presentation.tex index d098e815f..a76a1c00b 100644 --- a/manual/presentation.tex +++ b/manual/presentation.tex @@ -122,6 +122,25 @@ non-synthesis applications (such as formal equivialence checking) and writing extensions to Yosys using the C++ API. \end{frame} +\section{About me} +\begin{frame}{About me} +Hi! I'm Clifford Wolf. + +\bigskip +I like writing open source software. For example: +\begin{itemize} +\item Yosys +\item OpenSCAD (now maintained by Marius Kintel) +\item SPL (a not very popular scripting language) +\item EmbedVM (a very simple colipler+vm for 8 bit micros) +\item Lib(X)SVF (a library to play SVF/XSVF files over JTAG, used at LHC) +\item ROCK Linux (inactive since 2010) +\end{itemize} + +\bigskip +What do I do for a living? Ask me off the record.. +\end{frame} + \section{Outline} \begin{frame}{Outline} Yosys is an Open Source Verilog synthesis tool, and more. -- cgit v1.2.3 From d26561cc44d90bd83a7c55d5270bf4cbade0a8f7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 29 Jun 2014 09:27:03 +0200 Subject: Tiny fix in presentation --- manual/presentation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/presentation.tex') diff --git a/manual/presentation.tex b/manual/presentation.tex index a76a1c00b..cad9e9f15 100644 --- a/manual/presentation.tex +++ b/manual/presentation.tex @@ -102,7 +102,7 @@ \titlepage \end{frame} -\setcounter{section}{-2} +\setcounter{section}{-3} \section{Abstract} \begin{frame}{Abstract} -- cgit v1.2.3 From 1c81ab49e7b57f4c64e533a3617fe8bbe257cdb5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 2 Jul 2014 06:16:31 +0200 Subject: small changes in presentation --- manual/presentation.tex | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'manual/presentation.tex') diff --git a/manual/presentation.tex b/manual/presentation.tex index cad9e9f15..9a876de0c 100644 --- a/manual/presentation.tex +++ b/manual/presentation.tex @@ -132,13 +132,10 @@ I like writing open source software. For example: \item Yosys \item OpenSCAD (now maintained by Marius Kintel) \item SPL (a not very popular scripting language) -\item EmbedVM (a very simple colipler+vm for 8 bit micros) +\item EmbedVM (a very simple compiler+vm for 8 bit micros) \item Lib(X)SVF (a library to play SVF/XSVF files over JTAG, used at LHC) -\item ROCK Linux (inactive since 2010) +\item ROCK Linux (discontinued since 2010) \end{itemize} - -\bigskip -What do I do for a living? Ask me off the record.. \end{frame} \section{Outline} -- cgit v1.2.3