source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Multiplier/doc/Multiplier.tex @ 112

Last change on this file since 112 was 112, checked in by rosiere, 15 years ago

1) Stat_list : fix retire old and new register bug
2) Stat_list : remove read_counter and valid flag, because validation of destination is in retire step (not in commit step)
3) Model : add class Model (cf Morpheo.sim)
4) Allocation : alloc_interface_begin and alloc_interface_end to delete temporary array.
5) Script : add distexe.sh
6) Add Comparator, Multiplier, Divider. But this component are not implemented
7) Software : add Dhrystone

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1%------------------------------------------------------------------------------
2% $Id: Multiplier.tex 112 2009-03-18 22:36:26Z rosiere $
3%------------------------------------------------------------------------------
4
5\documentclass[10pt,a4paper,twocolumn]{article}
6
7\def\dirdoc{tex}
8\def\dirschema{eps}
9
10% Package de variables d'environnement : Titre, command etc ...
11\usepackage{../../../../Behavioural/doc/sty/doc-style}
12\usepackage{sty/header}
13
14
15%------------------------------------------------------------------------------
16% Début document
17%------------------------------------------------------------------------------
18
19\pagestyle{empty}
20
21\begin{document}
22
23% Créez une page de titre
24\maketitle
25\thispagestyle{empty}
26
27%Table des matières et des figures
28%\tableofcontents
29%\newpage
30%\listoffigures
31
32%------------------------------------------------------------------------------
33% Ajout du corps du documents
34%------------------------------------------------------------------------------
35
36\input{tex/root}
37
38%------------------------------------------------------------------------------
39% Fin d'ajout du corps du document
40%------------------------------------------------------------------------------
41
42\end{document}
Note: See TracBrowser for help on using the repository browser.