From: Andreas Neiser Date: Sat, 6 Apr 2013 12:26:46 +0000 (+0200) Subject: Code cleanup for Emacs (mostly whitespace) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e88d4851a9ae8775500807cd5a29258bc2626c3f;p=daqdocu.git Code cleanup for Emacs (mostly whitespace) --- diff --git a/trb3/CodeRepository.tex b/trb3/CodeRepository.tex index 8c2f73e..d21f126 100644 --- a/trb3/CodeRepository.tex +++ b/trb3/CodeRepository.tex @@ -1,18 +1,18 @@ \subsection{VHDL} \begin{description*} - \item[Trb3 Vhdl]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/trb3.git + \item[Trb3 Vhdl]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/trb3.git \item[TrbNet Vhdl]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/trbnet.git \end{description*} \subsection{Software / Documentation} \label{sec:Repo:Software} \begin{description*} - \item[Trb3 Documentation]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdocu.git + \item[Trb3 Documentation]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdocu.git \item[Trb3 SlowControl Software]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqtools.git \item[Trbnet Software Library]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/trbnettools.git \item[Data Server (Eventbuilder)]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdata.git \end{description*} - + \subsection{Additional Resources} \begin{description*} \item[Dabc Eventbuilder]~\\http://hades-wiki.gsi.de/cgi-bin/view/DaqSlowControl/EventBuilderDabc @@ -22,7 +22,7 @@ \subsection{Repository Notes} \begin{itemize*} - \item The repositories with software and documentation (daqdocu, daqtools, trbnettools, daqdata) are supposed to reside in a common directory named trbsoft, e.g. in your home directory. + \item The repositories with software and documentation (daqdocu, daqtools, trbnettools, daqdata) are supposed to reside in a common directory named trbsoft, e.g. in your home directory. \item If users want to put their own scripts to the git (recommended for education of others), there is a directory daqtools/user/. Here you can add a sub-directory with your project name and add all your files (tools, configuration etc.). \item The git URLs are read-only. Write access is available upon request by providing a ssh-key. For R/W the URL changes to e.g. \verb!git@jspc29...furt.de:daqdocu! \item The cvs URLs are accessible with password or ssh-key only. @@ -34,3 +34,8 @@ \item All designs can be downloaded from \\\url{http://jspc22.x-matter.uni-frankfurt.de/bitfiles/FILENAME} \item Developers upload their files via scp to \\\verb!hadaq@jspc22.x-matter.uni-frankfurt.de:/srv/www/htdocs/bitfiles/! \end{itemize*} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "main" +%%% End: diff --git a/trb3/CtsHowtos.tex b/trb3/CtsHowtos.tex index 2eb8ddd..cfbd95a 100644 --- a/trb3/CtsHowtos.tex +++ b/trb3/CtsHowtos.tex @@ -45,7 +45,7 @@ THE_ETM: port map ( CLK => clk_100_i, RESET_IN => reset_i, - + -- Trigger Interface TRG_SYNC_OUT => cts_ext_trigger, CTS_BUSY_IN => trigger_busy_i, @@ -137,4 +137,7 @@ sub init { } 1; \end{lstlisting} - \ No newline at end of file +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "main" +%%% End: