Index: trunk/Documents/INSTALL
===================================================================
--- trunk/Documents/INSTALL	(revision 88)
+++ trunk/Documents/INSTALL	(revision 88)
@@ -0,0 +1,45 @@
+--------------------------------------------------
+ Table of contents
+--------------------------------------------------
+
+ I   - Install
+
+--------------------------------------------------
+ I   - Install   
+--------------------------------------------------
+
+Follow this step to install the Morpheo Tools Chain
+
+1) Install GNU-Toolchain
+
+cf Tools-source/or1k_toolchain-build-instructions.txt
+
+2) Install newlib
+
+Now you can compile a software and use the libc and libm
+
+3) Install a simulator
+
+3a) systemC
+...
+
+3b) systemCASS
+
+4) Install soclib
+
+...
+
+5) Link
+
+This step consist at create all symbolik link
+ * Morpheo/Tools :
+   - newlib
+   - or1k
+   - soclib
+   - systemc (or systemcass)
+ * Morpheo/Software/*/src/sys/
+   - crt0.s           with $TOOLS/newlib/libgloss/or32/crt0.S
+ * Morpheo/IPs/systemC/shared/
+   - mapping_memory.h
+
+6) Enjoy
Index: trunk/Documents/MORPHEO-Install.txt
===================================================================
--- trunk/Documents/MORPHEO-Install.txt	(revision 81)
+++ 	(revision )
@@ -1,45 +1,0 @@
---------------------------------------------------
- Table of contents
---------------------------------------------------
-
- I   - Install
-
---------------------------------------------------
- I   - Install   
---------------------------------------------------
-
-Follow this step to install the Morpheo Tools Chain
-
-1) Install GNU-Toolchain
-
-cf Tools-source/or1k_toolchain-build-instructions.txt
-
-2) Install newlib
-
-Now you can compile a software and use the libc and libm
-
-3) Install a simulator
-
-3a) systemC
-...
-
-3b) systemCASS
-
-4) Install soclib
-
-...
-
-5) Link
-
-This step consist at create all symbolik link
- * Morpheo/Tools :
-   - newlib
-   - or1k
-   - soclib
-   - systemc (or systemcass)
- * Morpheo/Software/*/src/sys/
-   - crt0.s           with $TOOLS/newlib/libgloss/or32/crt0.S
- * Morpheo/IPs/systemC/shared/
-   - mapping_memory.h
-
-6) Enjoy
