litex/doc/source/docs/getting_started/downloads.rst

42 lines
997 B
ReStructuredText
Raw Normal View History

2015-01-27 15:08:24 -05:00
.. _sdk-download-and-install:
====================
Download and install
====================
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 ..
2015-02-12 16:03:04 -05:00
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
2015-01-27 15:08:24 -05:00
- git clone https://github.com/enjoy-digital/litescope
2015-02-12 16:03:04 -05:00
6. Build and load example design:
2015-01-27 15:08:24 -05:00
- python3 make.py all
2015-02-12 16:03:04 -05:00
7. Test design:
2015-01-27 15:08:24 -05:00
- go to ./test directoryand run:
- python3 test_io.py
- python3 test_la.py