Hello good FPGA people,
I have a Cyclone 4 dev kit with a 50MHz default clock as defined in the .sdc file. I'm using a PLL IP block to get a 125MHz output. Question 1: Can I simply feed this clock to my design instead of the 50mhz one and expect all the registers to work normally? (basically free speed?)
I'm wondering how fast I can go based on the below datasheets (I'm using a EP4CGX150 with speed grade 'C7')
^This datasheet seems to say I can use the embedded multiplier and memory blocks at up to 437.5MHz (without consequence?)... but what about the everyday gates/registers/LUTs?
^This datasheet seems to say that the input to any PLL can be <=450MHz, and the output "to global clock" can also be <=450mhz. What things do i need to consider if i dial up my core clock right to 450mhz via a pll?
Thanks