Other Parts Discussed in Thread: TICSPRO-SW,
Hello all,
Are there any hdl behavioural testbench models of the lmk04828?
I would like to know if my spi state machine sets up the registers correctly.
I basically want to assign oscout/clkin(2) to be my input clock which supplies feedback to sdclkout(3) and dclkout(4).
Furthermore I want to take the 3GHz VCO and output 1.5GHz on clkout (0), (8) and (10).
With regards to pins 59 & 58 (clkin_sel) I don't know what selects clkin(2).
Is it
active_clk <= clkin(0) when clkin_sel = "00" else clkin(1) when clkin_sel ="01" else clkin(2) when clkin_sel="10";
OR is it
active_clk <= clkin(0) when clkin_sel = "01" else clkin(1) when clkin_sel ="10" else clkin(2) when clkin_sel="11";
I read somewhere that the device will change clkin if the line is inactive, which made me wonder does clkin_sel have to be 00 to allow clock auto assign.
Would greatly appreciate help interfacing to fpga. Please point me to any videos
Regards