Skip to content

Commit 7e6e3bd

Browse files
committed
hdl/build_bladerf.sh: Fix SignalTap variable name
Fix erroneous variable name pointing to the SignalTap file to be used when creating a Quartus project.
1 parent ac7a017 commit 7e6e3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdl/quartus/build_bladerf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ quartus_sh --64bit \
434434
-projname "${PROJECT_NAME}" \
435435
-rev "${rev}" \
436436
-flow "${flow}" \
437-
-stp "${stp_file}" \
437+
-stp "${stp}" \
438438
-force "${force}" \
439439
-seed "${seed}"
440440

0 commit comments

Comments
 (0)