In the page 8 of ICS307 datasheet, it mentioned the maximum clock input frequency is 50MHz, however, currently it looks like it is connected directly to the 100MHz clock source:
|
assign idt_iclk = osc_clk; |
Yes, I have tried, it actually works, but I guess a better practice would be feeding a divided clock, like 50MHz or 25MHz.
In the page 8 of ICS307 datasheet, it mentioned the maximum clock input frequency is 50MHz, however, currently it looks like it is connected directly to the 100MHz clock source:
panologic/bringup/rtl/idt_clkgen.v
Line 60 in fd46889
Yes, I have tried, it actually works, but I guess a better practice would be feeding a divided clock, like 50MHz or 25MHz.