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

diff --git a/README b/README
index 57d0073e6b4a670e17c1def0f89760ea80b70247..1bdcefedb6147222eaea986aabdb50f7d03704d6 100644 (file)
--- a/README
+++ b/README
@@ -7,6 +7,7 @@
                 florent@enjoy-digital.fr
 
        A small footprint and configurable Ethernet core
+         with UDP/IP hw stack and Etherbone frontend
                   developed by EnjoyDigital
 
 [> Doc
@@ -41,13 +42,12 @@ by generating the verilog rtl that you will use as a standard core.
 - Ethernet MAC with various interfaces and various PHYs (GMII, MII, Loopback)
 - Hardware UDP/IP stack with ARP and ICMP
 
-[> Possibles improvements
+[> Possible improvements
 -------------------------
 - add standardized interfaces (AXI, Avalon-ST)
 - add DMA interface to MAC
-- add hardware Etherbone support
 - add RGMII/SGMII PHYs
-- ... 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
@@ -56,26 +56,32 @@ devel [AT] lists.m-labs.hk.
 
 [> Getting started
 ------------------
-1. Install Python3 and Xilinx's Vivado software
+1. Install Python3 and your vendor's software
 
-2. Obtain Migen and install it: 
-(we use EnjoyDigital fork for now until new features are merged
-into upstream Migen)
-  git clone https://github.com/enjoy-digital/migen
+2. Obtain Migen and install it:
+  git clone https://github.com/m-labs/migen
   cd migen
   python3 setup.py install
   cd ..
 
-3. Obtain LiteScope and install it:
+3. 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.
+
+4. Obtain LiteScope and install it:
   git clone https://github.com/enjoy-digital/litescope
   cd litescope
   python3 setup.py install
   cd ..
 
-4. Obtain MiSoC:
-  git clone https://github.com/m-labs/misoc --recursive
-  XXX add setup.py to MiSoC for external use of misoclib?
-
 5. Obtain LiteEth
   git clone https://github.com/enjoy-digital/liteeth
 
@@ -83,10 +89,18 @@ into upstream Migen)
   python3 make.py all (-s UDPSoCDevel to add LiteScopeLA)
 
 7. Test design (only for KC705 for now):
-  go to ./test directory and run:
+  try to ping 192.168.1.40
+  go to ./test directory:
   change com port in config.py to your com port
+  run make test_udp
+
+8. Build and load Etherbone design (only for KC705 for now):
+  python3 make.py -t Etherbone
+
+9. Test design (only for KC705 for now):
   try to ping 192.168.1.40
-  python3 test_udp.py
+  go to ./test directory run:
+  run make test_etherbone
 
 [> Simulations:
   Simulations are available in ./liteth/test/:
@@ -101,7 +115,9 @@ into upstream Migen)
     make simulation_name
 
 [> Tests :
-  An UDP loopback is provided and be controlled with: /test/test_udp.py
+  An UDP loopback example is provided and be controlled with: ./test/test_udp.py
+  An Etherbone example with Wishbone SRAM is provided and can be controlled with:
+  ./test/test_etherbone.py
 
 [> License
 -----------
@@ -116,7 +132,7 @@ do them if possible:
  - send us bug reports when something goes wrong
  - send us the modifications and improvements you have done to LiteEth.
 
-[> Support and Consulting
+[> Support and consulting
 --------------------------
 We love open-source hardware and like sharing our designs with others.
 
index aa268e9a6ad31bda6c8c504cfe83984942975408..da93130166db76056568310c1a862808b6937695 100644 (file)
@@ -3,13 +3,13 @@
 ====================
 Download and install
 ====================
-1. Install Python3 and Xilinx's Vivado software
+1. Install Python3 and your vendor's software
 
 2. Obtain Migen and install it:
   - git clone https://github.com/m-labs/migen
   - cd migen
   - python3 setup.py install
-  -cd ..
+  - cd ..
 
 3. Obtain LiteScope and install it:
   - git clone https://github.com/enjoy-digital/litescope
@@ -17,9 +17,17 @@ Download and install
   - python3 setup.py install
   - cd ..
 
-4. Obtain MiSoC:
+4. 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.
 
 5. Obtain LiteEth
   - git clone https://github.com/enjoy-digital/liteeth
@@ -28,7 +36,15 @@ Download and install
   - python3 make.py all (-s UDPSoCDevel to add LiteScopeLA)
 
 7. Test design (only for KC705 for now):
-  - go to ./test directory and run:
+  - try to ping 192.168.1.40
+  - go to ./test directory:
   - change com port in config.py to your com port
+  - run make test_udp
+
+8. Build and load Etherbone design (only for KC705 for now):
+  - python3 make.py -t Etherbone
+
+9. Test design (only for KC705 for now):
   - try to ping 192.168.1.40
-  - python3 test_udp.py
+  - go to ./test directory run:
+  - run make test_etherbone
\ No newline at end of file
index 4c163f4f2d5bbfdb0a601399af2a9b787a9fcf55..6c8e98c1b3fae420d474cdfd55169e4cc117613d 100644 (file)
@@ -1,6 +1,6 @@
 <img alt="./_static/LiteEth_logo_full.png" src="_static/LiteEth_logo_full.png">
 
-<h3>A small footprint and configurable Ethernet core</b>.</h3>
+<h3>A small footprint and configurable Ethernet core with UDP/IP hw stack and Etherbone frontend</b>.</h3>
 
 <div class="container" style="width:100%;margin-bottom:10px;">