From 7b218890554fbcc8b1324f405bf21a31286ef68c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 28 Mar 2022 13:19:59 +0800 Subject: [PATCH] README: fix gateware build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe76d01..81b564f1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Impure incremental build and execution on a remote JTAG server: ```shell nix develop cd src -gateware/zc706.py -g ../build/gateware -v # build gateware +gateware/zc706.py -g ../build/gateware -V # build gateware make GWARGS="-V " # build firmware cd .. ./remote_run.sh -i