Skip to content
Snippets Groups Projects
Commit 287a0375 authored by Daniela GENIUS's avatar Daniela GENIUS
Browse files

correction doc

your changes. Lines starting
parent 7e737da5
No related branches found
No related tags found
No related merge requests found
......@@ -294,9 +294,11 @@ export SYSTEMC=$INSTALL_DIR/systemc-2.2.0
\end{verbatim}
\begin{verbatim}
export PATH=$INSTALL_DIR/java/bin:$SYSTEMC/bin:$INSTALL_DIR/mutekh/bin:
export PATH=$INSTALL_DIR/java/bin:$SYSTEMC/bin
:$INSTALL_DIR/mutekh/bin:
$TTOOL_DIR/MPSoC/soclib/utils/bin:$PATH
export LD_LIBRARY_PATH=$INSTALL_DIRg/mutekh/lib/:$SYSTEMC/lib-linux64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$INSTALL_DIRg/mutekh/lib/
:$SYSTEMC/lib-linux64:$LD_LIBRARY_PATH
\end{verbatim}
}
......@@ -306,6 +308,7 @@ export LD_LIBRARY_PATH=$INSTALL_DIRg/mutekh/lib/:$SYSTEMC/lib-linux64:$LD_LIBRAR
We recommend to use bash.
Example \texttt{.bashrc} lines
\begin{footnotesize}
\begin{verbatim}
export PATH=$PATH:$HOME/bin:$HOME/git/TTool/MPSoC/soclib/utils/bin
export PATH=$PATH:/opt/gcc-cross-mipsel/4.3.3/bin/
......@@ -313,6 +316,7 @@ export PATH=$PATH:/cxtools/gcc_mips/obj/bin/
export PS1='\u@\h \w $ '
export PATH=$HOME/mutekh/bin:$PATH
\end{verbatim}
\end{footnotesize}
}
......@@ -325,9 +329,10 @@ export SYSTEMC=$INSTALL_DIR/systemc-2.3.1
\end{verbatim}
for the SystemC version
\begin{verbatim}
export LD_LIBRARY_PATH=$INSTALL_DIR/mutekh/lib/:$SYSTEMC/lib-linux64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$INSTALL_DIR/mutekh/lib/:
$SYSTEMC/lib-linux64:$LD_LIBRARY_PATH
\end{verbatim}
to use \texttt{lib-linux64}.
in order to use \texttt{lib-linux64}.
}
......@@ -407,11 +412,11 @@ Instruction Set Simulators for the following architectures :
\item Arm 7
\item Sparc v8
\item LM 32
\item Microblaze
\item Microblaze (currently no mutekH support)
\end{itemize}
\item The mapping table generation and calculation of addresses in \texttt{/src/ddtranslatorSoclib/toTopcell} of other architectures might have to be extended (ongoing work, requests to \texttt{daniela.genius@lip6.fr})
\end{itemize}
\textbf{For MicroBlaze, currently no mutekH support exists}
%\textbf{For MicroBlaze, currently no mutekH support exists}
}
\subsection{TTool Code Generation}
......@@ -442,9 +447,9 @@ Generation of code for MPSoC platform in directory \texttt{TTool/MPSoC}.
In the \texttt{generated\_topcell} directory :
\begin{itemize}
\item \texttt{config\_noproc}
\item \texttt{deployinfo.h} copied to \texttt{Prog/mutekh/arch/soclib}, generated by \texttt{TTool/src/ddtranslatorSoclib/toTopcell/Deplyinfo.java}
\item \texttt{deployinfo\_map.h} copied to \texttt{Prog/mutekh/arch/soclib}, generated by \texttt{TTool/src/ddtranslatorSoclib/toTopcell/Deplyinfo.java}
\item \texttt{nbproc} contains number of CPUs, generated by \texttt{TTool/src/ddtranslatorSoclib/toTopcell/Deplyinfo.java}. This info is appended to \texttt{config\_noproc}
\item \texttt{deployinfo.h} copied to \texttt{Prog/mutekh/arch/soclib}, generated by \texttt{TTool/src/ddtranslatorSoclib/toTopcell/Deployinfo.java}
\item \texttt{deployinfo\_map.h} copied to \texttt{Prog/mutekh/arch/soclib}, generated by \texttt{TTool/src/ddtranslatorSoclib/toTopcell/Deployinfo.java}
\item \texttt{nbproc} contains number of CPUs, generated by \texttt{TTool/src/ddtranslatorSoclib/toTopcell/Deployinfo.java}. This info is appended to \texttt{config\_noproc}
\item \texttt{procinfo.mk}
\end{itemize}
}
......@@ -453,7 +458,7 @@ Generation of code for MPSoC platform in directory \texttt{TTool/MPSoC}.
\MyLogo
\frametitle{Directories in the TTool Arborescence (3)}
Central Makefile \texttt{src/MPSoC/Makefile.forsoclib}
Central Makefile \texttt{MPSoC/Makefile.forsoclib}
which copies generated code from the \texttt{TTool} into the \texttt{MPSoC} arborescence as follows:
\begin{itemize}
\item \texttt{generated\_src} directory:
......
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