Altera_Forum
Honored Contributor
16 years agogated clock
I have a 100 Mhz clock coming to my FPGA CLOCK100. This goes to the SOPC which has a PLL. The PLL generates a 150 MHz clock CLOCK150 which goes to my custom logic which has a PLL. The output of the PLL has CLOCK150_CUSTOM and lock. I wantuse the clock which is valid only when the PLL has locked.
I want to use locked clock ie. CLOCK150_CUSTOM_LOCKED = CLOCK150_CUSTOM && lock; the Design assistant says Critical Warning: (Critical) Rule C101: Gated clock should be implemented according to the Altera standard scheme. Found 1 node(s) related to this rule. Would you know/suggest how to get around it and suggest any better scheme of doing this. Can I create a lock signal from the SOPC PLL? Thanks.