Commit b14dfd4b authored by Javier Serrano's avatar Javier Serrano

Some more cleaning up

parent ffef2e0e
......@@ -52,8 +52,6 @@
%\usepackage{movie15}
%\usepackage{hyperref}
\graphicspath{ {../../figures/} }
\title
......@@ -150,12 +148,6 @@ Geneva, Switzerland\\
% - If you omit details that are vital to the proof/implementation,
% just say so once. Everybody will be happy with that.
%============ SECTION ================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section[Introduction]{Introduction to Open Hardware}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Beams -- Controls -- Hardware \& Timing }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......@@ -166,6 +158,12 @@ Geneva, Switzerland\\
\end{center}
\end{frame}
%============ SECTION ================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section[Introduction to OH]{Introduction to Open Hardware}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{There is an OSHW definition!}
\begin{block}{Check out \href{http://www.oshwa.org/definition/}{http://www.oshwa.org/definition/}}
......@@ -289,45 +287,45 @@ Geneva, Switzerland\\
\end{center}
\end{frame}
\begin{frame}{Commercially available CERN OH designs}{October 2014}
\begin{table}
\centering
% \begin{tabular}{|l||r|r|r|c|}
\begin{tabular}{|l||r|r|r|}
\hline
Project & Producers & Users & Produced\\
\hline\hline
SPEC carrier - PCIe & 3 & 30 & 354 \\
\hline
SVEC carrier - VME & 2 & 6 & 265 \\
\hline
SPEXI carrier - PXIe & 1 & 3 & 42 \\
\hline
\hline
ADC 100M 14b 4ch & 2 & 17 & 112 \\
\hline
TDC 1ns 5cha & 2 & 3 & 63 \\
\hline
FMC DEL 1ns 4cha & 3 & 9 & 112 \\
\hline
FMC DIO 5ch & 3 & 16 & 122 \\
\hline
WR switch 18 ports & 2 & 23 & 127 \\
\hline
\end{tabular}
%\caption{eight CERN OH designs have producers and users outside CERN}
% \label{math500grades}
\end{table}
\end{frame}
% \begin{frame}{Commercially available CERN OH designs}{October 2014}
% \begin{table}
% \centering
% % \begin{tabular}{|l||r|r|r|c|}
% \begin{tabular}{|l||r|r|r|}
% \hline
% Project & Producers & Users & Produced\\
% \hline\hline
% SPEC carrier - PCIe & 3 & 30 & 354 \\
% \hline
% SVEC carrier - VME & 2 & 6 & 265 \\
% \hline
% SPEXI carrier - PXIe & 1 & 3 & 42 \\
% \hline
% \hline
% ADC 100M 14b 4ch & 2 & 17 & 112 \\
% \hline
% TDC 1ns 5cha & 2 & 3 & 63 \\
% \hline
% FMC DEL 1ns 4cha & 3 & 9 & 112 \\
% \hline
% FMC DIO 5ch & 3 & 16 & 122 \\
% \hline
% WR switch 18 ports & 2 & 23 & 127 \\
% \hline
% \end{tabular}
% %\caption{eight CERN OH designs have producers and users outside CERN}
% % \label{math500grades}
% \end{table}
% \end{frame}
\begin{frame}{CERN Open Hardware License \href{http://ohwr.org/cernohl}{-- ohwr.org/cernohl}}
\begin{block}{Provides a solid legal basis}
\begin{itemize}
\item Developed by Knowledge Transfer Group at CERN.
\item Developed in collaboration with Knowledge Transfer Group at CERN.
\item Better suited than non-HW licenses (GPL, Creative Commons\dots)
\item Defines conditions for using and modifying licensed material.
\end{itemize}
......@@ -410,51 +408,22 @@ WR switch 18 ports & 2 & 23 & 127 \\
\end{columns}
\end{frame}
\begin{frame}{Use standards}
\begin{block}{Standards stimulate re-use and fit in systems}
\begin{frame}{Standards as a tool for risk reduction and re-usability}
\begin{block}{``Standards'' we use}
\begin{itemize}
\item Bus standards: VME, PCI express, PXI express
\item Computer bus standards: VME, PCI express\ldots
\item FMC Mezzanine card (VITA 57.1)
\item Wishbone internal bus, OpenCores IP, Plain VHDL
\item Wishbone internal bus for FPGAs
\item Linux drivers
\end{itemize}
\end{block}
%\pause
% \begin{block}{If a standard does not exist, contribute to one}
% \begin{itemize}
% \item White Rabbit: will be in \textbf{IEEE 1588} High Accuracy profile
% \item WB pipelined mode: in \textbf{Wishbone spec} Rev.B4 (2010)
%% \item Wishbone IP core detection scheme, used in FMC bus
% \item FMC bus Linux driver structure: in \textbf{Linux v3.11}
% \item ZIO Linux framework for DAQ and CTL hardware: \\ \textbf{RFC} made \textbf{to Linux} Kernel list
%\end{itemize}
% \end{block}
\end{frame}
\begin{frame}{Wishbone-based System-on-Chip architecture (ADC)}
\begin{center}
\includegraphics[height=6.8cm]{../pictures/ohwr/adc_firmware_arch.jpg}
\end{center}
\end{frame}
\begin{frame}{If a standard does not exist, contribute to one}
% \begin{block}{Standards stimulate re-use and fit in systems}
% \begin{itemize}
% \item Bus standards: VME, PCI express, PXI express
% \item FMC Mezzanine card (VITA 57.1)
% \item Wishbone internal bus, OpenCores IP, Plain VHDL
% \item Linux drivers
%\end{itemize}
% \end{block}
\begin{block}{Contributions to standards}
\pause
\begin{block}{Contributions to ``standards''}
\begin{itemize}
\item White Rabbit: will be in \textbf{IEEE 1588} High Accuracy profile.
\item WB pipelined mode: in \textbf{Wishbone spec} Rev.B4 (2010).
% \item Wishbone IP core detection scheme, used in FMC bus.
\item Linux driver structure called FMC bus: in \textbf{Linux v3.11}.
\item ZIO Linux framework for DAQ and CTL hardware: \\ \textbf{RFC} made \textbf{to Linux} Kernel list.
\item FMC bus in \textbf{Linux v3.11} kernel.
\item ZIO Linux framework for DAQ and CTL hardware: \\ \textbf{RFC} made \textbf{to Linux} kernel list.
\end{itemize}
\end{block}
\end{frame}
......@@ -462,75 +431,16 @@ WR switch 18 ports & 2 & 23 & 127 \\
\section{Innovation using OH}
\subsection{}
\section{Conclusions}
\subsection{}
\begin{frame}{Conclusions -- Opportunities}
\begin{block}{Open Hardware creates Opportunities}
\begin{itemize}
\item There are free, professional designs out there!
% \begin{itemize}
% \item You may produce and sell new products!
% \item You may adapt and extend these to create great products.
% \end{itemize}
\item Clients may help to make improvements or pay you for that.
\item Opportunities for small companies to work differently
\begin{itemize}
\item Produce and sell existing designs.
\item Adapt and extend these to create great products.
\item Get 'advertising by community'.
\end{itemize}
\item You may 'Open' your own products to get new clients.
% \item Customers are not tied to a single company for production and support. \\
% They go to the 'best' one (local, best support, ...).\\
% And that should be you!
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Conclusions -- Innovation}
\begin{block}{Open Hardware and Innovation}
\begin{itemize}
\item Open Hardware stimulates Innovation
\begin{itemize}
\item The White Rabbit network is a great example.
\item Not only hardware, also drivers, firmware, design ideas.
\end{itemize}
\item OH is an enabler to use the power of collaboration.
\item \url{ohwr.org} is practical for engineers to collaborate.
\item You can take part in a stimulating, learning environment.
\item An opportunity to innovate your business model!
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Conclusions -- the bottom line}
\begin{block}{Open Hardware, the bottom line}
\begin{itemize}
\item Likely not for every company or all designs.
\item Eight CERN designs are already commercialised.
\item Many other designs are available.
\item Four SME's in Europe profit from selling Open Hardware.
\begin{itemize}
\item They sell new products and services.
\item They have improved in quality and technology level.
\item They have adapted their business model.
\end{itemize}
\item Five years of experience show it works for all parties.
\item The companies who join are in for a great adventure!
\end{itemize}
\end{block}
\begin{frame}{The unexpected!}
\begin{center}
\url{ohwr.org}
\end{center}
\includegraphics[width=\textwidth]{../../figures/applications/wr_other_apps.jpg}
\end{center}
\end{frame}
\begin{frame}{Open products are real products\textsuperscript{\texttrademark}
}
\section{Conclusions}
\subsection{}
\begin{frame}{Five years of experience show it works}
\begin{center}
\includegraphics[height=7.5cm]{../pictures/ohwr/ohr_companies.png}
\end{center}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment