From 8d87dfba4264a7af01989623af7ebc901a700ce9 Mon Sep 17 00:00:00 2001
From: Felix Held <felix-github@felixheld.de>
Date: Sun, 15 Oct 2017 22:27:09 +0200
Subject: [PATCH] remove Migen as requirement for LiteX from the quick start
 guide

Migen currently isn't a dependency for LiteX
---
 README | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README
index 38f15ce6d..aef9d8e90 100644
--- 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