aboutsummaryrefslogtreecommitdiffstats
path: root/icepll
diff options
context:
space:
mode:
Diffstat (limited to 'icepll')
-rw-r--r--icepll/icepll.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icepll/icepll.cc b/icepll/icepll.cc
index 273c6a1..c9b1a45 100644
--- a/icepll/icepll.cc
+++ b/icepll/icepll.cc
@@ -252,7 +252,7 @@ int main(int argc, char **argv)
"\t\t.RESETB(1'b1),\n"
"\t\t.BYPASS(1'b0),\n"
"\t\t.REFERENCECLK(clock_in),\n"
- "\t\t.PLLOUTCORE(clock_out),\n"
+ "\t\t.PLLOUTCORE(clock_out)\n"
"\t\t);\n\n"
);