From 752c96abbfe565c5f22d76ca1c904866cba4ce1c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 30 May 2022 10:14:13 +0200 Subject: Change help message --- icepll/icepll.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icepll/icepll.cc b/icepll/icepll.cc index b27d184..65020c1 100644 --- a/icepll/icepll.cc +++ b/icepll/icepll.cc @@ -49,7 +49,7 @@ void help(const char *cmd) printf(" PLL Output Frequency (default: 60 MHz)\n"); printf("\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(" -S\n"); printf(" Disable SIMPLE feedback path mode\n"); -- cgit v1.2.3