remove Migen as requirement for LiteX from the quick start guide
authorFelix Held <felix-github@felixheld.de>
Sun, 15 Oct 2017 20:27:09 +0000 (22:27 +0200)
committerFelix Held <felix-github@felixheld.de>
Sun, 15 Oct 2017 20:27:09 +0000 (22:27 +0200)
Migen currently isn't a dependency for LiteX

README

diff --git a/README b/README
index 38f15ce6ded47fffe6d25ad709bf6432df07c4cc..aef9d8e905fb26a06687ee41a1898c6fa73ee7e2 100644 (file)
--- a/README
+++ b/README
@@ -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