ouu 发表于 2024-5-9 17:18:46

use calibredrv Moving a Cell‘s Origin

mydeltax和mydeltay为offset value
set mylayout mylayout.gds
set myoutfile myoutfile.gds
set mydeltax 12.0
set mydeltay 15.0
set L
set mytopcell [$L topcell]
$L cellname $mytopcell myoldtopcell
set mydbunits [$L units user]
$L create cell $mytopcell
$L create ref $mytopcell myoldtopcell \
\
0 0 1
$L expand cell myoldtopcell
$L gdsout $myoutfile $mytopcell
页: [1]
查看完整版本: use calibredrv Moving a Cell‘s Origin