jesd204: jesd204_up_common: Rename clock monitor instance to i_clock_mon

The generic Altera clock monitor constraints expect the instance to be
called i_clock_mon. Adjust the code accordingly.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2017-07-19 18:36:08 +02:00 committed by Andrei Grozav
parent b03139e59e
commit 9b37e441f4
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ end
up_clock_mon #(
.TOTAL_WIDTH(21)
) i_clk_mon (
) i_clock_mon (
.up_rstn(~up_reset),
.up_clk(up_clk),
.up_d_count(clk_mon_count),