From ce39265c0c497c36b6fd7ff513c6903cdfb3a3fb Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 4 Nov 2015 10:10:12 +0100 Subject: [PATCH] use our own migen/misoc fork for now since migen/misoc is evolving --- README | 6 +++--- doc/source/docs/getting_started/downloads.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index c9dc8da..06fc7fd 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ configurable. LiteScope uses technologies developed in partnership with M-Labs Ltd: - Migen enables generating HDL with Python in an efficient way. - MiSoC provides the basic blocks to build a powerful and small footprint SoC. - + LiteScope can be used as MiSoC library or can be integrated with your standard design flow by generating the verilog rtl that you will use as a standard core. @@ -74,13 +74,13 @@ devel [AT] lists.m-labs.hk. 1. Install Python3 and your vendor's software 2. Obtain Migen and install it: - git clone https://github.com/m-labs/migen + git clone https://github.com/enjoy-digital/migen cd migen python3 setup.py install cd .. 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: go to example_designs/ diff --git a/doc/source/docs/getting_started/downloads.rst b/doc/source/docs/getting_started/downloads.rst index 98819c8..f3c69f0 100644 --- a/doc/source/docs/getting_started/downloads.rst +++ b/doc/source/docs/getting_started/downloads.rst @@ -5,4 +5,4 @@ Download and install ==================== 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