From f83ab5a66275062377701423b2f3de6075bad2d8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 27 Jan 2022 18:58:26 +0800 Subject: [PATCH] local_run: fix artiq_netbook invokation --- local_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local_run.sh b/local_run.sh index 1e01fe0..a244e19 100755 --- a/local_run.sh +++ b/local_run.sh @@ -52,10 +52,10 @@ if [ $impure -eq 1 ]; then if [ $load_bitstream -eq 1 ]; then load_bitstream_cmd="-g $build_dir/gateware/top.bit" fi - artiq_netboot $load_bitstream_cmd -f $build_dir/$fwtype.bin -b $board_host + artiq_netboot $load_bitstream_cmd -f $build_dir/$fw_type.bin -b $board_host else if [ $load_bitstream -eq 1 ]; then load_bitstream_cmd="-g $result_dir/top.bit" fi - artiq_netboot $load_bitstream_cmd -f $result_dir/$fwtype.bin -b $board_host + artiq_netboot $load_bitstream_cmd -f $result_dir/$fw_type.bin -b $board_host fi \ No newline at end of file