Commit d6a0592b authored by Javier Serrano's avatar Javier Serrano

First version of slides.

parents
% $Header: /cvsroot/latex-beamer/latex-beamer/solutions/conference-talks/conference-ornate-20min.en.tex,v 1.7 2007/01/28 20:48:23 tantau Exp $
\documentclass{beamer}
% This file is a solution template for:
% - Talk at a conference/colloquium.
% - Talk length is about 20min.
% - Style is ornate.
% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
%
% In principle, this file can be redistributed and/or modified under
% the terms of the GNU Public License, version 2.
%
% However, this file is supposed to be a template to be modified
% for your own needs. For this reason, if you use this file as a
% template and not specifically distribute it as part of a another
% package/program, I grant the extra permission to freely copy and
% modify this file as you see fit and even to delete this copyright
% notice.
\mode<presentation>
{
\usetheme{Warsaw}
% or ...
\setbeamercovered{transparent}
% or whatever (possibly just delete it)
}
\usepackage[english]{babel}
% or whatever
\usepackage {hyperref}
\usepackage[latin1]{inputenc}
% or whatever
\usepackage{times}
\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.
\title%[] % (optional, use only with long paper titles)
{The Open Hardware Initiative}
%\subtitle{Plus some reflections on Open Hardware}
\author%[] % (optional, use only with lots of authors)
{J. Serrano}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
\institute%[Universities of Somewhere and Elsewhere] % (optional, but mostly needed)
{
%\inst{1}%
BE-CO Hardware and Timing section\\
CERN, Geneva, Switzerland
%\and
%\inst{2}%
%Department of Theoretical Philosophy\\
%University of Elsewhere
}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\date%[CFP 2003] (optional, should be abbreviation of conference name)
{CERN, 22 June 2010}
% - Either use conference name or its abbreviation.
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
%\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
\pgfdeclareimage[height=1cm]{ohr-logo}{ohr_logo_90x120.png}
\logo{\pgfuseimage{ohr-logo}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection]
\end{frame}
}
% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command:
%\beamerdefaultoverlayspecification{<+->}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Outline}
\tableofcontents
% You might wish to add the option [pausesections]
\end{frame}
% Structuring a talk is a difficult task and the following structure
% may not be suitable. Here are some rules that apply for this
% solution:
% - Exactly two or three sections (other than the summary).
% - At *most* three subsections per section.
% - Talk about 30s to 2min per frame. So there should be between about
% 15 and 30 frames, all told.
% - A conference audience is likely to know very little of what you
% are going to talk about. So *simplify*!
% - In a 20min talk, getting the main ideas across is hard
% enough. Leave out details, even if it means being less precise than
% you think necessary.
% - If you omit details that are vital to the proof/implementation,
% just say so once. Everybody will be happy with that.
\section{Requirements}
\begin{frame}{Desirable HW features of a distributed control system}{1/2}
\begin{block}{The good things of custom HW}
\begin{itemize}
\item
Function is exactly what you need.
\item
Can change easily if you find a bug. Or have it changed!
\item
Peer review. Potential for really good designs.
\item
Not tied to a single company (you never know).
\end{itemize}
\end{block}
\begin{block}{The good things of commercial HW}
\begin{itemize}
\item
Built and tested by someone else.
\item
Supported by someone else.
\item
Guaranteed.
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Desirable HW features of a distributed control system}{2/2}
\begin{block}{Modular}
\begin{itemize}
\item
Re-use components easily.
\item
Have different people in an organization do what they do best.
\end{itemize}
\end{block}
\begin{block}{Interconnect!}
\begin{itemize}
\item
Allows to build distributed systems easily.
\item
Based on communication standards.
\item
Good sync capabilities. Transparent common notion of time.
\end{itemize}
\end{block}
\end{frame}
\section{Choices}
\begin{frame}{Hardware development}
\begin{block}{FPGA Mezzanine Cards (FMC)}
\begin{itemize}
\item The only standard (VITA 57) to fit our needs.
\item High-bandwidth BGA connector for multi-Gb/s links.
\item VME and PCIe carriers in the pipeline.
\item Xilinx kits have FMC slots $\rightarrow$ convenient for testing.
\end{itemize}
\end{block}
\begin{block}{White Rabbit network}
\begin{itemize}
\item Sub-nanosecond sync for $\sim$1000 nodes over typical fiber lengths of 10 km.
\item Based on Ethernet.
\item Multi-site collaboration.
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Gateware and software}{Some initial ideas}
\begin{block}{Gateware}
\begin{itemize}
\item Wishbone-based.
\item Try to automate repetitive code through scripts.
\item Auto-discovery of cores by Linux kernel would be nice.
\end{itemize}
\end{block}
\begin{block}{Software (very preliminary ideas!)}
\begin{itemize}
\item Kernel modules, one per core.
\item Interconnected by a driver representing the whole board.
\item Integration into official kernel desirable.
\end{itemize}
\end{block}
\end{frame}
\section{Open Hardware}
\subsection{Introduction}
\begin{frame}{Open Hardware: our definition}
\begin{block}{Publish everything needed to review}
Specifications, discussions, schematics and layouts in some human-readable format, HDL, etc. Publish universally, no NDAs.
\end{block}
%\vspace{0.1cm}
\begin{block}{Publish everything needed to modify}
Schematics and PCB layout files for your favorite EDA tool. Unfortunately the best ones are neither free nor free\ldots
\end{block}
\begin{block}{Publish everything needed to produce}
Manufacturing files, bill of materials, etc.
\end{block}
\end{frame}
\begin{frame}{Advantages}
\begin{block}{Peer review}
Get your design reviewed by experts all around the world, including companies!
\end{block}
%\vspace{0.1cm}
\begin{block}{Design re-use}
How many people are designing a 100 MS/s ADC independently, making the same -- or different -- mistakes?
\end{block}
\begin{block}{Healthier relationship with companies}
No vendor-locked situations. Companies selected solely on the basis of technical excellence, good support and price.
\end{block}
\end{frame}
\subsection{Business models}
\begin{frame}{Role of companies}
\begin{block}{Design partners}
Pay a company specialized in a given topic to design a specific card with/for you.
\end{block}
%\vspace{0.1cm}
\begin{block}{Commercial partners}
Buy the cards you designed from a company that will take the charge of manufacturing, testing, managing stocks and providing support.
\end{block}
\end{frame}
\begin{frame}{Some business model examples for commercial partners}
\begin{block}{IBM-style}
Become part of a larger OH team, fully respecting OH practice. Sell full systems based on OH kit.
\end{block}
%\vspace{0.1cm}
\begin{block}{Red Hat-style}
Sell manufacture, test and support of individual boards along with a guarantee. Participate in design if needed.
\end{block}
%\vspace{0.1cm}
\begin{block}{Oracle-style}
Support OH kit and build a closed solution on top with added value.
\end{block}
\end{frame}
\subsection{Legal issues}
\begin{frame}{Licensing}{A quick landscape tour}
\begin{block}{HW is not like SW}
\begin{itemize}
\item Copyright protects the expression of an idea, not the idea itself.
\item For a schematic (and even HDL), GPL is easily bypassed.
\end{itemize}
\end{block}
%\vspace{0.1cm}
\begin{block}{Options}
\begin{itemize}
\item \href{http://www.tapr.org/ohl.html}{OHL} (viral). If you take my design and use it, you promise not to sue me for patent infringement.
\item \href{http://www.balloonboard.org/docs/Balloon_License_0v2.pdf}{BOHL} (viral). Design files are not released.
\item \href{http://www.opensource.org/licenses/mit-license.php}{MIT}/\href{http://www.linfo.org/bsdlicense.html}{BSD} (non-viral). Do what you like, don't blame me in case of problems.
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Licensing}{Our thoughts so far}
\begin{block}{LGPL for HDL}
\begin{itemize}
\item It's very easy to turn a ``used in'' into a ``connected to'' situation in HDL, so GPL would not help.
\item We do want to be informed and profit if our cores are improved.
\end{itemize}
\end{block}
%\vspace{0.1cm}
\begin{block}{MIT/BSD-style for the rest}
\begin{itemize}
\item Not clear how OHL, BOHL and others would perform in court. And don't want to find out!
\item Viral licenses scare some of our potential commercial partners. Could do more harm than good.
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{What about free riders?}
\begin{block}{Free riders are fine}
People and companies who take open designs and do not contribute anything back do not pose a problem to us.
\end{block}
%\vspace{0.1cm}
\begin{block}{But what about \emph{mean} free riders?}
If somebody takes OH and uses it to build a closed solution for a profit, that is fine as well, but we would not be clients.
\end{block}
\end{frame}
\begin{frame}{Mad patent disease and patent trolls}{See \href{http://www.eetimes.com/showArticle.jhtml;?articleID=216600017}{http://www.eetimes.com/showArticle.jhtml;?articleID=216600017}}
\emph{``In this climate, many fear being charged with willfully infringing patents or omitting prior art in patent applications, a charge known as inequitable conduct. So Intel and other companies have put strict procedures in place to control which patents its engineers can read.''}\\
\vspace{0.2cm}
Opening up your designs does make you more vulnerable to this disease.
\end{frame}
%One slide to justify our license choice so far
% One slide on evil patents and the risk for open design.
\subsection{The Open Hardware Repository}
\begin{frame}{Open Hardware Repository: \href{http://www.ohwr.org}{http://www.ohwr.org}}
\begin{block}{A very useful tool}
A web-based collaborative tool for electronics designers.
\end{block}
%\vspace{0.1cm}
\begin{block}{Made itself of open software}
\begin{itemize}
\item Redmine for wiki and task/issue management.
\item Sympa mailing list manager.
\item SVN/GIT for version management (integrated in Redmine).
\end{itemize}
\end{block}
\begin{block}{Other possible uses}
\begin{itemize}
\item Traceability for Technology Transfer departments.
\item Prove prior art with UTC time stamps in SVN, GIT, wiki...
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Conclusions}
\begin{block}{Open Hardware looks like a good idea so far}
\begin{itemize}
\item
We can get the best of the custom and COTS worlds.
\item
We are learning a lot, even electronics! ;)
\item
Definitely more fun that closed HW.
\end{itemize}
\end{block}
\begin{block}{Some things not completely clear yet}
\begin{itemize}
\item
Legal framework.
\item
We still need a clear collaboration model with companies.
\end{itemize}
\end{block}
First HW due end of 2010, stay tuned!
\end{frame}
\end{document}
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