Skip to content
Snippets Groups Projects
Commit 362424d0 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

New compilation for codegeneration doc

parent cd14e831
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ SHELL=/bin/bash ...@@ -3,7 +3,7 @@ SHELL=/bin/bash
# Top LaTeX document (without .tex extension) # Top LaTeX document (without .tex extension)
TOP = codegeneration_documentation.tex TOP = codegeneration_documentation.tex
# Bibliography (if any) # Bibliography (if any)
BIBLIO = code_generation_documentation.bib BIBLIO =
# Figures directory # Figures directory
FIGDIR = figures FIGDIR = figures
......
@misc{ttool,
title = "{[TTool], an open-source toolkit for the modeling and verification of embedded systems.}",
author = "Ludovic Apvrille",
url = "http://ttool.telecom-paris.fr/",
howpublished={\url{http://ttool.telecom-paris.fr/}},
}
@misc{soclib,
title = "{SoCLib.}",
url = "http://www.soclib.fr/",
howpublished={\url{http://www.soclib.fr/}},
note = "As of: October 4, 2018"
}
@misc{systemc,
title = "{SystemC.}",
author = "Accellera Systems Initiative",
url = "http://www.accellera.org/downloads/standards/systemc",
howpublished={\url{http://www.accellera.org/downloads/standards/systemc}},
note = "As of: October 4, 2018"
}
...@@ -126,7 +126,7 @@ Editor} & \textbf{Year} ...@@ -126,7 +126,7 @@ Editor} & \textbf{Year}
\subsection{Summary} \subsection{Summary}
This document describes the code generation principle for AVATAR design diagrams implemented in TTool~\cite{ttool}. It describes how to configure TTool for generating code, how to generate the code, how to compile it, how to execute it. This document describes the code generation principle for AVATAR design diagrams implemented in TTool. It describes how to configure TTool for generating code, how to generate the code, how to compile it, how to execute it.
Finally, the document explains how to have the generated code to connect with an external graphical interface. Finally, the document explains how to have the generated code to connect with an external graphical interface.
\newpage \newpage
...@@ -654,8 +654,8 @@ We are currently working on a plug-in facility in order to be able to customize ...@@ -654,8 +654,8 @@ We are currently working on a plug-in facility in order to be able to customize
\end{document} \end{document}
\newpage %\newpage
\section{References}\label{sec:references} %\section{References}\label{sec:references}
%\bibliography{codegeneration_documentation} %\bibliography{codegeneration_documentation}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment