R
rick
Guest
Im looking for a way to do an incremental placement of a via-array or
mosaic . The number of times is a parameter. The placement of the
second via will start at the initial plus an offset which will be
determined by the number of times it needs to go through th e look,
Hope this makes sense!
if incNumber >1 then we start
place first via at "x" <--anchor/
start location
loop incNumber -1 <--number of
times
place next via at "x+(incNumber * offset) <--compute the next
location
Thanks
mosaic . The number of times is a parameter. The placement of the
second via will start at the initial plus an offset which will be
determined by the number of times it needs to go through th e look,
Hope this makes sense!
if incNumber >1 then we start
place first via at "x" <--anchor/
start location
loop incNumber -1 <--number of
times
place next via at "x+(incNumber * offset) <--compute the next
location
Thanks