update download instructions
This commit is contained in:
parent
f8003c92aa
commit
d3cf2594f2
25
README
25
README
|
@ -76,15 +76,16 @@ Frontend:
|
||||||
- add support for Xilinx 7-Series GTP/GTH (currently only 7-Series GTX are
|
- add support for Xilinx 7-Series GTP/GTH (currently only 7-Series GTX are
|
||||||
supported)
|
supported)
|
||||||
- add Zynq Linux drivers.
|
- add Zynq Linux drivers.
|
||||||
- ... See below Support and Consulting :)
|
- ... See below Support and consulting :)
|
||||||
|
|
||||||
If you want to support these features, please contact us at florent [AT]
|
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
|
enjoy-digital.fr. You can also contact our partner on the public mailing list
|
||||||
devel [AT] lists.m-labs.hk.
|
devel [AT] lists.m-labs.hk.
|
||||||
|
|
||||||
|
|
||||||
[> Getting started
|
[> Getting started
|
||||||
------------------
|
------------------
|
||||||
1. Install Python3 and Xilinx's Vivado software
|
1. Install Python3 and your vendor's software
|
||||||
|
|
||||||
2. Obtain Migen and install it:
|
2. Obtain Migen and install it:
|
||||||
git clone https://github.com/m-labs/migen
|
git clone https://github.com/m-labs/migen
|
||||||
|
@ -92,16 +93,24 @@ devel [AT] lists.m-labs.hk.
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
cd ..
|
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
|
git clone https://github.com/enjoy-digital/litescope
|
||||||
cd litescope
|
cd litescope
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
cd ..
|
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 LiteSATA
|
5. Obtain LiteSATA
|
||||||
git clone https://github.com/enjoy-digital/litesata
|
git clone https://github.com/enjoy-digital/litesata
|
||||||
|
|
||||||
|
@ -154,7 +163,7 @@ do them if possible:
|
||||||
- send us bug reports when something goes wrong
|
- send us bug reports when something goes wrong
|
||||||
- send us the modifications and improvements you have done to LiteSATA.
|
- send us the modifications and improvements you have done to LiteSATA.
|
||||||
|
|
||||||
[> Support and Consulting
|
[> Support and consulting
|
||||||
--------------------------
|
--------------------------
|
||||||
We love open-source hardware and like sharing our designs with others.
|
We love open-source hardware and like sharing our designs with others.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
====================
|
====================
|
||||||
Download and install
|
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:
|
2. Obtain Migen and install it:
|
||||||
- git clone https://github.com/m-labs/migen
|
- git clone https://github.com/m-labs/migen
|
||||||
|
@ -17,9 +17,17 @@ Download and install
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
4. Obtain MiSoC:
|
4. Obtain MiSoC and install it:
|
||||||
- git clone https://github.com/m-labs/misoc --recursive
|
- 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 LiteSATA
|
5. Obtain LiteSATA
|
||||||
- git clone https://github.com/enjoy-digital/litesata
|
- git clone https://github.com/enjoy-digital/litesata
|
||||||
|
|
Loading…
Reference in New Issue