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

24 lines
506 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 ..
3. Obtain LiteScope
- git clone https://github.com/enjoy-digital/litescope
4. Build and load example design:
- python3 make.py all
5. Test design:
- go to ./test directoryand run:
- python3 test_io.py
- python3 test_la.py