Remove trailing comma in icepll module output.

This commit is contained in:
Josh Headapohl 2017-03-13 23:01:56 -04:00
parent efbf7846fe
commit 5bde6134ce
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"
);