CGA_PLL1_RAT and C1_PLL_SEL define the core clock. See Table 4-14. RCW Field Descriptions.
For 1 GHz frequency and higher:
The value of CGA_PLL1_RAT field should be the required multiplication ratio and C1_PLL_SEL should be set to 4’b0000 (CGA_PLL1).
For example in order to achieve 1000 MHz core clock frequency with reference clock frequency of 100 MHz, the ratio should be 10(0xA) for locking the CGA PLL1 at 1000 MHz and C1_PLL_SEL=4’b0000 to achieve 1000 MHz core clock frequency.
For less than 1 GHz operation:
The value of CGA_PLL1_RAT field should be twice the required core clock frequency and C1_PLL_SEL should be set to 4’b001 (CGA_PLL1/2).
For example in order to achieve 800 MHz core clock frequency with reference clock frequency of 100 MHz, the ratio should be 16(0x10) for locking the CGA PLL1 at 1600 MHz and C1_PLL_SEL=4’b0001 to achieve 800 MHz core clock frequency.
NOTE: Not all ratios are supported due to frequency restrictions. Refer to the chip data sheet for the supported frequencies.