mirror of https://github.com/YosysHQ/icestorm.git
Remove trailing comma in icepll module output.
This commit is contained in:
parent
efbf7846fe
commit
5bde6134ce
|
|
@ -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"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue