Skip to content

Commit 752c96a

Browse files
committedMay 30, 2022
Change help message
1 parent cb067cf commit 752c96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎icepll/icepll.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void help(const char *cmd)
4949
printf(" PLL Output Frequency (default: 60 MHz)\n");
5050
printf("\n");
5151
printf(" -p\n");
52-
printf(" Clock source is an input pad rather than FPGA routing\n");
52+
printf(" Use SB_PLL40_PAD primitive instead of SB_PLL40_CORE\n");
5353
printf("\n");
5454
printf(" -S\n");
5555
printf(" Disable SIMPLE feedback path mode\n");

0 commit comments

Comments
 (0)
Please sign in to comment.