Forum Discussion
Altera_Forum
Honored Contributor
17 years agotry:
if(Clock'Event and Clock='1') then if(PLLValid='1')then I_PLLOutput<=CONV_INTEGER(PLL); S_PLLValid<='1'; elsif(S_PLLValid='1') then S_PLLValid<= not S_PLLValid;try:
if(Clock'Event and Clock='1') then if(PLLValid='1')then I_PLLOutput<=CONV_INTEGER(PLL); S_PLLValid<='1'; elsif(S_PLLValid='1') then S_PLLValid<= not S_PLLValid;