little fixes for README #157

Merged
sb10q merged 3 commits from stevefan1999/artiq-zynq:reminder into master 2021-12-06 15:20:55 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 866f10b171 - Show all commits

View File

@ -55,7 +55,7 @@ Impure incremental build and execution on a remote JTAG server:
nix-shell nix-shell
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
``` ```