edastudy:icc
这是本文档旧的修订版!
icc
1. icc2 get floorplan txt
set cells [get_cells *]; # tiles # set cells [add_to_collection $cells [get_cells */*]]; echo "" > tile_location.rpt; foreach_in_collection cell $cells { if { [get_attr -quiet $cell boundary] != [list] } { echo "design [get_object_name $cell]" >> tile_location.rpt; echo "area [get_attr -quiet $cell boundary]" >> tile_location.rpt; } }
edastudy/icc.1650939398.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)