intel FPGA clkusr pin
Hi, Intel,
I want to know how to use clkusr pin for FPGA transceivers calibration and recalibration. Could you help to provide some advices?
1. if i want to use clkusr for my logic,
1) i add altera_a10_xcvr_clock_module reset_clock (.clk_in(clk1)) ; Only I keep clk1 frequency is 100-125MHz, is it ok? or clk1 must be mgmt_clk and keep mgmt_clk is 100-125MHz ?
2) i don't add altera_a10_xcvr_clock_module reset_clock (.clk_in(clk1)) ; can i turn off transceiver calibration?
2. if i do not use clkusr for my logic, but the pin do not connect to 100MHZ, can i assign a 100MHZ to usrclk pin(let usrclk keep output) for trnasceiver calibration or recalibration?
3. What's the difference between "AUTO_RESERVE_CLKUSR_FOR_CALIBRATION OFF" and "AUTO_RESERVE_CLKUSR_FOR_CALIBRATION ON", if AUTO_RESERVE_CLKUSR_FOR_CALIBRATION ON, can i use clkusr pin for my logic?
Thanks very much.