Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

rotatef

rotatef( 
[ gplace1 ]
[ gplace2 ]
.....
[ gplacen ]
) 
=> g_newPlaceValues 

Description

Modifies the value of each place by rotating the values from one place to another in a cyclic order.

Arguments

gplace1...gplacen

Values to be rotated.

Value Returned

g_newPlaceValues

New values.

Examples

a=1 b=2 c=3
rotatef(a b c)
=> a=b b=c c=a, 

Now,

a=2 b=3 c=1

Related Topics

get


Return to top
 ⠀
X