From 844521c7b109cb6186cac31f2b4ced2eaa1affd2 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 20 Apr 2017 19:54:55 +0200 Subject: [PATCH] axi_clkgen: Remove unused parameters for third clock output The axi_clkgen has no no third clock output, no need to have parameters to configure it. Signed-off-by: Lars-Peter Clausen --- library/axi_clkgen/axi_clkgen.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/axi_clkgen/axi_clkgen.v b/library/axi_clkgen/axi_clkgen.v index f5f66abf0..a175c6f82 100644 --- a/library/axi_clkgen/axi_clkgen.v +++ b/library/axi_clkgen/axi_clkgen.v @@ -47,9 +47,7 @@ module axi_clkgen #( parameter CLK0_DIV = 6, parameter CLK0_PHASE = 0.000, parameter CLK1_DIV = 6, - parameter CLK1_PHASE = 0.000, - parameter CLK2_DIV = 6, - parameter CLK2_PHASE = 0.000) ( + parameter CLK1_PHASE = 0.000) ( // clocks