parent
4792281da0
commit
26c8a2b8c0
|
@ -1,25 +1,16 @@
|
||||||
# Generic Makefile for TeTeX projet
|
# start
|
||||||
# (C) 1999, Czo
|
|
||||||
# $Id: Makefile,v 1.2 2004/07/14 22:37:14 ludo Exp $
|
|
||||||
|
|
||||||
MYFILE=start
|
|
||||||
|
|
||||||
%.eps : %.fig
|
%.eps : %.fig
|
||||||
fig2dev -L ps -c -p dummy $*.fig $*.eps
|
fig2dev -L ps -c -p dummy $*.fig $*.eps
|
||||||
|
|
||||||
distrib : clean ps
|
distrib : start.pdf
|
||||||
ps2pdf $(MYFILE).ps
|
cp start.pdf ..
|
||||||
cp -f $(MYFILE).ps ..
|
|
||||||
cp -f $(MYFILE).pdf ..
|
|
||||||
$(MAKE) clean
|
|
||||||
|
|
||||||
|
start.pdf : start.dvi
|
||||||
|
dvipdf start.dvi
|
||||||
|
|
||||||
view : ps
|
start.dvi : start.tex
|
||||||
gv $(MYFILE).ps
|
latex start.tex
|
||||||
|
|
||||||
ps : $(MYFILE).tex
|
|
||||||
latex $(MYFILE).tex
|
|
||||||
dvips $(MYFILE).dvi -o $(MYFILE).ps
|
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux
|
rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
% Version for Alliance releases 2.0 and up by Frederic Petrot
|
% Version for Alliance releases 2.0 and up by Frederic Petrot
|
||||||
% Modified by czo for Alliance release 4.0 (01/2000)
|
% Modified by czo for Alliance release 4.0 (01/2000)
|
||||||
% TODO : no fully working, needs some adjustements
|
% 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}
|
\documentclass{article}
|
||||||
|
@ -100,7 +100,7 @@ In the second tutorial (place\_route/ directory) :
|
||||||
\item \textbf{graal} : Graphic layout editor.
|
\item \textbf{graal} : Graphic layout editor.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
In the forth tutorial (synthesis/ directory) :
|
In the third tutorial (synthesis/ directory) :
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \textbf{syf} : Finite state machine synthesizer.
|
\item \textbf{syf} : Finite state machine synthesizer.
|
||||||
\item \textbf{boom} : Boolean optimization of a logic level behavioral
|
\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
|
\item \textbf{boog} : Mapping of a behavioral descriptiononto a standard cell
|
||||||
library.
|
library.
|
||||||
\item \textbf{loon} : Fanout optimizer, global optimizer and timing analyser of
|
\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.
|
\item \textbf{xsch} : Graphical schematic viewer.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue