| commit | 22dcd13b843c976c444ebf472c912c719a9e3e97 | [log] [tgz] |
|---|---|---|
| author | Matthew Wilson <mwilson@google.com> | Tue Dec 19 15:05:20 2023 -0800 |
| committer | Matthew Wilson <mwilson@google.com> | Tue Dec 19 15:05:20 2023 -0800 |
| tree | 48efb1b19aedb74d537cd74bba5477c40d8c69f3 | |
| parent | b13475adc67d1185eba17cc339f26a811aa37a01 [diff] |
Add missing $ Change-Id: I13c4103750ba8f823c5b6f82a565b12414928df2
diff --git a/platforms/nexus/setup.sh b/platforms/nexus/setup.sh index 578b466..b099047 100644 --- a/platforms/nexus/setup.sh +++ b/platforms/nexus/setup.sh
@@ -242,7 +242,7 @@ function nexus_load_bitstream { # Load bitstream file onto Nexus FPGA - local bitstream_path="$(realpath 1)" + local bitstream_path="$(realpath $1)" if [[ -z "${bitstream_path}" ]]; then ( echo "Usage: nexus_load_bitstream path/to/file.bit"