Skip to content

Commit b0a9eb1

Browse files
authored
fix ctrl-c ctrl-v issue
now output file format pass as second argument
1 parent c6580fc commit b0a9eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vergen-fpga.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FPGAIMAGE=fpgaimage.hex
2929

3030

3131
######### Setup output format #############
32-
case $OS_VERSION in
32+
case $2 in
3333
### For Intel ihex ###
3434
[iI]*)
3535
FORMAT=intel

0 commit comments

Comments
 (0)