forked from M-Labs/artiq-zynq
README: fix gateware build command
This commit is contained in:
parent
c6ef9b117c
commit
7b21889055
|
@ -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 <variant> # build gateware
|
||||
gateware/zc706.py -g ../build/gateware -V <variant> # build gateware
|
||||
make GWARGS="-V <variant>" <runtime/satman> # build firmware
|
||||
cd ..
|
||||
./remote_run.sh -i
|
||||
|
|
Loading…
Reference in New Issue