From 922c3a1b7f5309c5706453fdcbed557e9ab3e84d Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 28 Jan 2025 03:07:57 +0000 Subject: [PATCH] Update README to mention checking out submodules. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50cca6d7..1188270b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ of the selected architecture: Getting started --------------- +First of all, run: + +``` +git submodule update --init --recursive +``` + ### nextpnr-ice40 For iCE40 support, install [Project IceStorm](https://github.com/YosysHQ/icestorm) to `/usr/local` or another location, which should be passed as `-DICESTORM_INSTALL_PREFIX=/usr` to CMake. Then build and install `nextpnr-ice40` using the following commands: