use our own migen/misoc fork for now since migen/misoc is evolving

This commit is contained in:
Florent Kermarrec 2015-11-04 10:10:12 +01:00
parent edbdf1a864
commit ce39265c0c
2 changed files with 4 additions and 4 deletions

4
README
View File

@ -74,13 +74,13 @@ devel [AT] lists.m-labs.hk.
1. Install Python3 and your vendor's 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/enjoy-digital/migen
cd migen cd migen
python3 setup.py install python3 setup.py install
cd .. cd ..
3. Obtain MiSoC: 3. Obtain MiSoC:
git clone https://github.com/m-labs/misoc --recursive git clone https://github.com/enjoy-digital/misoc --recursive
4. Build and load test design: 4. Build and load test design:
go to example_designs/ go to example_designs/

View File

@ -5,4 +5,4 @@ Download and install
==================== ====================
Please follow Getting started section of LiteScop README_. Please follow Getting started section of LiteScop README_.
.. _README: https://github.com/m-labs/misoc/blob/master/misoclib/tools/litescope/README .. _README: https://github.com/enjoy-digital/litescope/blob/master/README