remove Migen as requirement for LiteX from the quick start guide
Migen currently isn't a dependency for LiteX
This commit is contained in:
parent
db6c88bbef
commit
8d87dfba42
3
README
3
README
|
@ -45,8 +45,7 @@ boards:
|
||||||
0. If cloned from Git without the --recursive option, get the submodules:
|
0. If cloned from Git without the --recursive option, get the submodules:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
1. Install Python 3.3+, Migen and FPGA vendor's development tools and JTAG tools.
|
1. Install Python 3.3+ and FPGA vendor's development tools and JTAG tools.
|
||||||
Get Migen from: https://github.com/m-labs/migen
|
|
||||||
|
|
||||||
2. Compile and install binutils. Take the latest version from GNU.
|
2. Compile and install binutils. Take the latest version from GNU.
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
Loading…
Reference in New Issue