Address comments.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-10-23 15:13:52 -07:00
parent c7d145a466
commit 03aa40d364
1 changed files with 2 additions and 2 deletions

View File

@ -361,8 +361,8 @@ proc node2wire {node} {
}
proc write_grid_roi {fp} {
foreach {slices} [split "$::env(XRAY_ROI)" " "] {
foreach site_name [split "$slices" :] {
foreach {sites} [split "$::env(XRAY_ROI)" " "] {
foreach site_name [split "$sites" :] {
set site [get_sites $site_name]
set tile [get_tiles -of_objects $site]
lappend grid_xs [get_property GRID_POINT_X $tile]