From 0981ccfeced06de972ca67ec302d4360f29fffce Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 4 Nov 2015 10:09:09 +0100 Subject: [PATCH] use our own migen/misoc fork for now since migen/misoc is evolving --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 036c3d1..9e6d288 100644 --- a/README +++ b/README @@ -68,13 +68,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 UDP loopback design (only for KC705 for now): go to example_designs/