update download instructions
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Feb 2015 21:03:04 +0000 (22:03 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Feb 2015 21:03:04 +0000 (22:03 +0100)
README
doc/source/docs/getting_started/downloads.rst

diff --git a/README b/README
index 4755d6e40158e23c9d83bbf6140b2e6916765fd5..3dc94529a03822a212157b4d54a09dbe17feeaf8 100644 (file)
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ external Rx/Tx pins to be ready to debug or control all your Wishbone peripheral
   - Storage qualifier
   - Data storage in block rams
 
-[> Possibles improvements
+[> Possible improvements
 -------------------------
 - add standardized interfaces (AXI, Avalon-ST)
 - add protocols analyzers
@@ -62,7 +62,7 @@ external Rx/Tx pins to be ready to debug or control all your Wishbone peripheral
 - add storage in HDD with LiteSATA core (to be released soon!)
 - add Ethernet Wishbone bridge
 - add PCIe Wishbone bridge with LitePCIe (to be released soon!)
-- ... See below Support and Consulting :)
+- ... See below Support and consulting :)
 
 If you want to support these features, please contact us at florent [AT]
 enjoy-digital.fr. You can also contact our partner on the public mailing list
@@ -79,11 +79,19 @@ devel [AT] lists.m-labs.hk.
   python3 setup.py install
   cd ..
 
-3. Obtain MiSoC:
+3. Obtain MiSoC and install it:
   git clone https://github.com/m-labs/misoc --recursive
-  XXX add setup.py to MiSoC for external use of misoclib?
+  cd misoc
+  python3 setup.py install
+  cd ..
+
+Note: in case you have issues with Migen/MiSoC, please retry
+with our forks at:
+  https://github.com/enjoy-digital/misoc
+  https://github.com/enjoy-digital/migen
+until new features are merged.
 
-4. Obtain LiteScope
+4. Obtain LiteScope and install it:
   git clone https://github.com/enjoy-digital/litescope
 
 5. Build and load test design:
@@ -115,7 +123,7 @@ do them if possible:
  - send us bug reports when something goes wrong
  - send us the modifications and improvements you have done to LiteScope.
 
-[> Support and Consulting
+[> Support and consulting
 --------------------------
 We love open-source hardware and like sharing our designs with others.
 
index 5e6433556682a4a686a19a5b28fc23971023c756..adcea54bf5ca68a877b047a341b61b651a30806c 100644 (file)
@@ -11,13 +11,31 @@ Download and install
   - python3 setup.py install
   - cd ..
 
-3. Obtain LiteScope
+3. Obtain LiteScope and install it:
+  - git clone https://github.com/enjoy-digital/litescope
+  - cd litescope
+  - python3 setup.py install
+  - cd ..
+
+4. Obtain MiSoC and install it:
+  - git clone https://github.com/m-labs/misoc --recursive
+  - cd misoc
+  - python3 setup.py install
+  - cd ..
+
+.. note::
+       In case you have issues with Migen/MiSoC, please retry with our forks at:
+       https://github.com/enjoy-digital/misoc
+       https://github.com/enjoy-digital/migen
+       until new features are merged.
+
+5. Obtain LiteScope
   - git clone https://github.com/enjoy-digital/litescope
 
-4. Build and load example design:
+6. Build and load example design:
   - python3 make.py all
 
-5. Test design:
+7. Test design:
   - go to ./test directoryand run:
   - python3 test_io.py
   - python3 test_la.py