Merge pull request #75 from joshhead/icepll-comma

Remove trailing comma in icepll module output.
This commit is contained in:
Clifford Wolf 2017-03-14 11:29:20 +01:00 committed by GitHub
commit 3eb2bf12bf
1 changed files with 1 additions and 1 deletions

View File

@ -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"
);