From 2e287fb3b45d6806141cff2890a5d84b6e841b8c Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 27 May 2010 11:37:16 +0000 Subject: [PATCH] Include the Flute license reference. --- crlcore/doc/README.tex | 8 ++++++++ crlcore/etc/CMakeLists.txt | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/crlcore/doc/README.tex b/crlcore/doc/README.tex index 1c264ab9..cd09ba20 100644 --- a/crlcore/doc/README.tex +++ b/crlcore/doc/README.tex @@ -53,6 +53,7 @@ } \newcommand {\Alexandre} {\textsc{Alexandre}\xspace} + \newcommand {\Chu} {\textsc{Chu}\xspace} \newcommand {\Chaput} {\textsc{Chaput}\xspace} \newcommand {\Dupuis} {\textsc{Dupuis}\xspace} \newcommand {\Escassut} {\textsc{Escassut}\xspace} @@ -81,6 +82,9 @@ \newcommand {\BoxRouter} {\textsc{BoxRouter}\xspace} \newcommand {\BoxRouterRef} {\xhref{\BoxRouter}% {http://www.cerc.utexas.edu/~thyeros/boxrouter/boxrouter.htm}\xspace} + \newcommand {\Flute} {\textsc{Flute}\xspace} + \newcommand {\FluteRef} {\xhref{http://home.eng.iastate.edu/\~{}cnchu/}% + {http://home.eng.iastate.edu/~cnchu/}\xspace} \newcommand {\netlist} {\textit{netlist}\xspace} \newcommand {\physical} {\textit{physical}\xspace} \newcommand {\logical} {\textit{logical}\xspace} @@ -237,6 +241,10 @@ copyright\textcopyright\ \UPMC 2008-2010 and released under the \GPL license. + The \Knik router makes use of the \Flute software, which is + copyright\textcopyright\ Chris C. N. \Chu from the Iowa State University + (\FluteRef). + \newpage diff --git a/crlcore/etc/CMakeLists.txt b/crlcore/etc/CMakeLists.txt index 72215026..cfa13cd3 100644 --- a/crlcore/etc/CMakeLists.txt +++ b/crlcore/etc/CMakeLists.txt @@ -1,7 +1,7 @@ install ( FILES environment.alliance.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) install ( FILES technology.symbolic.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) - install ( FILES technology.hcmos9.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) - install ( FILES technology.cmos065.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) + install ( FILES technology.cmos130.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) + install ( FILES technology.mos65.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) install ( FILES technology.freePDK45.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) install ( FILES technology.fake.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 ) install ( FILES display.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )