Blob Blame History Raw
diff -Naur documentation/alliance-examples/addaccu16/Makefile alliance-examples/addaccu16/Makefile
--- documentation/alliance-examples/addaccu16/Makefile	2004-05-24 00:15:16.000000000 +0200
+++ alliance-examples/addaccu16/Makefile	2007-07-19 13:13:51.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 2
 
diff -Naur documentation/alliance-examples/addaccu16/README alliance-examples/addaccu16/README
--- documentation/alliance-examples/addaccu16/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/addaccu16/README	2007-07-19 13:13:51.000000000 +0200
@@ -10,11 +10,13 @@
 the associated stimuli file, and also a configuration file for IO
 placement (used during the Place and Route step).
 
-The Makefile set environement variables properly and run Alliance tools, 
+The Makefile set environment variables properly and run Alliance tools,
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "addaccu16" to any writable folder of your choice and type:
+$ make
 
 The main targets of the makefile are listed below (following the design flow).
 
diff -Naur documentation/alliance-examples/adder4/adder4.ioc alliance-examples/adder4/adder4.ioc
--- documentation/alliance-examples/adder4/adder4.ioc	2004-05-23 19:27:03.000000000 +0200
+++ alliance-examples/adder4/adder4.ioc	2007-07-19 13:13:51.000000000 +0200
@@ -1,4 +1,4 @@
-#      Copyright (c) 1997 by Cadence. All rights reserved.      
+#      
 ###################################################################
 # In each of TOP()/BOTTOM()/LEFT()/RIGHT() section, there are     #
 # placed IOs. In the IGNORE() section, the IOs are ignored        #
diff -Naur documentation/alliance-examples/adder4/Makefile alliance-examples/adder4/Makefile
--- documentation/alliance-examples/adder4/Makefile	2004-05-24 00:15:20.000000000 +0200
+++ alliance-examples/adder4/Makefile	2007-07-19 13:13:51.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 2
 
diff -Naur documentation/alliance-examples/adder4/README alliance-examples/adder4/README
--- documentation/alliance-examples/adder4/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/adder4/README	2007-07-19 13:13:51.000000000 +0200
@@ -14,7 +14,9 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "adder4" to any writable folder of your choice and type:
+$ make
 
 The main targets of the makefile are listed below (following the design flow).

diff -Naur documentation/alliance-examples/amd2901/amd2901_core.ioc alliance-examples/amd2901/amd2901_core.ioc
--- documentation/alliance-examples/amd2901/amd2901_core.ioc	2004-05-23 20:55:16.000000000 +0200
+++ alliance-examples/amd2901/amd2901_core.ioc	2007-07-19 13:13:52.000000000 +0200
@@ -1,4 +1,4 @@
-#      Copyright (c) 1997 by Cadence. All rights reserved.      
+#      
 ###################################################################
 # In each of TOP()/BOTTOM()/LEFT()/RIGHT() section, there are     #
 # placed IOs. In the IGNORE() section, the IOs are ignored        #

diff -Naur documentation/alliance-examples/amd2901/Makefile alliance-examples/amd2901/Makefile
--- documentation/alliance-examples/amd2901/Makefile	2004-05-24 00:15:22.000000000 +0200
+++ alliance-examples/amd2901/Makefile	2007-07-19 13:13:51.000000000 +0200
@@ -11,7 +11,9 @@
  STANDART_PATH = PATH=$(STANDART_BIN); export PATH
 
 # Standart Alliance binary access paths.
  ALLIANCE_BIN  = $(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 # --------------------------------------------------------------------
 # Standarts binaries.
@@ -41,8 +43,8 @@
     CATA_LIB2 = $(ALLIANCE_TOP)/cells/padlib
     CATA_LIB  = .:$(CATA_LIB0):$(CATA_LIB1):$(CATA_LIB2)
    TARGET_LIB = $(ALLIANCE_TOP)/cells/sxlib
-   RDS_TECHNO     = ../etc/techno-symb.rds
-  REAL_RDS_TECHNO = ../etc/techno-035.rds 
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
    GRAAL_TECHNO = $(ALLIANCE_TOP)/etc/cmos.graal
 

diff -Naur documentation/alliance-examples/amd2901-vasy/amd2901.ioc alliance-examples/amd2901-vasy/amd2901.ioc
--- documentation/alliance-examples/amd2901-vasy/amd2901.ioc	2004-05-23 21:00:16.000000000 +0200
+++ alliance-examples/amd2901-vasy/amd2901.ioc	2007-07-19 13:13:52.000000000 +0200
@@ -1,4 +1,4 @@
-#      Copyright (c) 1997 by Cadence. All rights reserved.      
+#      
 ###################################################################
 # In each of TOP()/BOTTOM()/LEFT()/RIGHT() section, there are     #
 # placed IOs. In the IGNORE() section, the IOs are ignored        #
diff -Naur documentation/alliance-examples/amd2901-vasy/Makefile alliance-examples/amd2901-vasy/Makefile
--- documentation/alliance-examples/amd2901-vasy/Makefile	2004-05-24 00:15:23.000000000 +0200
+++ alliance-examples/amd2901-vasy/Makefile	2007-07-19 13:13:52.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN = $(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -40,8 +42,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 4
 
diff -Naur documentation/alliance-examples/digi/Makefile alliance-examples/digi/Makefile
--- documentation/alliance-examples/digi/Makefile	2004-09-09 22:03:49.000000000 +0200
+++ alliance-examples/digi/Makefile	2007-07-19 13:13:52.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 SYF    = $(ALLIANCE_BIN)/syf
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -40,14 +42,14 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 METAL_LEVEL     = 2
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 
 # /*------------------------------------------------------------\
 # |                                                             |
-# |                            Environement                     |
+# |                            Environment                     |
 # |                                                             |
 # \------------------------------------------------------------*/
 
diff -Naur documentation/alliance-examples/divcas4/divcas4.ioc alliance-examples/divcas4/divcas4.ioc
--- documentation/alliance-examples/divcas4/divcas4.ioc	2004-05-23 19:52:10.000000000 +0200
+++ alliance-examples/divcas4/divcas4.ioc	2007-07-19 13:13:52.000000000 +0200
@@ -1,4 +1,4 @@
-#      Copyright (c) 1997 by Cadence. All rights reserved.      
+#      
 ###################################################################
 # In each of TOP()/BOTTOM()/LEFT()/RIGHT() section, there are     #
 # placed IOs. In the IGNORE() section, the IOs are ignored        #
diff -Naur documentation/alliance-examples/divcas4/Makefile alliance-examples/divcas4/Makefile
--- documentation/alliance-examples/divcas4/Makefile	2004-05-23 21:11:26.000000000 +0200
+++ alliance-examples/divcas4/Makefile	2007-07-19 13:13:52.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN = $(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 2
 
diff -Naur documentation/alliance-examples/divcas4/README alliance-examples/divcas4/README
--- documentation/alliance-examples/divcas4/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/divcas4/README	2007-07-19 13:13:52.000000000 +0200
@@ -14,5 +14,6 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
-
+ 
+copy the folder "divcas4" to any writable folder of your choice and type:
+$ make
diff -Naur documentation/alliance-examples/hadamard/Makefile alliance-examples/hadamard/Makefile
--- documentation/alliance-examples/hadamard/Makefile	2004-05-24 00:15:25.000000000 +0200
+++ alliance-examples/hadamard/Makefile	2007-07-19 16:21:10.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN = $(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,14 +41,14 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 6
 
 # /*------------------------------------------------------------\
 # |                                                             |
-# |                            Environement                     |
+# |                            Environment                     |
 # |                                                             |
 # \------------------------------------------------------------*/
 
@@ -163,11 +165,11 @@
 
 res_vasy_1.pat : hadamard.vst calcul.vbe ram.vbe rom.vbe \
                  compteur.vbe sequenceur.vbe hadamard_model.vbe
-	$(ENV_ASIMUT_VASY); $(ASIMUT) hadamard hadamard_1 res_vasy_1 
+	$(ENV_ASIMUT_VASY); $(ASIMUT) hadamard hadamard_1 res_vasy_1
 
 res_synth_1.pat : hadamard.vst calcul.vst ram.vst rom.vst \
                  compteur.vst sequenceur.vst hadamard_model.vst
-	$(ENV_ASIMUT_SYNTH); $(ASIMUT) -zd hadamard hadamard_1 res_synth_1 
+	$(ENV_ASIMUT_SYNTH); $(ASIMUT) -zd hadamard hadamard_1 res_synth_1
 
 
 # /*------------------------------------------------------------\
@@ -299,7 +301,7 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
-lvx.done : hadamard.vst hadamard_e.al 
+lvx.done : hadamard.vst hadamard_e.al
 	$(ENV_LVX); $(LVX) vst al hadamard hadamard_e -f
 	$(TOUCH) lvx.done
 
@@ -355,4 +357,4 @@
 	$(RM) -f *.vst *.vbe *.boom *.done *.xsc *.al *.ap *.gpl *.gds \
 	      *.log *.drc *.cif *.fin *.dat *.out hadamard_e.spi res_synth_1.pat \
 	      res_vasy_1.pat
-	
+
diff -Naur documentation/alliance-examples/mipsR3000/sce/Makefile alliance-examples/mipsR3000/sce/Makefile
--- documentation/alliance-examples/mipsR3000/sce/Makefile	2004-07-30 02:40:09.000000000 +0200
+++ alliance-examples/mipsR3000/sce/Makefile	2007-07-19 13:13:58.000000000 +0200
@@ -5,7 +5,9 @@
  STANDART_PATH = PATH=$(STANDART_BIN); export PATH
 
 # Standart Alliance binary access paths.
  ALLIANCE_BIN  = $(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 # FitPath Alliance binary access paths.
 #    DEVEL_BIN  = /users/soft5/newlabo/alliance-4.5.0/archi/Solaris/bin
diff -Naur documentation/alliance-examples/mipsR3000/sce/mips_core.ioc alliance-examples/mipsR3000/sce/mips_core.ioc
--- documentation/alliance-examples/mipsR3000/sce/mips_core.ioc	2004-05-24 00:23:35.000000000 +0200
+++ alliance-examples/mipsR3000/sce/mips_core.ioc	2007-07-19 13:13:58.000000000 +0200
@@ -1,4 +1,4 @@
-#      Copyright (c) 1997 by Cadence. All rights reserved.      
+#      
 ###################################################################
 # In each of TOP()/BOTTOM()/LEFT()/RIGHT() section, there are     #
 # placed IOs. In the IGNORE() section, the IOs are ignored        #
diff -Naur documentation/alliance-examples/multi16b-reg/Makefile alliance-examples/multi16b-reg/Makefile
--- documentation/alliance-examples/multi16b-reg/Makefile	2004-05-24 00:15:29.000000000 +0200
+++ alliance-examples/multi16b-reg/Makefile	2007-07-19 13:13:59.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN = $(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,14 +41,14 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 6
 
 # /*------------------------------------------------------------\
 # |                                                             |
-# |                            Environement                     |
+# |                            Environment                     |
 # |                                                             |
 # \------------------------------------------------------------*/
 
diff -Naur documentation/alliance-examples/multi4b/Makefile alliance-examples/multi4b/Makefile
--- documentation/alliance-examples/multi4b/Makefile	2004-05-24 00:15:29.000000000 +0200
+++ alliance-examples/multi4b/Makefile	2007-07-19 13:14:00.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,14 +41,14 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 2
 
 # /*------------------------------------------------------------\
 # |                                                             |
-# |                            Environement                     |
+# |                            Environment                     |
 # |                                                             |
 # \------------------------------------------------------------*/
 
diff -Naur documentation/alliance-examples/multi4b/README alliance-examples/multi4b/README
--- documentation/alliance-examples/multi4b/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/multi4b/README	2007-07-19 13:14:00.000000000 +0200
@@ -14,7 +14,9 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "multi4b" to any writable folder of your choice and type:
+$ make
 
 The main targets of the makefile are listed below (following the design flow).
 
diff -Naur documentation/alliance-examples/multi8/Makefile alliance-examples/multi8/Makefile
--- documentation/alliance-examples/multi8/Makefile	2004-05-24 00:15:30.000000000 +0200
+++ alliance-examples/multi8/Makefile	2007-07-19 13:14:00.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 2
 
diff -Naur documentation/alliance-examples/multi8/README alliance-examples/multi8/README
--- documentation/alliance-examples/multi8/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/multi8/README	2007-07-19 13:14:00.000000000 +0200
@@ -15,4 +15,6 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "multi8" to any writable folder of your choice and type:
+$ make
diff -Naur documentation/alliance-examples/multi8b/Makefile alliance-examples/multi8b/Makefile
--- documentation/alliance-examples/multi8b/Makefile	2004-05-24 00:15:30.000000000 +0200
+++ alliance-examples/multi8b/Makefile	2007-07-19 13:14:00.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 4
 
diff -Naur documentation/alliance-examples/multi8b/README alliance-examples/multi8b/README
--- documentation/alliance-examples/multi8b/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/multi8b/README	2007-07-19 13:14:00.000000000 +0200
@@ -14,7 +14,9 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "multi8b" to any writable folder of your choice and type:
+$ make
 
 The main targets of the makefile are listed below (following the design flow).
 
diff -Naur documentation/alliance-examples/pgcd/Makefile alliance-examples/pgcd/Makefile
--- documentation/alliance-examples/pgcd/Makefile	2004-05-24 00:15:31.000000000 +0200
+++ alliance-examples/pgcd/Makefile	2007-07-19 13:14:00.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 2
 
diff -Naur documentation/alliance-examples/pgcd/README alliance-examples/pgcd/README
--- documentation/alliance-examples/pgcd/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/pgcd/README	2007-07-19 13:14:00.000000000 +0200
@@ -15,5 +15,7 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "pgcd" to any writable folder of your choice and type:
+$ make
 
diff -Naur documentation/alliance-examples/sqrt32/Makefile alliance-examples/sqrt32/Makefile
--- documentation/alliance-examples/sqrt32/Makefile	2004-05-23 20:49:27.000000000 +0200
+++ alliance-examples/sqrt32/Makefile	2007-07-19 13:14:00.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,8 +41,8 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 5
 
diff -Naur documentation/alliance-examples/sqrt32/README alliance-examples/sqrt32/README
--- documentation/alliance-examples/sqrt32/README	2004-07-28 13:00:06.000000000 +0200
+++ alliance-examples/sqrt32/README	2007-07-19 13:14:00.000000000 +0200
@@ -14,4 +14,6 @@
 following each step of the design flow from VHDL up to real layout in a
  pseudo 0.35 techno.
 
-The environement variable ALLIANCE_TOP has to be set.
+ 
+copy the folder "sqrt32" to any writable folder of your choice and type:
+$ make
diff -Naur documentation/alliance-examples/sqrt8/Makefile alliance-examples/sqrt8/Makefile
--- documentation/alliance-examples/sqrt8/Makefile	2004-05-23 20:51:00.000000000 +0200
+++ alliance-examples/sqrt8/Makefile	2007-07-19 16:20:40.000000000 +0200
@@ -16,7 +16,9 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
 ALLIANCE_BIN=$(ALLIANCE_TOP)/bin
+ 
+ALLIANCE_EXAMPLES=/usr/share/doc/alliance-doc-5.0/alliance-examples
 
 VASY   = $(ALLIANCE_BIN)/vasy
 ASIMUT = $(ALLIANCE_BIN)/asimut
@@ -39,14 +41,14 @@
 TOUCH  = touch
 
 TARGET_LIB      = $(ALLIANCE_TOP)/cells/sxlib
-RDS_TECHNO_SYMB = ../etc/techno-symb.rds
-RDS_TECHNO      = ../etc/techno-035.rds
+RDS_TECHNO_SYMB = $(ALLIANCE_EXAMPLES)/etc/techno-symb.rds
+RDS_TECHNO      = $(ALLIANCE_EXAMPLES)/etc/techno-035.rds
 SPI_MODEL       = $(ALLIANCE_TOP)/etc/spimodel.cfg
 METAL_LEVEL     = 5
 
 # /*------------------------------------------------------------\
 # |                                                             |
-# |                            Environement                     |
+# |                            Environment                     |
 # |                                                             |
 # \------------------------------------------------------------*/
 
@@ -161,9 +163,9 @@
 # \------------------------------------------------------------*/
 
 res_vasy_1.pat : sqrt8.vst sm.vbe sqrt8_model.vbe
-	$(ENV_ASIMUT_VASY); $(ASIMUT) sqrt8 sqrt8 res_vasy_1 
+	$(ENV_ASIMUT_VASY); $(ASIMUT) sqrt8 sqrt8 res_vasy_1
 
-res_synth_1.pat : sqrt8.vst sm.vst sqrt8_model.vst 
+res_synth_1.pat : sqrt8.vst sm.vst sqrt8_model.vst
 	$(ENV_ASIMUT_SYNTH); $(ASIMUT) sqrt8 sqrt8 res_synth_1
 
 
@@ -257,7 +259,7 @@
 # |                                                             |
 # \------------------------------------------------------------*/
 
-lvx.done : sqrt8.vst sqrt8_e.al 
+lvx.done : sqrt8.vst sqrt8_e.al
 	$(ENV_LVX); $(LVX) vst al sqrt8 sqrt8_e -f
 	$(TOUCH) lvx.done
 
@@ -313,4 +315,4 @@
 	$(RM) -f *.vst *.vbe *.boom *.done *.xsc *.al *.ap *.gpl *.gds \
 	      *.log *.drc *.cif *.fin *.dat *.out sqrt8_e.spi res_synth_1.pat \
 	      res_vasy_1.pat
-	
+