line too long
This commit is contained in:
parent
2ee85917e1
commit
703e055e4a
|
@ -8,7 +8,7 @@
|
||||||
# NOTE: You can find the latest revision of this document at:
|
# NOTE: You can find the latest revision of this document at:
|
||||||
# http://asim.lip6.fr/pub/alliance/latest-checkout/alliance/src
|
# http://asim.lip6.fr/pub/alliance/latest-checkout/alliance/src
|
||||||
#
|
#
|
||||||
# $Id: FAQ,v 1.3 2002/10/17 10:04:09 czo Exp $
|
# $Id: FAQ,v 1.4 2002/10/17 13:33:00 czo Exp $
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -35,13 +35,24 @@ Question 14: How can I get Alliance ?
|
||||||
Question 1: What is ALLIANCE ?
|
Question 1: What is ALLIANCE ?
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
Alliance is a complete set of free CAD tools and portable libraries for VLSI design. It includes a VHDL compiler and simulator, logic synthesis tools, and automatic place and route tools. A complete set of portable CMOS libraries is provided. Alliance is the result of a twelve year effort spent at ASIM department of LIP6 laboratory of the Pierre et Marie Curie University (Paris VI, France). Alliance has been used for research projects such as the 875 000 transistors StaCS superscalar microprocessor and 400 000 transistors IEEE Gigabit HSL Router.
|
Alliance is a complete set of free CAD tools and portable libraries for VLSI
|
||||||
|
design. It includes a VHDL compiler and simulator, logic synthesis tools, and
|
||||||
|
automatic place and route tools. A complete set of portable CMOS libraries is
|
||||||
|
provided. Alliance is the result of a twelve year effort spent at ASIM
|
||||||
|
department of LIP6 laboratory of the Pierre et Marie Curie University
|
||||||
|
(Paris-VI, France). Alliance has been used for research projects such as the
|
||||||
|
875 000 transistors StaCS superscalar microprocessor and 400 000 transistors
|
||||||
|
IEEE Gigabit HSL Router.
|
||||||
|
|
||||||
|
|
||||||
Question 2: What is ALLIANCE general copyright policy ?
|
Question 2: What is ALLIANCE general copyright policy ?
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
Alliance VLSI CAD System is free software. Binaries, source code and cells libraries are freely available under the GNU General Public License (GPL). You are welcome to use the software package even for commercial designs without any fee. You are kindly requested to mention : "Designed with Alliance © LIP6, Université Pierre et Marie Curie"
|
Alliance VLSI CAD System is free software. Binaries, source code and cells
|
||||||
|
libraries are freely available under the GNU General Public License (GPL). You
|
||||||
|
are welcome to use the software package even for commercial designs without any
|
||||||
|
fee. You are kindly requested to mention : "Designed with Alliance © LIP6,
|
||||||
|
Université Pierre et Marie Curie"
|
||||||
|
|
||||||
See LICENCE
|
See LICENCE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# NOTE: You can find the latest revision of this document at:
|
# NOTE: You can find the latest revision of this document at:
|
||||||
# http://asim.lip6.fr/pub/alliance/latest-checkout/alliance/src
|
# http://asim.lip6.fr/pub/alliance/latest-checkout/alliance/src
|
||||||
#
|
#
|
||||||
# $Id: README,v 1.3 2002/10/17 10:04:09 czo Exp $
|
# $Id: README,v 1.4 2002/10/17 13:33:00 czo Exp $
|
||||||
|
|
||||||
This file discuss about installation of Alliance on UNIX machines.
|
This file discuss about installation of Alliance on UNIX machines.
|
||||||
|
|
||||||
|
@ -56,7 +56,13 @@ log as root then type :
|
||||||
To install a .rpm package (Linux redHat 7+)
|
To install a .rpm package (Linux redHat 7+)
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
This rpm has been build on a modified RedHat 7.1 and requires: ld-linux.so.2 libICE.so.6 libSM.so.6 libX11.so.6 libXext.so.6 libXm.so.2 libXp.so.6 libXpm.so.4 libXt.so.6 libc.so.6 libm.so.6 libstdc++-libc6.2-2.so.3 /bin/sh libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libm.so.6(GLIBC_2.0). (You can generate the rpm for your platform by issuing : rpm -ta alliance-5.0-XXX.tar.gz)
|
This rpm has been build on a modified RedHat 7.1 and requires: ld-linux.so.2
|
||||||
|
libICE.so.6 libSM.so.6 libX11.so.6 libXext.so.6 libXm.so.2 libXp.so.6
|
||||||
|
libXpm.so.4 libXt.so.6 libc.so.6 libm.so.6 libstdc++-libc6.2-2.so.3 /bin/sh
|
||||||
|
libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3)
|
||||||
|
libm.so.6(GLIBC_2.0).
|
||||||
|
(You can generate the rpm for your platform by issuing :
|
||||||
|
rpm -ta alliance-5.0-XXX.tar.gz)
|
||||||
|
|
||||||
Get the latest rpm package,
|
Get the latest rpm package,
|
||||||
log as root then type :
|
log as root then type :
|
||||||
|
|
Loading…
Reference in New Issue