diff --git a/crlcore/CMakeLists.txt b/crlcore/CMakeLists.txt index 2d96e127..91e70e60 100644 --- a/crlcore/CMakeLists.txt +++ b/crlcore/CMakeLists.txt @@ -13,13 +13,13 @@ ENDIF(COMMAND CMAKE_POLICY) MACRO(SETUP_PROJECT_PATHS project) IF( NOT("$ENV{${project}_TOP}" STREQUAL "") ) MESSAGE("-- ${project}_TOP is set to $ENV{${project}_TOP}") - SET(PROJECT_MODULE_PATH "$ENV{${project}_TOP}/share/cmake/Modules/") + SET(PROJECT_MODULE_PATH "${DESTDIR}$ENV{${project}_TOP}/share/cmake/Modules/") LIST(INSERT CMAKE_MODULE_PATH 0 "${PROJECT_MODULE_PATH}") ENDIF( NOT("$ENV{${project}_TOP}" STREQUAL "") ) IF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") ) MESSAGE("-- ${project}_USER_TOP is set to $ENV{${project}_USER_TOP}") - SET(PROJECT_MODULE_PATH "$ENV{${project}_USER_TOP}/share/cmake/Modules/") + SET(PROJECT_MODULE_PATH "${DESTDIR}$ENV{${project}_USER_TOP}/share/cmake/Modules/") LIST(INSERT CMAKE_MODULE_PATH 0 "${PROJECT_MODULE_PATH}") ENDIF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") ) diff --git a/crlcore/doc/README.tex b/crlcore/doc/README.tex index 2a0d2c74..d40b3d62 100644 --- a/crlcore/doc/README.tex +++ b/crlcore/doc/README.tex @@ -89,6 +89,10 @@ \newcommand {\MII} {\texttt{M2}\xspace} \newcommand {\MV} {\texttt{M5}\xspace} + \newcommand {\knikThesis}% + {\href{http://www-soc.lip6.fr/en/users/damiendupuis/thesis/}% + {\texttt{http://www-soc.lip6.fr/en/users/damiendupuis/thesis/}\xspace}} + \newcommand {\coriolisIIfcXIIirpm}% {\href{ftp://asim.lip6.fr/pub/coriolis/2.0/coriolis2-1.0.1390-1.fc12.i386.rpm}% {\texttt{coriolis2-1.0.1390-1.fc12.i386.rpm}\xspace}} @@ -340,6 +344,10 @@ A global routing is saved into a file with the same name as the design and a \kgr extention. It is in \BoxRouterRef output format. + For an in-depth description of \Knik algorithms, you may download the thesis of + D. \Dupuis avalaible from here~: + \begin{center}\knikThesis\end{center} + \noindent Menus~: \begin{itemize} \item \menu{P\&R}$\rightarrow$\menu{\underline{S}tep by Step}