Altera_Forum
Honored Contributor
11 years agoArriaII GX and SDI MegaCore Function
HD-SDI's refclk frequencys are 148.5MHz and 148.35MHz.
I am planning to swicth 148.5MHz and 148.35MHz before SDI MegaCore Function by RTL programming. example) assign refclk=sw? refclk1 : refclk2;// refclk1=148.5MHz refclk2=148.35MHz refclk go to tx_serial_refclk and rx_serial_refclk of SDI MegaCore Function But if I assign GXB refclk(BANK QL) to refclk1 and refclk2, compile error occurs. Probably I have to put GXB refclk(BANK QL) in tx_serial_refclk (rx_serial_refclk )directly. example design is gated clock(selected clock). But if I assign CLK input(CLK* pin of BANK 3,4,5,6,7,8) to refclk1 and refclk2, compile error does not occur. I think there is a problem of Signal Integrity with using CLK input(CLK* pin of BANK 3,4,5,6,7,8) . Please tell me how to use selectable GXB refclk(BANK QL). In SDI MegaCore Function,there is tx_serial_clk1(option). Can I use this to select 148.5MHz or 148.35MHz?