README: fix gateware build command

pull/182/head
Sebastien Bourdeauducq 2022-03-28 13:19:59 +08:00
parent c6ef9b117c
commit 7b21889055
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Impure incremental build and execution on a remote JTAG server:
```shell ```shell
nix develop nix develop
cd src cd src
gateware/zc706.py -g ../build/gateware -v <variant> # build gateware gateware/zc706.py -g ../build/gateware -V <variant> # build gateware
make GWARGS="-V <variant>" <runtime/satman> # build firmware make GWARGS="-V <variant>" <runtime/satman> # build firmware
cd .. cd ..
./remote_run.sh -i ./remote_run.sh -i