From 5bde6134cec5f6d67da60ec25287aeeb6651d465 Mon Sep 17 00:00:00 2001 From: Josh Headapohl Date: Mon, 13 Mar 2017 23:01:56 -0400 Subject: Remove trailing comma in icepll module output. --- icepll/icepll.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icepll') 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" ); -- cgit v1.2.3