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 <lars@metafoo.de>main
parent
bb0021a926
commit
844521c7b1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue