--- Quote Start ---
Please give me a link for "How to apply time constraint to counter"
Can not find any good explanation.
If counter consist of two or several parts
should i use multicycle for all elements (then 2^32 not acceptable in TimeQuest) or
should i use false_path and
Should I constraint only the the most changing bit or
not.
The counter of 64 bit can be as 4bit and 60 bit, or 4 parts by 16bits, or 2 parts by 32 bits or else.
--- Quote End ---
Normally we define clock and the tool takes care of internal paths. As regard multicycling a counter you can't do that if you are say incrementing every clock cycle. Though only bit0 changes every clock and other bits change every 2,4,8,... etc clocks but still the counter value (adder result must be ready to be read at every clock and no delay is tolerated. Think of it as one single result that is read every clock, rather than independent multibits.
If it was independent bits then yes you can apply multicycle and provided you control the phase of sampling edge.