From 48bc3cb15d17202a19e621acd83d2733190285b2 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 1 Mar 2018 10:42:34 +0100 Subject: [PATCH] README: add migen dependency --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 0332ca5..f7718ed 100644 --- a/README +++ b/README @@ -63,7 +63,8 @@ enjoy-digital.fr. [> Getting started ------------------ -1. Install Python3 and your vendor's software +1. Install Python 3.5, Migen and FPGA vendor's development tools. + Get Migen from: https://github.com/m-labs/migen 2. Obtain LiteX and install it: git clone https://github.com/enjoy-digital/litex --recursive