set_multicycle_path <num_cycles> -from reg_port [-through any_port] [-to to_port];
<num_cycles>
The number of clock cycles in which the signal needs to propagate through the path. You can use wildcards.
-from reg_port
A register or memory instance output pin. You can use wildcards.
[-through any_port ]
Must be any instance pin. You can use wildcards.
[-to to_port ]
Must be an output port of the design or a register or memory instance input pin. You can use wildcards.
None
set_multicycle_path 2 -from /us/u1/dff*.q -to /u4/mem1/*.D;