Commit 3dc62682 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

started work on hwguide

parent b2eb1bf7
FILE=hwguide-conv-ttl-blo
all:
pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex
bibtex $(FILE).aux
pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex
pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex
evince $(FILE).pdf &
clean:
rm -rf *.aux *.dvi *.log $(FILE).pdf *.lof *.lot *.out *.toc *.bbl *.blg *.gz
\begin{titlepage}
\vspace*{3cm}
%---------------------------------------------------------------
% name
%---------------------------------------------------------------
\noindent{\LARGE \textbf{CONV-TTL-BLO Hardware Guide}}
\noindent \rule{\textwidth}{.1cm}
\hfill\today
\vspace*{3cm}
\begin{figure}[h]
\includegraphics[height=3cm]{fig/cern-logo}
\hfill
\includegraphics[height=3cm]{fig/ohwr-logo}
\end{figure}
\vfill
%---------------------------------------------------------------
% name
%---------------------------------------------------------------
\noindent {\Large \textbf{Theodor-Adrian Stana (CERN/BE-CO-HT)}}
\noindent \rule{\textwidth}{.05cm}
\end{titlepage}
@misc{onewire,
author = {Iztok Jeras},
title = {{sockit\_owm, 1-wire (onewire) master}},
year = 2011,
note = {\url{http://opencores.org/websvn,filedetails?repname=sockit_owm&path=%2Fsockit_owm%2Ftrunk%2Fdoc%2Fsockit_owr.pdf}}
}
@misc{spi,
author = {Simon Srot},
title = {{SPI Master Core Specification}},
year = 2004,
note = {\url{http://opencores.org/websvn,filedetails?repname=spi&path=%2Fspi%2Ftrunk%2Fdoc%2Fspi.pdf}}
}
@misc{i2c-master,
author = {Richard Herveille},
title = {{I$2$C Master Core Specification}},
year = 2003,
note = {\url{http://opencores.org/websvn,filedetails?repname=i2c&path=%2Fi2c%2Ftrunk%2Fdoc%2Fi2c_specs.pdf}}
}
@misc{coding-guidelines,
author = "Patrick Loschmidt and Nata{\v s}a Simani\'c and C\'esar Prados and Pablo Alvarez and Javier Serrano",
title = {{Guidelines for VHDL Coding}},
month = 04,
year = 2011,
note = {\url{http://www.ohwr.org/documents/24}}
}
@misc{ctb-ug,
author = "Theodor-Adrian Stana",
title = {{CONV-TTL-BLO User Guide}},
day = 25,
month = 06,
year = 2013,
howpublished = {\url{http://www.ohwr.org/documents/263}}
}
@misc{sysmon-i2c,
author = "{ELMA}",
title = {{Access to board data using SNMP and I2C}},
howpublished = {\url{http://www.ohwr.org/documents/227}}
}
%==============================================================================
% Document header
%==============================================================================
\documentclass[a4paper,11pt]{article}
\usepackage[pdfborder= 0 0 0 1]{hyperref}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{color}
\usepackage[toc,page]{appendix}
% Header and footer customization
\usepackage{fancyhdr}
\setlength{\headheight}{15.2pt}
\pagestyle{fancy}
\fancyhead[L]{\nouppercase{\leftmark}}
\fancyhead[R]{}
\renewcommand{\footrulewidth}{0.4pt}
%==============================================================================
% Start of document
%==============================================================================
\begin{document}
%------------------------------------------------------------------------------
% Title
%------------------------------------------------------------------------------
\include{cern-title}
%------------------------------------------------------------------------------
% Revision history
%------------------------------------------------------------------------------
\thispagestyle{empty}
\section*{Revision history}
\centerline
{
\begin{tabular}{l c p{.6\textwidth}}
\hline
\multicolumn{1}{c}{\textbf{Date}} & \multicolumn{1}{c}{\textbf{Version}} & \multicolumn{1}{c}{\textbf{Change}} \\
\hline
date & 0.1 & First draft \\
\hline
\end{tabular}
}
\pagebreak
\pagenumbering{roman}
\setcounter{page}{1}
\tableofcontents
%------------------------------------------------------------------------------
% List of figs, tables, abbrevs
%------------------------------------------------------------------------------
\pagebreak
\listoffigures
\listoftables
\section*{List of Abbreviations}
\begin{tabular}{l l}
SFP & Small-Form-factor Pluggable (transceiver) \\
\end{tabular}
\pagebreak
\pagenumbering{arabic}
\setcounter{page}{1}
%==============================================================================
% SEC: Intro
%==============================================================================
\section{Introduction}
\label{sec:intro}
\textcolor{red}{\textbf{block diag. from PTS userguide}}
\textcolor{red}{\textbf{board pics}}
\textcolor{red}{\textbf{conv-sys diagram and description}}
%------------------------------------------------------------------------------
% SUBSEC: Additional doc
%------------------------------------------------------------------------------
\subsection*{Additional documentation}
\textcolor{red}{\textbf{!!!}}
\begin{itemize}
\item CONV-TTL-BLO User Guide \cite{ctb-ug}
\end{itemize}
%==============================================================================
% SEC: Power supplies
%==============================================================================
\section{Power supplies}
\label{sec:power}
\textcolor{red}{\textbf{FPGA PS from VME}}
\textcolor{red}{\textbf{FPGA logic from VME, voltage regulator}}
\textcolor{red}{\textbf{FPGA logic from VME, voltage adapted}}
\textcolor{red}{\textbf{PS filtering}}
\textcolor{red}{\textbf{Blocking PS}}
%==============================================================================
% SEC: Clocks
%==============================================================================
\section{Clock circuits}
\label{sec:clocks}
\textcolor{red}{\textbf{Describe clock circuits}}
%==============================================================================
% SEC: TTL pulse rep
%==============================================================================
\section{TTL pulse repetition}
\label{sec:ttl}
\textcolor{red}{\textbf{Describe TTL pulse rep}}
%------------------------------------------------------------------------------
% SUBSEC: Input stage
%------------------------------------------------------------------------------
\subsection{Input stage}
\textcolor{red}{\textbf{Schmitt trigger isolates FPGA}}
%------------------------------------------------------------------------------
% SUBSEC: Output stage
%------------------------------------------------------------------------------
\subsection{Output stage}
\textcolor{red}{\textbf{details about output buffers}}
%==============================================================================
% SEC: Blocking pulse rep
%==============================================================================
\section{Blocking pulse repetition}
\label{sec:blo}
%------------------------------------------------------------------------------
% SUBSEC: Input stage
%------------------------------------------------------------------------------
\subsection{Input stage}
\textcolor{red}{\textbf{Max. inp. PW computation}}
%------------------------------------------------------------------------------
% SUBSEC: Output stage
%------------------------------------------------------------------------------
\subsection{Output stage}
\textcolor{red}{\textbf{details about output circuit}}
\textcolor{red}{\textbf{galvanic isolation}}
\textcolor{red}{\textbf{max outp. PW calculation}}
\textcolor{red}{\textbf{danger in case of no firmware}}
%==============================================================================
% SEC: Blocking pulse rep
%==============================================================================
\section{SFP connector}
\label{sec:sfp}
%==============================================================================
% SEC: Thermo, flash
%==============================================================================
\section{Thermometer and flash chip}
\label{sec:thermo-flash}
\textcolor{red}{\textbf{thermo in figure!!}}
\textcolor{red}{\textbf{FLASH instead of EEPROM in figure!!}}
%==============================================================================
% SEC: RTM, RTMP
%==============================================================================
\section{Rear-Transition Module}
\label{sec:rtm}
%------------------------------------------------------------------------------
% SUBSEC: RTMM
%------------------------------------------------------------------------------
\subsection{RTM Motherboard}
%------------------------------------------------------------------------------
% SUBSEC: RTMP
%------------------------------------------------------------------------------
\subsection{RTM Piggyback}
%==============================================================================
% Bibliography
%==============================================================================
\pagebreak
\bibliographystyle{ieeetr}
\bibliography{hwguide-conv-ttl-blo}
\end{document}
\ No newline at end of file
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