* ./crlcore:
- Change: In top CMakeLists.txt, prepend ${DESTDIR} to CMAKE_MODULE_PATH components (for use by packagers).
This commit is contained in:
parent
ab4aa044e9
commit
740b6354d8
|
@ -13,13 +13,13 @@ ENDIF(COMMAND CMAKE_POLICY)
|
||||||
MACRO(SETUP_PROJECT_PATHS project)
|
MACRO(SETUP_PROJECT_PATHS project)
|
||||||
IF( NOT("$ENV{${project}_TOP}" STREQUAL "") )
|
IF( NOT("$ENV{${project}_TOP}" STREQUAL "") )
|
||||||
MESSAGE("-- ${project}_TOP is set to $ENV{${project}_TOP}")
|
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}")
|
LIST(INSERT CMAKE_MODULE_PATH 0 "${PROJECT_MODULE_PATH}")
|
||||||
ENDIF( NOT("$ENV{${project}_TOP}" STREQUAL "") )
|
ENDIF( NOT("$ENV{${project}_TOP}" STREQUAL "") )
|
||||||
|
|
||||||
IF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") )
|
IF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") )
|
||||||
MESSAGE("-- ${project}_USER_TOP is set to $ENV{${project}_USER_TOP}")
|
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}")
|
LIST(INSERT CMAKE_MODULE_PATH 0 "${PROJECT_MODULE_PATH}")
|
||||||
ENDIF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") )
|
ENDIF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") )
|
||||||
|
|
||||||
|
|
|
@ -89,6 +89,10 @@
|
||||||
\newcommand {\MII} {\texttt{M2}\xspace}
|
\newcommand {\MII} {\texttt{M2}\xspace}
|
||||||
\newcommand {\MV} {\texttt{M5}\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}%
|
\newcommand {\coriolisIIfcXIIirpm}%
|
||||||
{\href{ftp://asim.lip6.fr/pub/coriolis/2.0/coriolis2-1.0.1390-1.fc12.i386.rpm}%
|
{\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}}
|
{\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
|
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.
|
\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~:
|
\noindent Menus~:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \menu{P\&R}$\rightarrow$\menu{\underline{S}tep by Step}
|
\item \menu{P\&R}$\rightarrow$\menu{\underline{S}tep by Step}
|
||||||
|
|
Loading…
Reference in New Issue