aboutsummaryrefslogtreecommitdiffstats
path: root/icepll
diff options
context:
space:
mode:
authorJosh Headapohl <joshhead@gmail.com>2017-03-13 23:01:56 -0400
committerJosh Headapohl <joshhead@gmail.com>2017-03-13 23:01:56 -0400
commit5bde6134cec5f6d67da60ec25287aeeb6651d465 (patch)
tree3304b718ed039ab5826a6cd7ac8e6a510736f50b /icepll
parentefbf7846fe9977c7cbbb39a79103729672009061 (diff)
downloadicestorm-5bde6134cec5f6d67da60ec25287aeeb6651d465.tar.gz
icestorm-5bde6134cec5f6d67da60ec25287aeeb6651d465.tar.bz2
icestorm-5bde6134cec5f6d67da60ec25287aeeb6651d465.zip
Remove trailing comma in icepll module output.
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"
);