Merge pull request #32 from felixheld/fix-readme

remove Migen as requirement for LiteX from the quick start guide
This commit is contained in:
Tim Ansell 2017-10-16 15:07:49 +11:00 committed by GitHub
commit a6958065cf
1 changed files with 1 additions and 2 deletions

3
README
View File

@ -45,8 +45,7 @@ boards:
0. If cloned from Git without the --recursive option, get the submodules:
git submodule update --init
1. Install Python 3.3+, Migen and FPGA vendor's development tools and JTAG tools.
Get Migen from: https://github.com/m-labs/migen
1. Install Python 3.3+ and FPGA vendor's development tools and JTAG tools.
2. Compile and install binutils. Take the latest version from GNU.
mkdir build && cd build