Change help message

This commit is contained in:
Miodrag Milanovic 2022-05-30 10:14:13 +02:00
parent cb067cf394
commit 752c96abbf
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void help(const char *cmd)
printf(" PLL Output Frequency (default: 60 MHz)\n"); printf(" PLL Output Frequency (default: 60 MHz)\n");
printf("\n"); printf("\n");
printf(" -p\n"); printf(" -p\n");
printf(" Clock source is an input pad rather than FPGA routing\n"); printf(" Use SB_PLL40_PAD primitive instead of SB_PLL40_CORE\n");
printf("\n"); printf("\n");
printf(" -S\n"); printf(" -S\n");
printf(" Disable SIMPLE feedback path mode\n"); printf(" Disable SIMPLE feedback path mode\n");