Skip to content

Commit 5a73304

Browse files
committedDec 10, 2016
gp4prog: --emulate doesn't imply --voltage 3.3 anymore.
1 parent 016c943 commit 5a73304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/gp4prog/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ void ShowUsage()
597597
" suitable for passing to BitstreamToHex()\n"
598598
" -e, --emulate <bitstream filename>\n"
599599
" Downloads the specified bitstream into volatile memory.\n"
600-
" Implies --reset --voltage 3.3.\n"
600+
" Implies --reset.\n"
601601
" --program <bitstream filename>\n"
602602
" Programs the specified bitstream into non-volatile memory.\n"
603603
" THIS CAN BE DONE ONLY ONCE FOR EVERY INTEGRATED CIRCUIT.\n"

0 commit comments

Comments
 (0)
Please sign in to comment.