From: Florent Kermarrec Date: Thu, 1 Mar 2018 09:15:43 +0000 (+0100) Subject: README: add migen installation to quick start guide X-Git-Tag: 24jan2021_ls180~1729 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bd718eb55332f9604c91369ec00b5c65a11a836;p=litex.git README: add migen installation to quick start guide --- diff --git a/README b/README index 936e3496..02fdb5f5 100644 --- a/README +++ b/README @@ -70,7 +70,8 @@ Migen documentation can be found here: https://m-labs.hk/migen/manual 0. If cloned from Git without the --recursive option, get the submodules: git submodule update --init -1. Install Python 3.5+, FPGA vendor's development tools and JTAG tools. +1. Install Python 3.5, Migen and FPGA vendor's development tools. + Get Migen from: https://github.com/m-labs/migen 2. Compile and install binutils. Take the latest version from GNU. mkdir build && cd build