From ec7bd6b47d3cbc549e4465e59e427cb438734d33 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 7 Aug 2020 23:10:29 +0200 Subject: [PATCH] getting started: update. --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b1346d5..2bbc073 100644 --- a/README.md +++ b/README.md @@ -61,19 +61,8 @@ enjoy-digital.fr. [> Getting started ------------------ 1. Install Python 3.6+ and FPGA vendor's development tools. -2. Install Migen/LiteX and the LiteX's cores: - -```sh -$ wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py -$ chmod +x litex_setup.py -$ ./litex_setup.py init install --user (--user to install to user directory) -``` - Later, if you need to update all repositories: -```sh -$ ./litex_setup.py update -``` - -3. TODO: add/describe examples +2. Install LiteX and the cores by following the LiteX's wiki [installation guide](https://github.com/enjoy-digital/litex/wiki/Installation). +3. You can find examples of integration of the core with LiteX in LiteX-Boards and in the examples directory. [> Tests --------