From 33afda74f77f7bafa3e4e19641b9043320c47e4e Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 1 Mar 2018 10:43:30 +0100 Subject: [PATCH] README: add migen dependency --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index ab2a95f..3c05e5d 100644 --- a/README +++ b/README @@ -64,7 +64,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