# Alliance VLSI CAD System # # Home page : http://www-asim.lip6.fr/alliance/ # E-mail support : mailto:alliance-support@asim.lip6.fr # ftp sites : ftp://ftp.lip6.fr/lip6/softs/alliance/ # or ftp://ftp-asim.lip6.fr/pub/alliance/ # # $Id: README,v 1.1 1998/04/03 15:55:00 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; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Alliance libraries are distributed under the terms of the GNU Library General Public License as published by the Free Software Foundation. Alliance VLSI CAD System is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. You are welcome to use the software package even for commercial designs whithout any fee. You are just required to mention : "Designed with Alliance CAD system" # Installation # =================================================================== 1/ Unpack alliance-3.2b-common.tar.gz and alliance-3.2c-sources.tar.gz in the same dir. 2/ Run the configure script as explained in the alliance.README If your OS is not one of the following : Linux_elf, SunOS, Solaris, you will need to edit configure{.in} alc_env.sh and alc_env.csh for that those script use a good $MACHINE name. 3/ Create the following directory architecture : - the dir share & sources already exists - Linux_elf is a sample for $MACHINE=Linux_elf - YOUROSNAME is the tree you have to build alliance ---+- archi ------+- Linux_elf --+- bin | | |- cells -> ../../share/cells/ | | |- doc -> ../../share/doc/ | | |- etc -> ../../share/etc/ | | |- include | | |- lib | | |- man -> ../../share/man/ | | `- tutorials -> ../../share/tutorials/ | `- YOUROSNAME--+- bin | |- cells -> ../../share/cells/ | |- doc -> ../../share/doc/ | |- etc -> ../../share/etc/ | |- include | |- lib | |- man -> ../../share/man/ | `- tutorials -> ../../share/tutorials/ |- share ------+- cells ------+- amg | |- etc | `- tutorials --+- ...... |- sources ----+- ...... 4/ Go to the sources dirctory and run the makefile - you should use gnu make ... # EOF