C
crazyrdx
Guest
If I need to check whether I have an even clock cycle or odd, how can I
do it? should I use a counter? If using a counter, do I %2 it to check
if it returns 0 or 1? Is there an easier way to check for even or odd
clock cycles?
thanks
do it? should I use a counter? If using a counter, do I %2 it to check
if it returns 0 or 1? Is there an easier way to check for even or odd
clock cycles?
thanks