]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
Code cleanup for Emacs (mostly whitespace)
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 6 Apr 2013 12:26:46 +0000 (14:26 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 6 Apr 2013 12:26:46 +0000 (14:26 +0200)
trb3/CodeRepository.tex
trb3/CtsHowtos.tex

index 8c2f73e3e4d51b25880e84559cae239f5df921a7..d21f126cfe92fe8b932367f97eecbe3a3ffe515c 100644 (file)
@@ -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:
index 2eb8dddc67b51ba3aa6bdf58cf917b16c130ecfa..cfbd95a21d1c228b179ed004f38b905ad34cfb0f 100644 (file)
@@ -45,7 +45,7 @@ THE_ETM: <your-entity-here>
    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: