From 9fc990a4ca6aae39ad45a4baf334a78fa8b2d30a Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Tue, 25 Jan 2000 16:28:57 +0000 Subject: [PATCH] bientot ok --- alliance/FAQ | 9 ++++----- alliance/README | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/alliance/FAQ b/alliance/FAQ index 6650ec42..be256069 100644 --- a/alliance/FAQ +++ b/alliance/FAQ @@ -5,7 +5,7 @@ # E-mail support : mailto:alliance-support@asim.lip6.fr # ftp site : ftp://ftp-asim.lip6.fr/pub/alliance/ # -# $Id: FAQ,v 1.4 2000/01/25 15:36:03 czo Exp $ +# $Id: FAQ,v 1.5 2000/01/25 16:28:57 czo Exp $ -------------------------------------------------------------------------------- @@ -280,10 +280,9 @@ Question 12: Where are TAS and YAGLE ? -------------------------------------- HITAS (Hierarchical timing analysis) and YAGLE (Functional abstraction) -are now commercially distributed by Avertec (http://www.avertec.com/) -These tools are however available in binary from at Avertec web site. -A local copy can be found at -ftp://ftp-asim.lip6.fr/pub/alliance/contrib/avertec/ +are now comercially distributed by Avertec (http://www.avertec.com/). +More information can be obtained at their web site. Binaries of these +tools can also be downloaded for non-commercial university research. Question 13: How can I get in touch with the ALLIANCE team ? diff --git a/alliance/README b/alliance/README index 11abbe62..d11fe712 100644 --- a/alliance/README +++ b/alliance/README @@ -5,12 +5,19 @@ # E-mail support : mailto:alliance-support@asim.lip6.fr # ftp site : ftp://ftp-asim.lip6.fr/pub/alliance/ # -# $Id: README,v 1.4 2000/01/20 18:17:01 czo Exp $ - +# $Id: README,v 1.5 2000/01/25 16:28:57 czo Exp $ # Alliance # =================================================================== + + Alliance VLSI CAD System + Copyright (C) Laboratoire LIP6 - Département ASIM + Universite Pierre et Marie Curie + 4, place Jussieu + 75252 Paris Cedex 05 + France + "Alliance VLSI CAD System" is free Software. @@ -77,6 +84,12 @@ In the example above I assume you have logged as root > cd alliance/share/etc > ./configure +If your OS is recognized as "Unknown", you will need to edit +configure.in alc_env.sh.in and alc_env.csh.in and run autoconf +for that those script use a good $ALLIANCE_OS name. If +libraries (X11, Motif/LessTiff, readline ...) or tools (sed, +gawk, ...) are missing, you will have to install them. + If you install Alliance on different platforms you'll need to run the 'configure' script on each of them.