From: Florent Kermarrec Date: Tue, 10 Feb 2015 10:28:59 +0000 (+0100) Subject: README: use migen fork for now X-Git-Tag: 24jan2021_ls180~2604^2~48 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0993ea4223ae4a28cd8ec802258d6ff32765c4f;p=litex.git README: use migen fork for now --- diff --git a/README b/README index ced9c110..57d0073e 100644 --- a/README +++ b/README @@ -58,8 +58,10 @@ devel [AT] lists.m-labs.hk. ------------------ 1. Install Python3 and Xilinx's Vivado software -2. Obtain Migen and install it: - git clone https://github.com/m-labs/migen +2. Obtain Migen and install it: +(we use EnjoyDigital fork for now until new features are merged +into upstream Migen) + git clone https://github.com/enjoy-digital/migen cd migen python3 setup.py install cd ..