From 26c8a2b8c0de6d73e41ccccc4487485543fe223a Mon Sep 17 00:00:00 2001 From: Ludovic Jacomme Date: Wed, 14 Jul 2004 23:19:49 +0000 Subject: [PATCH] - update - generates pdf file properly --- .../documentation/tutorials/start/Makefile | 23 ++++++------------- .../documentation/tutorials/start/start.tex | 6 ++--- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/alliance/src/documentation/tutorials/start/Makefile b/alliance/src/documentation/tutorials/start/Makefile index ed93f55c..1b1050db 100755 --- a/alliance/src/documentation/tutorials/start/Makefile +++ b/alliance/src/documentation/tutorials/start/Makefile @@ -1,25 +1,16 @@ -# Generic Makefile for TeTeX projet -# (C) 1999, Czo -# $Id: Makefile,v 1.2 2004/07/14 22:37:14 ludo Exp $ - -MYFILE=start +# start %.eps : %.fig fig2dev -L ps -c -p dummy $*.fig $*.eps -distrib : clean ps - ps2pdf $(MYFILE).ps - cp -f $(MYFILE).ps .. - cp -f $(MYFILE).pdf .. - $(MAKE) clean +distrib : start.pdf + cp start.pdf .. +start.pdf : start.dvi + dvipdf start.dvi -view : ps - gv $(MYFILE).ps - -ps : $(MYFILE).tex - latex $(MYFILE).tex - dvips $(MYFILE).dvi -o $(MYFILE).ps +start.dvi : start.tex + latex start.tex clean : rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux diff --git a/alliance/src/documentation/tutorials/start/start.tex b/alliance/src/documentation/tutorials/start/start.tex index 2c3137ba..e440eb05 100755 --- a/alliance/src/documentation/tutorials/start/start.tex +++ b/alliance/src/documentation/tutorials/start/start.tex @@ -5,7 +5,7 @@ % Version for Alliance releases 2.0 and up by Frederic Petrot % Modified by czo for Alliance release 4.0 (01/2000) % TODO : no fully working, needs some adjustements -% $Id: start.tex,v 1.2 2004/07/14 22:37:14 ludo Exp $ +% $Id: start.tex,v 1.3 2004/07/14 23:19:49 ludo Exp $ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{article} @@ -100,7 +100,7 @@ In the second tutorial (place\_route/ directory) : \item \textbf{graal} : Graphic layout editor. \end{itemize} -In the forth tutorial (synthesis/ directory) : +In the third tutorial (synthesis/ directory) : \begin{itemize} \item \textbf{syf} : Finite state machine synthesizer. \item \textbf{boom} : Boolean optimization of a logic level behavioral @@ -108,7 +108,7 @@ description (VHDL data flow). \item \textbf{boog} : Mapping of a behavioral descriptiononto a standard cell library. \item \textbf{loon} : Fanout optimizer, global optimizer and timing analyser of -a gate netlist. +\item \textbf{scapin} : Scan Path insertion \item \textbf{xsch} : Graphical schematic viewer. \end{itemize}